COLOR #585221

HEX: #585221
RGB: (88,82,33)

Color info

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

RGB color model

#585221 color RGB value is (88,82,33).

  • red value is 88;
  • green value is 82;
  • blue value is 33.
RGB:
(88,82,33)
(35%,32%,13%)

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 33 of 255 = 13%

88
82
33

R + G + B ~ 27%. #585221 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 33 = 203 (100%)
R 88 of 203 ~ 43.35%
G 82 of 203 ~ 40.39%
B 33 of 203 ~ 16.26%

%43.35
%40.39
%16.26

CMYK color model

#585221 color CMYK value is (0,7,63,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 62.50%
  • key color value is 65.49%
CMYK:
(0,7,63,65)
C0M7Y63K65 
(0%,7%,63%,65%)
(0.00/0.07/0.63/0.65)	

CMYK percentages

%0
%6.82
%62.5
%65.49

Codes

Color #585221 in popluar color models

585221
RGB888233
HSL53°45.45%23.73%
HSB/HSV53°62.50%34.51%
CMYK0.00%6.82%62.50%
65.49%

Color #585221 in popluar number systems.

HEX585221
Decimal888233
Binary10110001010010100001
Octal13012241

Shades and tints

Shades of #585221

#585221
(88,82,33)
#504B1E
(80,75,30)
#48441B
(72,68,27)
#403D18
(64,61,24)
#383615
(56,54,21)
#302F12
(48,47,18)
#28280F
(40,40,15)
#20210C
(32,33,12)
#181A09
(24,26,9)
#101306
(16,19,6)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #585221

#585221
(88,82,33)
#676135
(103,97,53)
#767049
(118,112,73)
#857F5D
(133,127,93)
#948E71
(148,142,113)
#A39D85
(163,157,133)
#B2AC99
(178,172,153)
#C1BBAD
(193,187,173)
#D0CAC1
(208,202,193)
#DFD9D5
(223,217,213)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585221 color. Also use rgb(88,82,33) instead hex code.

Text Font Color

.myTextColor { color: #585221; }

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

This text font color is #585221.


Background Color

.myBgColor { background-color: #585221; }

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

This div background color is #585221.


Border color

.myBorderColor { border: 1px solid #585221; }

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

This div border color is #585221.


Opacity

.myOpacity80 { color: #585221; opacity: 0.8; }

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

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

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

This text has shadow with #585221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585221 on black background.


Color preview on white background

This text has color #585221 on white background.



Black color preview on #585221 background

This text has black color on #585221 background.


White color preview on #585221 background

This text has white color on #585221 background.