COLOR #586550

HEX: #586550
RGB: (88,101,80)

Color info

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

RGB color model

#586550 color RGB value is (88,101,80).

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

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 80 of 255 = 31%

88
101
80

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

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 80 = 269 (100%)
R 88 of 269 ~ 32.71%
G 101 of 269 ~ 37.55%
B 80 of 269 ~ 29.74%

%32.71
%37.55
%29.74

CMYK color model

#586550 color CMYK value is (13,0,21,60).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK: (13,0,21,60) C13M0Y21K60 (13%,0%,21%,60%) (0.13/0.00/0.21/0.60)

CMYK percentages

%12.87
%0
%20.79
%60.39

Codes

Color #586550 in popluar color models

586550
RGB8810180
HSL97°11.60%35.49%
HSB/HSV97°20.79%39.61%
CMYK12.87%0.00%20.79%
60.39%

Color #586550 in popluar number systems.

HEX586550
Decimal8810180
Binary101100011001011010000
Octal130145120

Shades and tints

Shades of #586550

#586550
(88,101,80)
#505C49
(80,92,73)
#485342
(72,83,66)
#404A3B
(64,74,59)
#384134
(56,65,52)
#30382D
(48,56,45)
#282F26
(40,47,38)
#20261F
(32,38,31)
#181D18
(24,29,24)
#101411
(16,20,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #586550

#586550
(88,101,80)
#67735F
(103,115,95)
#76816E
(118,129,110)
#858F7D
(133,143,125)
#949D8C
(148,157,140)
#A3AB9B
(163,171,155)
#B2B9AA
(178,185,170)
#C1C7B9
(193,199,185)
#D0D5C8
(208,213,200)
#DFE3D7
(223,227,215)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586550; }

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

This text font color is #586550.


Background Color

.myBgColor { background-color: #586550; }

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

This div background color is #586550.


Border color

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

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

This div border color is #586550.


Opacity

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

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

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

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

This text has shadow with #586550 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #586550 on black background.


Color preview on white background

This text has color #586550 on white background.



Black color preview on #586550 background

This text has black color on #586550 background.


White color preview on #586550 background

This text has white color on #586550 background.