COLOR #585E1C

HEX: #585E1C RGB: (88,94,28)

Color info

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

RGB color model

#585E1C color RGB value is (88,94,28).

RGB: (88,94,28) (35%, 37%, 11%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 28 of 255 = 11%

88
94
28

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

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 28 = 210 (100%)
R 88 of 210 ~ 41.9%
G 94 of 210 ~ 44.76%
B 28 of 210 ~ 13.33'%

%41.9
%44.76
%13.33

CMYK color model

#585E1C color CMYK value is (6,0,70,63).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 70.21%
  • key color value is 63.14%

CMYK: (6,0,70,63)
C6M0Y70K63 (6%, 0%, 70%, 63%)
(0.06 / 0.00 / 0.70 / 0.63)

CMYK percentages

%6.38
%0
%70.21
%63.14

Codes

Color #585E1C in popluar color models

58 5E 1C
RGB 88 94 28
HSL 65° 54.10% 23.92%
HSB/HSV 65° 70.21% 36.86%
CMYK 6.38% 0.00% 70.21%
63.14%

Color #585E1C in popluar number systems.

HEX 58 5E 1C
Decimal 88 94 28
Binary 1011000 1011110 11100
Octal 130 136 34

Shades and tints

Shades of #585E1C

#585E1C
(88,94,28)
#50561A
(80,86,26)
#484E18
(72,78,24)
#404616
(64,70,22)
#383E14
(56,62,20)
#303612
(48,54,18)
#282E10
(40,46,16)
#20260E
(32,38,14)
#181E0C
(24,30,12)
#10160A
(16,22,10)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #585E1C

#585E1C
(88,94,28)
#676C30
(103,108,48)
#767A44
(118,122,68)
#858858
(133,136,88)
#94966C
(148,150,108)
#A3A480
(163,164,128)
#B2B294
(178,178,148)
#C1C0A8
(193,192,168)
#D0CEBC
(208,206,188)
#DFDCD0
(223,220,208)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E1C color. Also use rgb(88,94,28) instead hex code.

Text Font Color

.myTextColor { color: #585E1C; }

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

This text font color is #585E1C.

Background Color

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

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

This div background color is #585E1C.

Border color

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

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

This div border color is #585E1C.

Opacity

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

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

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

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

This text has shadow with #585E1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E1C.

Preview

Color preview on black background

This text has color #585E1C on black background.


Color preview on white background

This text has color #585E1C on white background.


Black color preview on #585E1C background

This text has black color on #585E1C background.


White color preview on #585E1C background

This text has white color on #585E1C background.


Related colors

Complementary color

Complementary color for #hex is #A7A1E3.


I love getcolorcode.com

Triadic colors

1 #1C585E and #5E1C58 with #585E1C are triadic colors.

2 #1C5E58 and #5E581C with #585E1C are triadic colors.