COLOR #585020

HEX: #585020
RGB: (88,80,32)

Color info

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

RGB color model

#585020 color RGB value is (88,80,32).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 32 of 255 = 13%

88
80
32

R + G + B ~ 26%. #585020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 32 = 200 (100%)
R 88 of 200 ~ 44%
G 80 of 200 ~ 40%
B 32 of 200 ~ 16%

%44
%40
%16

CMYK color model

#585020 color CMYK value is (0,9,64,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(0,9,64,65)
C0M9Y64K65 
(0%,9%,64%,65%)
(0.00/0.09/0.64/0.65)	

CMYK percentages

%0
%9.09
%63.64
%65.49

Codes

Color #585020 in popluar color models

585020
RGB888032
HSL51°46.67%23.53%
HSB/HSV51°63.64%34.51%
CMYK0.00%9.09%63.64%
65.49%

Color #585020 in popluar number systems.

HEX585020
Decimal888032
Binary10110001010000100000
Octal13012040

Shades and tints

Shades of #585020

#585020
(88,80,32)
#50491E
(80,73,30)
#48421C
(72,66,28)
#403B1A
(64,59,26)
#383418
(56,52,24)
#302D16
(48,45,22)
#282614
(40,38,20)
#201F12
(32,31,18)
#181810
(24,24,16)
#10110E
(16,17,14)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #585020

#585020
(88,80,32)
#675F34
(103,95,52)
#766E48
(118,110,72)
#857D5C
(133,125,92)
#948C70
(148,140,112)
#A39B84
(163,155,132)
#B2AA98
(178,170,152)
#C1B9AC
(193,185,172)
#D0C8C0
(208,200,192)
#DFD7D4
(223,215,212)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585020 color. Also use rgb(88,80,32) instead hex code.

Text Font Color

.myTextColor { color: #585020; }

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

This text font color is #585020.


Background Color

.myBgColor { background-color: #585020; }

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

This div background color is #585020.


Border color

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

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

This div border color is #585020.


Opacity

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

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

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

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

This text has shadow with #585020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585020 on black background.


Color preview on white background

This text has color #585020 on white background.



Black color preview on #585020 background

This text has black color on #585020 background.


White color preview on #585020 background

This text has white color on #585020 background.