Color Hex Logo

#034241 Color Hex

#034241
(3,66,65)
0 Favorites   0 Comments

Color spaces of #034241

RGB 36665
HSL0.500.910.14
HSV179°95°26°
CMYK 0.950.000.02   0.74
XYZ2.93994.29745.6756
Yxy4.29740.22770.3328
Hunter Lab20.7302-10.9634-1.7216
CIE-Lab24.6312-18.1822-4.6565

#034241 color RGB value is (3,66,65).

#034241 hex color red value is 3, green value is 66 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #034241 hue: 0.50 , saturation: 0.91 and the lightness value of 034241 is 0.14.

The process color (four color CMYK) of #034241 color hex is 0.95, 0.00, 0.02, 0.74. Web safe color of #034241 is #003333. Color #034241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000010 01000001
Octal 3 102 101
Decimal 3 66 65
Hex 3 42 41

RGB Percentages of Color #034241

%2.24
%49.25
%48.51

CMYK Percentages of Color #034241

%95
%0
%2
%74

Triadic Colors of #034241

#034241 #410342 #424103

Analogous Colors of #034241

#034241 #032442 #034222

Monochromatic Colors of #034241

#034241

Complementary Color

#034241 #420304

#034241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034241 Color CSS Codes

.mybgcolor {background-color:#034241; } 
.myforecolor {color:#034241; }
.mybordercolor {border:3px solid #034241; }

#034241 Text Font Color

<p style="color:#034241">Text here</p>

This sample text font color is #034241
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#034241 Background Color

<div style="background-color:#034241">
Div content here</div>

This div background color is #034241


#034241 Border Color

<div style="border:3px solid #034241">
Div here</div>

This div border color is #034241


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,66,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #034241; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #034241;
  -webkit-box-shadow: 1px 1px 3px 2px #034241;
  box-shadow:         1px 1px 3px 2px #034241; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,66,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #034241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #034241;
  -webkit-box-shadow: 1px 1px 3px 2px #034241;
  box-shadow:         1px 1px 3px 2px #034241;">
Div content here</div>

This div box has shadow with color #034241


Comments

No comments written yet.

Please login to write comment.