COLOR #585E15

HEX: #585E15
RGB: (88,94,21)

Color info

#585E15 contains mainly red and green colors. Web safe color of #585E15 is #666600 (or #660).

RGB color model

#585E15 color RGB value is (88,94,21).

  • red value is 88;
  • green value is 94;
  • blue value is 21.
RGB:
(88,94,21)
(35%,37%,8%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 21 of 255 = 8%

88
94
21

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

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 21 = 203 (100%)
R 88 of 203 ~ 43.35%
G 94 of 203 ~ 46.31%
B 21 of 203 ~ 10.34%

%43.35
%46.31
%10.34

CMYK color model

#585E15 color CMYK value is (6,0,78,63).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK:
(6,0,78,63)
C6M0Y78K63 
(6%,0%,78%,63%)
(0.06/0.00/0.78/0.63)	

CMYK percentages

%6.38
%0
%77.66
%63.14

Codes

Color #585E15 in popluar color models

585E15
RGB889421
HSL65°63.48%22.55%
HSB/HSV65°77.66%36.86%
CMYK6.38%0.00%77.66%
63.14%

Color #585E15 in popluar number systems.

HEX585E15
Decimal889421
Binary1011000101111010101
Octal13013625

Shades and tints

Shades of #585E15

#585E15
(88,94,21)
#505614
(80,86,20)
#484E13
(72,78,19)
#404612
(64,70,18)
#383E11
(56,62,17)
#303610
(48,54,16)
#282E0F
(40,46,15)
#20260E
(32,38,14)
#181E0D
(24,30,13)
#10160C
(16,22,12)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #585E15

#585E15
(88,94,21)
#676C2A
(103,108,42)
#767A3F
(118,122,63)
#858854
(133,136,84)
#949669
(148,150,105)
#A3A47E
(163,164,126)
#B2B293
(178,178,147)
#C1C0A8
(193,192,168)
#D0CEBD
(208,206,189)
#DFDCD2
(223,220,210)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E15; }

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

This text font color is #585E15.


Background Color

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

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

This div background color is #585E15.


Border color

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

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

This div border color is #585E15.


Opacity

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

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

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

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

This text has shadow with #585E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E15 on black background.


Color preview on white background

This text has color #585E15 on white background.



Black color preview on #585E15 background

This text has black color on #585E15 background.


White color preview on #585E15 background

This text has white color on #585E15 background.