Color Hex Logo

#08342f Color Hex

#08342F
(8,52,47)
0 Favorites   0 Comments

Color spaces of #08342f

RGB 85247
HSL0.480.730.12
HSV173°85°20°
CMYK 0.850.000.10   0.80
XYZ1.84122.71283.1159
Yxy2.71280.24010.3537
Hunter Lab16.4706-8.86950.3129
CIE-Lab18.8549-15.9527-1.0799

#08342f color RGB value is (8,52,47).

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

The process color (four color CMYK) of #08342f color hex is 0.85, 0.00, 0.10, 0.80. Web safe color of #08342f is #003333. Color #08342f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110100 00101111
Octal 10 64 57
Decimal 8 52 47
Hex 8 34 2F

RGB Percentages of Color #08342f

%7.48
%48.60
%43.93

CMYK Percentages of Color #08342f

%85
%0
%10
%80

Triadic Colors of #08342f

#08342f #2f0834 #342f08

Analogous Colors of #08342f

#08342f #082334 #083419

Monochromatic Colors of #08342f

#08342f

Complementary Color

#08342f #34080d

#08342f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08342f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08342f Color CSS Codes

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

#08342f Text Font Color

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

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


#08342f Background Color

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

This div background color is #08342f


#08342f Border Color

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

This div border color is #08342f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08342f


Comments

No comments written yet.

Please login to write comment.