Color Hex Logo

#585e0b Color Hex

#585E0B
(88,94,11)
0 Favorites   0 Comments

Color spaces of #585e0b

RGB 889411
HSL0.180.790.21
HSV64°88°37°
CMYK 0.060.000.88   0.63
XYZ8.087610.10431.8407
Yxy10.10430.40370.5044
Hunter Lab31.7873-10.212118.8178
CIE-Lab38.0290-12.964041.8234

#585e0b color RGB value is (88,94,11).

#585e0b hex color red value is 88, green value is 94 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #585e0b hue: 0.18 , saturation: 0.79 and the lightness value of 585e0b is 0.21.

The process color (four color CMYK) of #585e0b color hex is 0.06, 0.00, 0.88, 0.63. Web safe color of #585e0b is #666600. Color #585e0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011110 00001011
Octal 130 136 13
Decimal 88 94 11
Hex 58 5E B

RGB Percentages of Color #585e0b

%45.60
%48.70
%5.70

CMYK Percentages of Color #585e0b

%6
%0
%88
%63

Triadic Colors of #585e0b

#585e0b #0b585e #5e0b58

Analogous Colors of #585e0b

#585e0b #2f5e0b #5e3b0b

Monochromatic Colors of #585e0b

#585e0b

Complementary Color

#585e0b #110b5e

#585e0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585e0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#585e0b Color CSS Codes

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

#585e0b Text Font Color

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

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


#585e0b Background Color

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

This div background color is #585e0b


#585e0b Border Color

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

This div border color is #585e0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,94,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585e0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585e0b;
  -webkit-box-shadow: 1px 1px 3px 2px #585e0b;
  box-shadow:         1px 1px 3px 2px #585e0b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585e0b


Comments

No comments written yet.

Please login to write comment.