Color Hex Logo

#08682f Color Hex

#08682F
(8,104,47)
0 Favorites   0 Comments

Color spaces of #08682f

RGB 810447
HSL0.400.860.22
HSV144°92°41°
CMYK 0.920.000.55   0.59
XYZ5.563510.15754.3567
Yxy10.15750.27710.5059
Hunter Lab31.8708-24.614314.2047
CIE-Lab38.1236-39.155324.9103

#08682f color RGB value is (8,104,47).

#08682f hex color red value is 8, green value is 104 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #08682f hue: 0.40 , saturation: 0.86 and the lightness value of 08682f is 0.22.

The process color (four color CMYK) of #08682f color hex is 0.92, 0.00, 0.55, 0.59. Web safe color of #08682f is #006633. Color #08682f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 00101111
Octal 10 150 57
Decimal 8 104 47
Hex 8 68 2F

RGB Percentages of Color #08682f

%5.03
%65.41
%29.56

CMYK Percentages of Color #08682f

%92
%0
%55
%59

Triadic Colors of #08682f

#08682f #2f0868 #682f08

Analogous Colors of #08682f

#08682f #08685f #116808

Monochromatic Colors of #08682f

#08682f

Complementary Color

#08682f #680841

#08682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08682f Color CSS Codes

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

#08682f Text Font Color

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

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


#08682f Background Color

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

This div background color is #08682f


#08682f Border Color

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

This div border color is #08682f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08682f


Comments

No comments written yet.

Please login to write comment.