COLOR #585B30

HEX: #585B30
RGB: (88,91,48)

Color info

#585B30 contains red, green and blue colors in about the same proportion. Web safe color of #585B30 is #666633 (or #663).

RGB color model

#585B30 color RGB value is (88,91,48).

  • red value is 88;
  • green value is 91;
  • blue value is 48.
RGB:
(88,91,48)
(35%,36%,19%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 48 of 255 = 19%

88
91
48

R + G + B ~ 30%. #585B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 48 = 227 (100%)
R 88 of 227 ~ 38.77%
G 91 of 227 ~ 40.09%
B 48 of 227 ~ 21.15%

%38.77
%40.09
%21.15

CMYK color model

#585B30 color CMYK value is (3,0,47,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 47.25%
  • key color value is 64.31%
CMYK:
(3,0,47,64)
C3M0Y47K64 
(3%,0%,47%,64%)
(0.03/0.00/0.47/0.64)	

CMYK percentages

%3.3
%0
%47.25
%64.31

Codes

Color #585B30 in popluar color models

585B30
RGB889148
HSL64°30.94%27.25%
HSB/HSV64°47.25%35.69%
CMYK3.30%0.00%47.25%
64.31%

Color #585B30 in popluar number systems.

HEX585B30
Decimal889148
Binary10110001011011110000
Octal13013360

Shades and tints

Shades of #585B30

#585B30
(88,91,48)
#50532C
(80,83,44)
#484B28
(72,75,40)
#404324
(64,67,36)
#383B20
(56,59,32)
#30331C
(48,51,28)
#282B18
(40,43,24)
#202314
(32,35,20)
#181B10
(24,27,16)
#10130C
(16,19,12)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #585B30

#585B30
(88,91,48)
#676942
(103,105,66)
#767754
(118,119,84)
#858566
(133,133,102)
#949378
(148,147,120)
#A3A18A
(163,161,138)
#B2AF9C
(178,175,156)
#C1BDAE
(193,189,174)
#D0CBC0
(208,203,192)
#DFD9D2
(223,217,210)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585B30 color. Also use rgb(88,91,48) instead hex code.

Text Font Color

.myTextColor { color: #585B30; }

<p style="color:#585B30">This sample text font color is #585B30.</p>

This text font color is #585B30.


Background Color

.myBgColor { background-color: #585B30; }

<div style="background-color:#585B30">Inner text</div>

This div background color is #585B30.


Border color

.myBorderColor { border: 1px solid #585B30; }

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

This div border color is #585B30.


Opacity

.myOpacity80 { color: #585B30; opacity: 0.8; }

<p style="color:#585B30;opacity:0.8;">80%</p>

Text with #585B30 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #585B30;}

<p style="text-shadow: 3px 3px 1px #585B30">Text here.</p>

This text has shadow with #585B30 color.

.textShadow {text-shadow: 3px 3px 1px #585B30, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #585B30, 5px 5px 20px red">Text here.</p>

This text has shadow with #585B30 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585B30, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#585B30, Direction=45, Strength=4)">Text</p>

This text has shadow with #585B30 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #585B30;
  -webkit-box-shadow:	1px 1px 3px 2px #585B30;
  box-shadow:		1px 1px 3px 2px #585B30;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585B30;
-webkit-box-shadow: 1px 1px 3px 2px #585B30;
box-shadow:1px 1px 3px 2px #585B30;">
Div content here</div>
This div box has shadow with color #585B30.

Preview

Color preview on black background

This text has color #585B30 on black background.


Color preview on white background

This text has color #585B30 on white background.



Black color preview on #585B30 background

This text has black color on #585B30 background.


White color preview on #585B30 background

This text has white color on #585B30 background.