Color Hex Logo

#085833 Color Hex

#085833
(8,88,51)
0 Favorites   0 Comments

Color spaces of #085833

RGB 88851
HSL0.420.830.19
HSV152°91°35°
CMYK 0.910.000.42   0.65
XYZ4.18747.27014.3145
Yxy7.27010.26550.4609
Hunter Lab26.9631-19.46429.3869
CIE-Lab32.4141-32.088915.2878

#085833 color RGB value is (8,88,51).

#085833 hex color red value is 8, green value is 88 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #085833 hue: 0.42 , saturation: 0.83 and the lightness value of 085833 is 0.19.

The process color (four color CMYK) of #085833 color hex is 0.91, 0.00, 0.42, 0.65. Web safe color of #085833 is #006633. Color #085833 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011000 00110011
Octal 10 130 63
Decimal 8 88 51
Hex 8 58 33

RGB Percentages of Color #085833

%5.44
%59.86
%34.69

CMYK Percentages of Color #085833

%91
%0
%42
%65

Triadic Colors of #085833

#085833 #330858 #583308

Analogous Colors of #085833

#085833 #085558 #08580b

Monochromatic Colors of #085833

#085833

Complementary Color

#085833 #58082d

#085833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085833 Color CSS Codes

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

#085833 Text Font Color

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

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


#085833 Background Color

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

This div background color is #085833


#085833 Border Color

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

This div border color is #085833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085833


Comments

No comments written yet.

Please login to write comment.