COLOR #585227

HEX: #585227
RGB: (88,82,39)

Color info

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

RGB color model

#585227 color RGB value is (88,82,39).

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

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 39 of 255 = 15%

88
82
39

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

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 39 = 209 (100%)
R 88 of 209 ~ 42.11%
G 82 of 209 ~ 39.23%
B 39 of 209 ~ 18.66%

%42.11
%39.23
%18.66

CMYK color model

#585227 color CMYK value is (0,7,56,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 55.68%
  • key color value is 65.49%
CMYK:
(0,7,56,65)
C0M7Y56K65 
(0%,7%,56%,65%)
(0.00/0.07/0.56/0.65)	

CMYK percentages

%0
%6.82
%55.68
%65.49

Codes

Color #585227 in popluar color models

585227
RGB888239
HSL53°38.58%24.90%
HSB/HSV53°55.68%34.51%
CMYK0.00%6.82%55.68%
65.49%

Color #585227 in popluar number systems.

HEX585227
Decimal888239
Binary10110001010010100111
Octal13012247

Shades and tints

Shades of #585227

#585227
(88,82,39)
#504B24
(80,75,36)
#484421
(72,68,33)
#403D1E
(64,61,30)
#38361B
(56,54,27)
#302F18
(48,47,24)
#282815
(40,40,21)
#202112
(32,33,18)
#181A0F
(24,26,15)
#10130C
(16,19,12)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #585227

#585227
(88,82,39)
#67613A
(103,97,58)
#76704D
(118,112,77)
#857F60
(133,127,96)
#948E73
(148,142,115)
#A39D86
(163,157,134)
#B2AC99
(178,172,153)
#C1BBAC
(193,187,172)
#D0CABF
(208,202,191)
#DFD9D2
(223,217,210)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585227; }

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

This text font color is #585227.


Background Color

.myBgColor { background-color: #585227; }

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

This div background color is #585227.


Border color

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

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

This div border color is #585227.


Opacity

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

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

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

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

This text has shadow with #585227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585227 on black background.


Color preview on white background

This text has color #585227 on white background.



Black color preview on #585227 background

This text has black color on #585227 background.


White color preview on #585227 background

This text has white color on #585227 background.