Color Hex Logo

#034141 Color Hex

#034141
(3,65,65)
0 Favorites   0 Comments

Color spaces of #034141

RGB 36565
HSL0.500.910.13
HSV180°95°25°
CMYK 0.950.000.00   0.75
XYZ2.88204.18165.6563
Yxy4.18160.22660.3287
Hunter Lab20.4490-10.6286-2.0857
CIE-Lab24.2629-17.6319-5.2067

#034141 color RGB value is (3,65,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000001 01000001
Octal 3 101 101
Decimal 3 65 65
Hex 3 41 41

RGB Percentages of Color #034141

%2.26
%48.87
%48.87

CMYK Percentages of Color #034141

%95
%0
%0
%75

Triadic Colors of #034141

#034141 #410341 #414103

Analogous Colors of #034141

#034141 #032241 #034122

Monochromatic Colors of #034141

#034141

Complementary Color

#034141 #410303

#034141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034141 Color CSS Codes

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

#034141 Text Font Color

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

This sample text font color is #034141
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.


#034141 Background Color

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

This div background color is #034141


#034141 Border Color

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

This div border color is #034141


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,65,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 #034141">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034141

#034141 Color Palettes


Comments

No comments written yet.

Please login to write comment.