COLOR #585A28

HEX: #585A28
RGB: (88,90,40)

Color info

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

RGB color model

#585A28 color RGB value is (88,90,40).

  • red value is 88;
  • green value is 90;
  • blue value is 40.
RGB:
(88,90,40)
(35%,35%,16%)

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 40 of 255 = 16%

88
90
40

R + G + B ~ 29%. #585A28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 90 + 40 = 218 (100%)
R 88 of 218 ~ 40.37%
G 90 of 218 ~ 41.28%
B 40 of 218 ~ 18.35%

%40.37
%41.28
%18.35

CMYK color model

#585A28 color CMYK value is (2,0,56,65).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 64.71%
CMYK:
(2,0,56,65)
C2M0Y56K65 
(2%,0%,56%,65%)
(0.02/0.00/0.56/0.65)	

CMYK percentages

%2.22
%0
%55.56
%64.71

Codes

Color #585A28 in popluar color models

585A28
RGB889040
HSL62°38.46%25.49%
HSB/HSV62°55.56%35.29%
CMYK2.22%0.00%55.56%
64.71%

Color #585A28 in popluar number systems.

HEX585A28
Decimal889040
Binary10110001011010101000
Octal13013250

Shades and tints

Shades of #585A28

#585A28
(88,90,40)
#505225
(80,82,37)
#484A22
(72,74,34)
#40421F
(64,66,31)
#383A1C
(56,58,28)
#303219
(48,50,25)
#282A16
(40,42,22)
#202213
(32,34,19)
#181A10
(24,26,16)
#10120D
(16,18,13)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #585A28

#585A28
(88,90,40)
#67693B
(103,105,59)
#76784E
(118,120,78)
#858761
(133,135,97)
#949674
(148,150,116)
#A3A587
(163,165,135)
#B2B49A
(178,180,154)
#C1C3AD
(193,195,173)
#D0D2C0
(208,210,192)
#DFE1D3
(223,225,211)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A28 color. Also use rgb(88,90,40) instead hex code.

Text Font Color

.myTextColor { color: #585A28; }

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

This text font color is #585A28.


Background Color

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

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

This div background color is #585A28.


Border color

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

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

This div border color is #585A28.


Opacity

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

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

Text with #585A28 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 #585A28;}

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

This text has shadow with #585A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A28 on black background.


Color preview on white background

This text has color #585A28 on white background.



Black color preview on #585A28 background

This text has black color on #585A28 background.


White color preview on #585A28 background

This text has white color on #585A28 background.