COLOR #585C1B

HEX: #585C1B
RGB: (88,92,27)

Color info

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

RGB color model

#585C1B color RGB value is (88,92,27).

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

RGB channels and saturation

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

88
92
27

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

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 27 = 207 (100%)
R 88 of 207 ~ 42.51%
G 92 of 207 ~ 44.44%
B 27 of 207 ~ 13.04%

%42.51
%44.44
%13.04

CMYK color model

#585C1B color CMYK value is (4,0,71,64).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 70.65%
  • key color value is 63.92%
CMYK:
(4,0,71,64)
C4M0Y71K64 
(4%,0%,71%,64%)
(0.04/0.00/0.71/0.64)	

CMYK percentages

%4.35
%0
%70.65
%63.92

Codes

Color #585C1B in popluar color models

585C1B
RGB889227
HSL64°54.62%23.33%
HSB/HSV64°70.65%36.08%
CMYK4.35%0.00%70.65%
63.92%

Color #585C1B in popluar number systems.

HEX585C1B
Decimal889227
Binary1011000101110011011
Octal13013433

Shades and tints

Shades of #585C1B

#585C1B
(88,92,27)
#505419
(80,84,25)
#484C17
(72,76,23)
#404415
(64,68,21)
#383C13
(56,60,19)
#303411
(48,52,17)
#282C0F
(40,44,15)
#20240D
(32,36,13)
#181C0B
(24,28,11)
#101409
(16,20,9)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #585C1B

#585C1B
(88,92,27)
#676A2F
(103,106,47)
#767843
(118,120,67)
#858657
(133,134,87)
#94946B
(148,148,107)
#A3A27F
(163,162,127)
#B2B093
(178,176,147)
#C1BEA7
(193,190,167)
#D0CCBB
(208,204,187)
#DFDACF
(223,218,207)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C1B; }

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

This text font color is #585C1B.


Background Color

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

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

This div background color is #585C1B.


Border color

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

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

This div border color is #585C1B.


Opacity

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

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

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

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

This text has shadow with #585C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C1B on black background.


Color preview on white background

This text has color #585C1B on white background.



Black color preview on #585C1B background

This text has black color on #585C1B background.


White color preview on #585C1B background

This text has white color on #585C1B background.