Color Hex Logo

#3f6f0f Color Hex

#3F6F0F
(63,111,15)
0 Favorites   0 Comments

Color spaces of #3f6f0f

RGB 6311115
HSL0.250.760.25
HSV90°86°44°
CMYK 0.430.000.86   0.56
XYZ7.820612.46012.4448
Yxy12.46010.34410.5483
Hunter Lab35.2989-22.225720.6028
CIE-Lab41.9382-32.261443.4703

#3f6f0f color RGB value is (63,111,15).

#3f6f0f hex color red value is 63, green value is 111 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3f6f0f hue: 0.25 , saturation: 0.76 and the lightness value of 3f6f0f is 0.25.

The process color (four color CMYK) of #3f6f0f color hex is 0.43, 0.00, 0.86, 0.56. Web safe color of #3f6f0f is #336600. Color #3f6f0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01101111 00001111
Octal 77 157 17
Decimal 63 111 15
Hex 3F 6F F

RGB Percentages of Color #3f6f0f

%33.33
%58.73
%7.94

CMYK Percentages of Color #3f6f0f

%43
%0
%86
%56

Triadic Colors of #3f6f0f

#3f6f0f #0f3f6f #6f0f3f

Analogous Colors of #3f6f0f

#3f6f0f #0f6f0f #6f6f0f

Monochromatic Colors of #3f6f0f

#3f6f0f

Complementary Color

#3f6f0f #3f0f6f

#3f6f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f6f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f6f0f Color CSS Codes

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

#3f6f0f Text Font Color

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

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


#3f6f0f Background Color

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

This div background color is #3f6f0f


#3f6f0f Border Color

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

This div border color is #3f6f0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f6f0f


Comments

No comments written yet.

Please login to write comment.