Color Hex Logo

#004341 Color Hex

#004341
(0,67,65)
0 Favorites   0 Comments

Color spaces of #004341

RGB 06765
HSL0.501.000.13
HSV178°100°26°
CMYK 1.000.000.03   0.74
XYZ2.96134.39605.6935
Yxy4.39600.22690.3368
Hunter Lab20.9666-11.4805-1.4236
CIE-Lab24.9396-19.1316-4.2032

#004341 color RGB value is (0,67,65).

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

The process color (four color CMYK) of #004341 color hex is 1.00, 0.00, 0.03, 0.74. Web safe color of #004341 is #003333. Color #004341 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000011 01000001
Octal 0 103 101
Decimal 0 67 65
Hex 0 43 41

RGB Percentages of Color #004341

%0.00
%50.76
%49.24

CMYK Percentages of Color #004341

%100
%0
%3
%74

Triadic Colors of #004341

#004341 #410043 #434100

Analogous Colors of #004341

#004341 #002443 #004320

Monochromatic Colors of #004341

#004341

Complementary Color

#004341 #430002

#004341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004341 Color CSS Codes

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

#004341 Text Font Color

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

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


#004341 Background Color

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

This div background color is #004341


#004341 Border Color

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

This div border color is #004341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004341


Comments

No comments written yet.

Please login to write comment.