Color Hex Logo

#085020 Color Hex

#085020
(8,80,32)
0 Favorites   0 Comments

Color spaces of #085020

RGB 88032
HSL0.390.820.17
HSV140°90°31°
CMYK 0.900.000.60   0.69
XYZ3.22955.89322.3338
Yxy5.89320.28190.5144
Hunter Lab24.2759-18.736411.2932
CIE-Lab29.1414-32.629522.2740

#085020 color RGB value is (8,80,32).

#085020 hex color red value is 8, green value is 80 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #085020 hue: 0.39 , saturation: 0.82 and the lightness value of 085020 is 0.17.

The process color (four color CMYK) of #085020 color hex is 0.90, 0.00, 0.60, 0.69. Web safe color of #085020 is #006633. Color #085020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010000 00100000
Octal 10 120 40
Decimal 8 80 32
Hex 8 50 20

RGB Percentages of Color #085020

%6.67
%66.67
%26.67

CMYK Percentages of Color #085020

%90
%0
%60
%69

Triadic Colors of #085020

#085020 #200850 #502008

Analogous Colors of #085020

#085020 #085044 #145008

Monochromatic Colors of #085020

#085020

Complementary Color

#085020 #500838

#085020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085020 Color CSS Codes

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

#085020 Text Font Color

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

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


#085020 Background Color

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

This div background color is #085020


#085020 Border Color

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

This div border color is #085020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085020


Comments

No comments written yet.

Please login to write comment.