COLOR #586553

HEX: #586553
RGB: (88,101,83)

Color info

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

RGB color model

#586553 color RGB value is (88,101,83).

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

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 83 of 255 = 33%

88
101
83

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

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 83 = 272 (100%)
R 88 of 272 ~ 32.35%
G 101 of 272 ~ 37.13%
B 83 of 272 ~ 30.51%

%32.35
%37.13
%30.51

CMYK color model

#586553 color CMYK value is (13,0,18,60).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(13,0,18,60)
C13M0Y18K60 
(13%,0%,18%,60%)
(0.13/0.00/0.18/0.60)	

CMYK percentages

%12.87
%0
%17.82
%60.39

Codes

Color #586553 in popluar color models

586553
RGB8810183
HSL103°9.78%36.08%
HSB/HSV103°17.82%39.61%
CMYK12.87%0.00%17.82%
60.39%

Color #586553 in popluar number systems.

HEX586553
Decimal8810183
Binary101100011001011010011
Octal130145123

Shades and tints

Shades of #586553

#586553
(88,101,83)
#505C4C
(80,92,76)
#485345
(72,83,69)
#404A3E
(64,74,62)
#384137
(56,65,55)
#303830
(48,56,48)
#282F29
(40,47,41)
#202622
(32,38,34)
#181D1B
(24,29,27)
#101414
(16,20,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #586553

#586553
(88,101,83)
#677362
(103,115,98)
#768171
(118,129,113)
#858F80
(133,143,128)
#949D8F
(148,157,143)
#A3AB9E
(163,171,158)
#B2B9AD
(178,185,173)
#C1C7BC
(193,199,188)
#D0D5CB
(208,213,203)
#DFE3DA
(223,227,218)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586553; }

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

This text font color is #586553.


Background Color

.myBgColor { background-color: #586553; }

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

This div background color is #586553.


Border color

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

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

This div border color is #586553.


Opacity

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

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

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

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

This text has shadow with #586553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586553 on black background.


Color preview on white background

This text has color #586553 on white background.



Black color preview on #586553 background

This text has black color on #586553 background.


White color preview on #586553 background

This text has white color on #586553 background.