COLOR #585C1D

HEX: #585C1D
RGB: (88,92,29)

Color info

#585C1D contains mainly red and green colors. Web safe color of #585C1D is #666633 (or #663).

RGB color model

#585C1D color RGB value is (88,92,29).

  • red value is 88;
  • green value is 92;
  • blue value is 29.
RGB:
(88,92,29)
(35%,36%,11%)

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 29 of 255 = 11%

88
92
29

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

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 29 = 209 (100%)
R 88 of 209 ~ 42.11%
G 92 of 209 ~ 44.02%
B 29 of 209 ~ 13.88%

%42.11
%44.02
%13.88

CMYK color model

#585C1D color CMYK value is (4,0,68,64).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 68.48%
  • key color value is 63.92%
CMYK:
(4,0,68,64)
C4M0Y68K64 
(4%,0%,68%,64%)
(0.04/0.00/0.68/0.64)	

CMYK percentages

%4.35
%0
%68.48
%63.92

Codes

Color #585C1D in popluar color models

585C1D
RGB889229
HSL64°52.07%23.73%
HSB/HSV64°68.48%36.08%
CMYK4.35%0.00%68.48%
63.92%

Color #585C1D in popluar number systems.

HEX585C1D
Decimal889229
Binary1011000101110011101
Octal13013435

Shades and tints

Shades of #585C1D

#585C1D
(88,92,29)
#50541B
(80,84,27)
#484C19
(72,76,25)
#404417
(64,68,23)
#383C15
(56,60,21)
#303413
(48,52,19)
#282C11
(40,44,17)
#20240F
(32,36,15)
#181C0D
(24,28,13)
#10140B
(16,20,11)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #585C1D

#585C1D
(88,92,29)
#676A31
(103,106,49)
#767845
(118,120,69)
#858659
(133,134,89)
#94946D
(148,148,109)
#A3A281
(163,162,129)
#B2B095
(178,176,149)
#C1BEA9
(193,190,169)
#D0CCBD
(208,204,189)
#DFDAD1
(223,218,209)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585C1D color. Also use rgb(88,92,29) instead hex code.

Text Font Color

.myTextColor { color: #585C1D; }

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

This text font color is #585C1D.


Background Color

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

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

This div background color is #585C1D.


Border color

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

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

This div border color is #585C1D.


Opacity

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

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

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

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

This text has shadow with #585C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C1D on black background.


Color preview on white background

This text has color #585C1D on white background.



Black color preview on #585C1D background

This text has black color on #585C1D background.


White color preview on #585C1D background

This text has white color on #585C1D background.