Color Hex Logo

#08360e Color Hex

#08360E
(8,54,14)
0 Favorites   0 Comments

Color spaces of #08360e

RGB 85414
HSL0.360.740.12
HSV128°85°21°
CMYK 0.850.000.74   0.79
XYZ1.49862.72170.8618
Yxy2.72170.29490.5355
Hunter Lab16.4976-12.65628.4511
CIE-Lab18.8930-25.023420.2474

#08360e color RGB value is (8,54,14).

#08360e hex color red value is 8, green value is 54 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #08360e hue: 0.36 , saturation: 0.74 and the lightness value of 08360e is 0.12.

The process color (four color CMYK) of #08360e color hex is 0.85, 0.00, 0.74, 0.79. Web safe color of #08360e is #003300. Color #08360e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110110 00001110
Octal 10 66 16
Decimal 8 54 14
Hex 8 36 E

RGB Percentages of Color #08360e

%10.53
%71.05
%18.42

CMYK Percentages of Color #08360e

%85
%0
%74
%79

Triadic Colors of #08360e

#08360e #0e0836 #360e08

Analogous Colors of #08360e

#08360e #083625 #193608

Monochromatic Colors of #08360e

#08360e

Complementary Color

#08360e #360830

#08360e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08360e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08360e Color CSS Codes

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

#08360e Text Font Color

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

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


#08360e Background Color

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

This div background color is #08360e


#08360e Border Color

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

This div border color is #08360e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,54,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08360e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08360e;
  -webkit-box-shadow: 1px 1px 3px 2px #08360e;
  box-shadow:         1px 1px 3px 2px #08360e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08360e


Comments

No comments written yet.

Please login to write comment.