Color Hex Logo

#334004 Color Hex

#334004
(51,64,4)
0 Favorites   0 Comments

Color spaces of #334004

RGB 51644
HSL0.200.880.13
HSV73°94°25°
CMYK 0.200.000.94   0.75
XYZ3.22064.37940.7904
Yxy4.37940.38380.5220
Hunter Lab20.9270-9.151712.4096
CIE-Lab24.8880-14.444931.6050

#334004 color RGB value is (51,64,4).

#334004 hex color red value is 51, green value is 64 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #334004 hue: 0.20 , saturation: 0.88 and the lightness value of 334004 is 0.13.

The process color (four color CMYK) of #334004 color hex is 0.20, 0.00, 0.94, 0.75. Web safe color of #334004 is #333300. Color #334004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000000 00000100
Octal 63 100 4
Decimal 51 64 4
Hex 33 40 4

RGB Percentages of Color #334004

%42.86
%53.78
%3.36

CMYK Percentages of Color #334004

%20
%0
%94
%75

Triadic Colors of #334004

#334004 #043340 #400433

Analogous Colors of #334004

#334004 #154004 #402f04

Monochromatic Colors of #334004

#334004

Complementary Color

#334004 #110440

#334004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334004 Color CSS Codes

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

#334004 Text Font Color

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

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


#334004 Background Color

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

This div background color is #334004


#334004 Border Color

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

This div border color is #334004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334004


Comments

No comments written yet.

Please login to write comment.