COLOR #586050

HEX: #586050
RGB: (88,96,80)

Color info

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

RGB color model

#586050 color RGB value is (88,96,80).

  • red value is 88;
  • green value is 96;
  • blue value is 80.
RGB:
(88,96,80)
(35%,38%,31%)

RGB channels and saturation

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

88
96
80

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

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 80 = 264 (100%)
R 88 of 264 ~ 33.33%
G 96 of 264 ~ 36.36%
B 80 of 264 ~ 30.3%

%33.33
%36.36
%30.3

CMYK color model

#586050 color CMYK value is (8,0,17,62).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(8,0,17,62)
C8M0Y17K62 
(8%,0%,17%,62%)
(0.08/0.00/0.17/0.62)	

CMYK percentages

%8.33
%0
%16.67
%62.35

Codes

Color #586050 in popluar color models

586050
RGB889680
HSL90°9.09%34.51%
HSB/HSV90°16.67%37.65%
CMYK8.33%0.00%16.67%
62.35%

Color #586050 in popluar number systems.

HEX586050
Decimal889680
Binary101100011000001010000
Octal130140120

Shades and tints

Shades of #586050

#586050
(88,96,80)
#505849
(80,88,73)
#485042
(72,80,66)
#40483B
(64,72,59)
#384034
(56,64,52)
#30382D
(48,56,45)
#283026
(40,48,38)
#20281F
(32,40,31)
#182018
(24,32,24)
#101811
(16,24,17)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #586050

#586050
(88,96,80)
#676E5F
(103,110,95)
#767C6E
(118,124,110)
#858A7D
(133,138,125)
#94988C
(148,152,140)
#A3A69B
(163,166,155)
#B2B4AA
(178,180,170)
#C1C2B9
(193,194,185)
#D0D0C8
(208,208,200)
#DFDED7
(223,222,215)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586050; }

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

This text font color is #586050.


Background Color

.myBgColor { background-color: #586050; }

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

This div background color is #586050.


Border color

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

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

This div border color is #586050.


Opacity

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

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

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

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

This text has shadow with #586050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586050 on black background.


Color preview on white background

This text has color #586050 on white background.



Black color preview on #586050 background

This text has black color on #586050 background.


White color preview on #586050 background

This text has white color on #586050 background.