COLOR #585E05

HEX: #585E05 RGB: (88,94,5)

Color info

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

RGB color model

#585E05 color RGB value is (88,94,5).

RGB: (88,94,5) (35%, 37%, 2%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 5 of 255 = 2%

88
94
5

R + G + B ~ 25%. #585E05 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 5 = 187 (100%)
R 88 of 187 ~ 47.06%
G 94 of 187 ~ 50.27%
B 5 of 187 ~ 2.67'%

%47.06
%50.27

CMYK color model

#585E05 color CMYK value is (6,0,95,63).

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

CMYK: (6,0,95,63)
C6M0Y95K63 (6%, 0%, 95%, 63%)
(0.06 / 0.00 / 0.95 / 0.63)

CMYK percentages

%6.38
%0
%94.68
%63.14

Codes

Color #585E05 in popluar color models

58 5E 05
RGB 88 94 5
HSL 64° 89.90% 19.41%
HSB/HSV 64° 94.68% 36.86%
CMYK 6.38% 0.00% 94.68%
63.14%

Color #585E05 in popluar number systems.

HEX 58 5E 05
Decimal 88 94 5
Binary 1011000 1011110 101
Octal 130 136 5

Shades and tints

Shades of #585E05

#585E05
(88,94,5)
#505605
(80,86,5)
#484E05
(72,78,5)
#404605
(64,70,5)
#383E05
(56,62,5)
#303605
(48,54,5)
#282E05
(40,46,5)
#202605
(32,38,5)
#181E05
(24,30,5)
#101605
(16,22,5)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #585E05

#585E05
(88,94,5)
#676C1B
(103,108,27)
#767A31
(118,122,49)
#858847
(133,136,71)
#94965D
(148,150,93)
#A3A473
(163,164,115)
#B2B289
(178,178,137)
#C1C09F
(193,192,159)
#D0CEB5
(208,206,181)
#DFDCCB
(223,220,203)
#EEEAE1
(238,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E05; }

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

This text font color is #585E05.

Background Color

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

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

This div background color is #585E05.

Border color

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

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

This div border color is #585E05.

Opacity

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

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

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

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

This text has shadow with #585E05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E05.

Preview

Color preview on black background

This text has color #585E05 on black background.


Color preview on white background

This text has color #585E05 on white background.


Black color preview on #585E05 background

This text has black color on #585E05 background.


White color preview on #585E05 background

This text has white color on #585E05 background.


Related colors

Complementary color

Complementary color for #hex is #A7A1FA.


I love getcolorcode.com

Triadic colors

1 #05585E and #5E0558 with #585E05 are triadic colors.

2 #055E58 and #5E5805 with #585E05 are triadic colors.