Color Hex Logo

#084120 Color Hex

#084120
(8,65,32)
0 Favorites   0 Comments

Color spaces of #084120

RGB 86532
HSL0.400.780.14
HSV145°88°25°
CMYK 0.880.000.51   0.75
XYZ2.25113.93652.0077
Yxy3.93650.27470.4803
Hunter Lab19.8406-14.46867.8888
CIE-Lab23.4604-26.498615.1976

#084120 color RGB value is (8,65,32).

#084120 hex color red value is 8, green value is 65 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #084120 hue: 0.40 , saturation: 0.78 and the lightness value of 084120 is 0.14.

The process color (four color CMYK) of #084120 color hex is 0.88, 0.00, 0.51, 0.75. Web safe color of #084120 is #003333. Color #084120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000001 00100000
Octal 10 101 40
Decimal 8 65 32
Hex 8 41 20

RGB Percentages of Color #084120

%7.62
%61.90
%30.48

CMYK Percentages of Color #084120

%88
%0
%51
%75

Triadic Colors of #084120

#084120 #200841 #412008

Analogous Colors of #084120

#084120 #08413d #0d4108

Monochromatic Colors of #084120

#084120

Complementary Color

#084120 #410829

#084120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084120 Color CSS Codes

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

#084120 Text Font Color

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

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


#084120 Background Color

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

This div background color is #084120


#084120 Border Color

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

This div border color is #084120


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,65,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #084120; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #084120;
  -webkit-box-shadow: 1px 1px 3px 2px #084120;
  box-shadow:         1px 1px 3px 2px #084120; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084120


Comments

No comments written yet.

Please login to write comment.