Color Hex Logo

#08351e Color Hex

#08351E
(8,53,30)
0 Favorites   0 Comments

Color spaces of #08351e

RGB 85330
HSL0.410.740.12
HSV149°85°21°
CMYK 0.850.000.43   0.79
XYZ1.60762.69161.6631
Yxy2.69160.26960.4514
Hunter Lab16.4061-11.21985.4740
CIE-Lab18.7639-21.498010.3147

#08351e color RGB value is (8,53,30).

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

The process color (four color CMYK) of #08351e color hex is 0.85, 0.00, 0.43, 0.79. Web safe color of #08351e is #003333. Color #08351e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110101 00011110
Octal 10 65 36
Decimal 8 53 30
Hex 8 35 1E

RGB Percentages of Color #08351e

%8.79
%58.24
%32.97

CMYK Percentages of Color #08351e

%85
%0
%43
%79

Triadic Colors of #08351e

#08351e #1e0835 #351e08

Analogous Colors of #08351e

#08351e #083535 #093508

Monochromatic Colors of #08351e

#08351e

Complementary Color

#08351e #35081f

#08351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08351e Color CSS Codes

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

#08351e Text Font Color

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

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


#08351e Background Color

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

This div background color is #08351e


#08351e Border Color

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

This div border color is #08351e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08351e


Comments

No comments written yet.

Please login to write comment.