COLOR #585D1E

HEX: #585D1E RGB: (88,93,30)

Color info

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

RGB color model

#585D1E color RGB value is (88,93,30).

RGB: (88,93,30) (35%, 36%, 12%)

RGB channels and saturation

R 88 of 255 = 35%
G 93 of 255 = 36%
B 30 of 255 = 12%

88
93
30

R + G + B ~ 28%. #585D1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 93 + 30 = 211 (100%)
R 88 of 211 ~ 41.71%
G 93 of 211 ~ 44.08%
B 30 of 211 ~ 14.22'%

%41.71
%44.08
%14.22

CMYK color model

#585D1E color CMYK value is (5,0,68,64).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 67.74%
  • key color value is 63.53%

CMYK: (5,0,68,64)
C5M0Y68K64 (5%, 0%, 68%, 64%)
(0.05 / 0.00 / 0.68 / 0.64)

CMYK percentages

%5.38
%0
%67.74
%63.53

Codes

Color #585D1E in popluar color models

58 5D 1E
RGB 88 93 30
HSL 65° 51.22% 24.12%
HSB/HSV 65° 67.74% 36.47%
CMYK 5.38% 0.00% 67.74%
63.53%

Color #585D1E in popluar number systems.

HEX 58 5D 1E
Decimal 88 93 30
Binary 1011000 1011101 11110
Octal 130 135 36

Shades and tints

Shades of #585D1E

#585D1E
(88,93,30)
#50551C
(80,85,28)
#484D1A
(72,77,26)
#404518
(64,69,24)
#383D16
(56,61,22)
#303514
(48,53,20)
#282D12
(40,45,18)
#202510
(32,37,16)
#181D0E
(24,29,14)
#10150C
(16,21,12)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #585D1E

#585D1E
(88,93,30)
#676B32
(103,107,50)
#767946
(118,121,70)
#85875A
(133,135,90)
#94956E
(148,149,110)
#A3A382
(163,163,130)
#B2B196
(178,177,150)
#C1BFAA
(193,191,170)
#D0CDBE
(208,205,190)
#DFDBD2
(223,219,210)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D1E color. Also use rgb(88,93,30) instead hex code.

Text Font Color

.myTextColor { color: #585D1E; }

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

This text font color is #585D1E.

Background Color

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

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

This div background color is #585D1E.

Border color

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

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

This div border color is #585D1E.

Opacity

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

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

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

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

This text has shadow with #585D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585D1E.

Preview

Color preview on black background

This text has color #585D1E on black background.


Color preview on white background

This text has color #585D1E on white background.


Black color preview on #585D1E background

This text has black color on #585D1E background.


White color preview on #585D1E background

This text has white color on #585D1E background.


Related colors

Complementary color

Complementary color for #hex is #A7A2E1.


I love getcolorcode.com

Triadic colors

1 #1E585D and #5D1E58 with #585D1E are triadic colors.

2 #1E5D58 and #5D581E with #585D1E are triadic colors.