Color Hex Logo

#085328 Color Hex

#085328
(8,83,40)
0 Favorites   0 Comments

Color spaces of #085328

RGB 88340
HSL0.400.820.18
HSV146°90°33°
CMYK 0.900.000.52   0.67
XYZ3.57646.39133.0526
Yxy6.39130.27470.4909
Hunter Lab25.2810-18.990110.5376
CIE-Lab30.3790-32.361319.2062

#085328 color RGB value is (8,83,40).

#085328 hex color red value is 8, green value is 83 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #085328 hue: 0.40 , saturation: 0.82 and the lightness value of 085328 is 0.18.

The process color (four color CMYK) of #085328 color hex is 0.90, 0.00, 0.52, 0.67. Web safe color of #085328 is #006633. Color #085328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 00101000
Octal 10 123 50
Decimal 8 83 40
Hex 8 53 28

RGB Percentages of Color #085328

%6.11
%63.36
%30.53

CMYK Percentages of Color #085328

%90
%0
%52
%67

Triadic Colors of #085328

#085328 #280853 #532808

Analogous Colors of #085328

#085328 #08534e #0e5308

Monochromatic Colors of #085328

#085328

Complementary Color

#085328 #530833

#085328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085328 Color CSS Codes

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

#085328 Text Font Color

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

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


#085328 Background Color

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

This div background color is #085328


#085328 Border Color

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

This div border color is #085328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085328


Comments

No comments written yet.

Please login to write comment.