Color Hex Logo

#3f6004 Color Hex

#3F6004
(63,96,4)
0 Favorites   0 Comments

Color spaces of #3f6004

RGB 63964
HSL0.230.920.20
HSV82°96°38°
CMYK 0.340.000.96   0.62
XYZ6.25479.43131.6056
Yxy9.43130.36170.5454
Hunter Lab30.7104-17.388718.3975
CIE-Lab36.8018-25.729641.9932

#3f6004 color RGB value is (63,96,4).

#3f6004 hex color red value is 63, green value is 96 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #3f6004 hue: 0.23 , saturation: 0.92 and the lightness value of 3f6004 is 0.20.

The process color (four color CMYK) of #3f6004 color hex is 0.34, 0.00, 0.96, 0.62. Web safe color of #3f6004 is #336600. Color #3f6004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 00000100
Octal 77 140 4
Decimal 63 96 4
Hex 3F 60 4

RGB Percentages of Color #3f6004

%38.65
%58.90
%2.45

CMYK Percentages of Color #3f6004

%34
%0
%96
%62

Triadic Colors of #3f6004

#3f6004 #043f60 #60043f

Analogous Colors of #3f6004

#3f6004 #116004 #605304

Monochromatic Colors of #3f6004

#3f6004

Complementary Color

#3f6004 #250460

#3f6004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f6004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f6004 Color CSS Codes

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

#3f6004 Text Font Color

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

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


#3f6004 Background Color

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

This div background color is #3f6004


#3f6004 Border Color

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

This div border color is #3f6004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f6004


Comments

No comments written yet.

Please login to write comment.