Color Hex Logo

#08741f Color Hex

#08741F
(8,116,31)
0 Favorites   0 Comments

Color spaces of #08741f

RGB 811631
HSL0.370.870.24
HSV133°93°45°
CMYK 0.930.000.73   0.55
XYZ6.592912.64133.3889
Yxy12.64130.29140.5588
Hunter Lab35.5546-29.121319.2370
CIE-Lab42.2177-45.499637.4640

#08741f color RGB value is (8,116,31).

#08741f hex color red value is 8, green value is 116 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #08741f hue: 0.37 , saturation: 0.87 and the lightness value of 08741f is 0.24.

The process color (four color CMYK) of #08741f color hex is 0.93, 0.00, 0.73, 0.55. Web safe color of #08741f is #006633. Color #08741f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110100 00011111
Octal 10 164 37
Decimal 8 116 31
Hex 8 74 1F

RGB Percentages of Color #08741f

%5.16
%74.84
%20.00

CMYK Percentages of Color #08741f

%93
%0
%73
%55

Triadic Colors of #08741f

#08741f #1f0874 #741f08

Analogous Colors of #08741f

#08741f #087455 #277408

Monochromatic Colors of #08741f

#08741f

Complementary Color

#08741f #74085d

#08741f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08741f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08741f Color CSS Codes

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

#08741f Text Font Color

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

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


#08741f Background Color

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

This div background color is #08741f


#08741f Border Color

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

This div border color is #08741f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,116,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08741f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08741f;
  -webkit-box-shadow: 1px 1px 3px 2px #08741f;
  box-shadow:         1px 1px 3px 2px #08741f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08741f


Comments

No comments written yet.

Please login to write comment.