COLOR #586150

HEX: #586150 RGB: (88,97,80)

Color info

#586150 contains red, green and blue colors in about the same proportion. Web safe color of #586150 is #666666 (or #666).

RGB color model

#586150 color RGB value is (88,97,80).

RGB: (88,97,80) (35%, 38%, 31%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 80 of 255 = 31%

88
97
80

R + G + B ~ 35%. #586150 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 97 + 80 = 265 (100%)
R 88 of 265 ~ 33.21%
G 97 of 265 ~ 36.6%
B 80 of 265 ~ 30.19'%

%33.21
%36.6
%30.19

CMYK color model

#586150 color CMYK value is (9,0,18,62).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK: (9,0,18,62) C9M0Y18K62 (9%,0%,18%,62%) (0.09/0.00/0.18/0.62) 

CMYK percentages

%9.28
%0
%17.53
%61.96

Codes

Color #586150 in popluar color models

58 61 50
RGB 88 97 80
HSL 92° 9.60% 34.71%
HSB/HSV 92° 17.53% 38.04%
CMYK 9.28% 0.00% 17.53%
61.96%

Color #586150 in popluar number systems.

HEX 58 61 50
Decimal 88 97 80
Binary 1011000 1100001 1010000
Octal 130 141 120

Shades and tints

Shades of #586150

#586150
(88,97,80)
#505949
(80,89,73)
#485142
(72,81,66)
#40493B
(64,73,59)
#384134
(56,65,52)
#30392D
(48,57,45)
#283126
(40,49,38)
#20291F
(32,41,31)
#182118
(24,33,24)
#101911
(16,25,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #586150

#586150
(88,97,80)
#676F5F
(103,111,95)
#767D6E
(118,125,110)
#858B7D
(133,139,125)
#94998C
(148,153,140)
#A3A79B
(163,167,155)
#B2B5AA
(178,181,170)
#C1C3B9
(193,195,185)
#D0D1C8
(208,209,200)
#DFDFD7
(223,223,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586150 color. Also use rgb(88,97,80) instead hex code.

Text Font Color

.myTextColor { color: #586150; }

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

This text font color is #586150.

Background Color

.myBgColor { background-color: #586150; }

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

This div background color is #586150.

Border color

.myBorderColor { border: 1px solid #586150; }

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

This div border color is #586150.

Opacity

.myOpacity80 { color: #586150; opacity: 0.8; }

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

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

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

This text has shadow with #586150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586150.

Preview

Color preview on black background

This text has color #586150 on black background.


Color preview on white background

This text has color #586150 on white background.


Black color preview on #586150 background

This text has black color on #586150 background.


White color preview on #586150 background

This text has white color on #586150 background.


Related colors

Complementary color

Complementary color for #hex is #A79EAF.


I love getcolorcode.com

Triadic colors

1 #505861 and #615058 with #586150 are triadic colors.

2 #506158 and #615850 with #586150 are triadic colors.