Color Hex Logo

#08421d Color Hex

#08421D
(8,66,29)
0 Favorites   0 Comments

Color spaces of #08421d

RGB 86629
HSL0.390.780.15
HSV142°88°26°
CMYK 0.880.000.56   0.74
XYZ2.27014.03681.8219
Yxy4.03680.27930.4966
Hunter Lab20.0918-14.99258.6879
CIE-Lab23.7927-27.528217.4535

#08421d color RGB value is (8,66,29).

#08421d hex color red value is 8, green value is 66 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #08421d hue: 0.39 , saturation: 0.78 and the lightness value of 08421d is 0.15.

The process color (four color CMYK) of #08421d color hex is 0.88, 0.00, 0.56, 0.74. Web safe color of #08421d is #003333. Color #08421d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000010 00011101
Octal 10 102 35
Decimal 8 66 29
Hex 8 42 1D

RGB Percentages of Color #08421d

%7.77
%64.08
%28.16

CMYK Percentages of Color #08421d

%88
%0
%56
%74

Triadic Colors of #08421d

#08421d #1d0842 #421d08

Analogous Colors of #08421d

#08421d #08423a #104208

Monochromatic Colors of #08421d

#08421d

Complementary Color

#08421d #42082d

#08421d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08421d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08421d Color CSS Codes

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

#08421d Text Font Color

<p style="color:#08421d">Text here</p>

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


#08421d Background Color

<div style="background-color:#08421d">
Div content here</div>

This div background color is #08421d


#08421d Border Color

<div style="border:3px solid #08421d">
Div here</div>

This div border color is #08421d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,66,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08421d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08421d;
  -webkit-box-shadow: 1px 1px 3px 2px #08421d;
  box-shadow:         1px 1px 3px 2px #08421d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08421d


Comments

No comments written yet.

Please login to write comment.