Color Hex Logo

#08362f Color Hex

#08362F
(8,54,47)
0 Favorites   0 Comments

Color spaces of #08362f

RGB 85447
HSL0.470.740.12
HSV171°85°21°
CMYK 0.850.000.13   0.79
XYZ1.93242.89523.1463
Yxy2.89520.24230.3631
Hunter Lab17.0153-9.50480.9474
CIE-Lab19.6192-17.06550.0395

#08362f color RGB value is (8,54,47).

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

The process color (four color CMYK) of #08362f color hex is 0.85, 0.00, 0.13, 0.79. Web safe color of #08362f is #003333. Color #08362f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110110 00101111
Octal 10 66 57
Decimal 8 54 47
Hex 8 36 2F

RGB Percentages of Color #08362f

%7.34
%49.54
%43.12

CMYK Percentages of Color #08362f

%85
%0
%13
%79

Triadic Colors of #08362f

#08362f #2f0836 #362f08

Analogous Colors of #08362f

#08362f #082636 #083618

Monochromatic Colors of #08362f

#08362f

Complementary Color

#08362f #36080f

#08362f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08362f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08362f Color CSS Codes

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

#08362f Text Font Color

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

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


#08362f Background Color

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

This div background color is #08362f


#08362f Border Color

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

This div border color is #08362f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,54,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 #08362f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08362f


Comments

No comments written yet.

Please login to write comment.