COLOR #586B50

HEX: #586B50
RGB: (88,107,80)

Color info

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

RGB color model

#586B50 color RGB value is (88,107,80).

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

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 80 of 255 = 31%

88
107
80

R + G + B ~ 36%. #586B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 107 + 80 = 275 (100%)
R 88 of 275 ~ 32%
G 107 of 275 ~ 38.91%
B 80 of 275 ~ 29.09%

%32
%38.91
%29.09

CMYK color model

#586B50 color CMYK value is (18,0,25,58).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 58.04%
CMYK:
(18,0,25,58)
C18M0Y25K58 
(18%,0%,25%,58%)
(0.18/0.00/0.25/0.58)	

CMYK percentages

%17.76
%0
%25.23
%58.04

Codes

Color #586B50 in popluar color models

586B50
RGB8810780
HSL102°14.44%36.67%
HSB/HSV102°25.23%41.96%
CMYK17.76%0.00%25.23%
58.04%

Color #586B50 in popluar number systems.

HEX586B50
Decimal8810780
Binary101100011010111010000
Octal130153120

Shades and tints

Shades of #586B50

#586B50
(88,107,80)
#506249
(80,98,73)
#485942
(72,89,66)
#40503B
(64,80,59)
#384734
(56,71,52)
#303E2D
(48,62,45)
#283526
(40,53,38)
#202C1F
(32,44,31)
#182318
(24,35,24)
#101A11
(16,26,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #586B50

#586B50
(88,107,80)
#67785F
(103,120,95)
#76856E
(118,133,110)
#85927D
(133,146,125)
#949F8C
(148,159,140)
#A3AC9B
(163,172,155)
#B2B9AA
(178,185,170)
#C1C6B9
(193,198,185)
#D0D3C8
(208,211,200)
#DFE0D7
(223,224,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586B50; }

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

This text font color is #586B50.


Background Color

.myBgColor { background-color: #586B50; }

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

This div background color is #586B50.


Border color

.myBorderColor { border: 1px solid #586B50; }

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

This div border color is #586B50.


Opacity

.myOpacity80 { color: #586B50; opacity: 0.8; }

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

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

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

This text has shadow with #586B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B50 on black background.


Color preview on white background

This text has color #586B50 on white background.



Black color preview on #586B50 background

This text has black color on #586B50 background.


White color preview on #586B50 background

This text has white color on #586B50 background.