COLOR #586354

HEX: #586354
RGB: (88,99,84)

Color info

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

RGB color model

#586354 color RGB value is (88,99,84).

  • red value is 88;
  • green value is 99;
  • blue value is 84.
RGB:
(88,99,84)
(35%,39%,33%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 84 of 255 = 33%

88
99
84

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 84 = 271 (100%)
R 88 of 271 ~ 32.47%
G 99 of 271 ~ 36.53%
B 84 of 271 ~ 31%

%32.47
%36.53
%31

CMYK color model

#586354 color CMYK value is (11,0,15,61).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(11,0,15,61)
C11M0Y15K61 
(11%,0%,15%,61%)
(0.11/0.00/0.15/0.61)	

CMYK percentages

%11.11
%0
%15.15
%61.18

Codes

Color #586354 in popluar color models

586354
RGB889984
HSL104°8.20%35.88%
HSB/HSV104°15.15%38.82%
CMYK11.11%0.00%15.15%
61.18%

Color #586354 in popluar number systems.

HEX586354
Decimal889984
Binary101100011000111010100
Octal130143124

Shades and tints

Shades of #586354

#586354
(88,99,84)
#505A4D
(80,90,77)
#485146
(72,81,70)
#40483F
(64,72,63)
#383F38
(56,63,56)
#303631
(48,54,49)
#282D2A
(40,45,42)
#202423
(32,36,35)
#181B1C
(24,27,28)
#101215
(16,18,21)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #586354

#586354
(88,99,84)
#677163
(103,113,99)
#767F72
(118,127,114)
#858D81
(133,141,129)
#949B90
(148,155,144)
#A3A99F
(163,169,159)
#B2B7AE
(178,183,174)
#C1C5BD
(193,197,189)
#D0D3CC
(208,211,204)
#DFE1DB
(223,225,219)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586354 color. Also use rgb(88,99,84) instead hex code.

Text Font Color

.myTextColor { color: #586354; }

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

This text font color is #586354.


Background Color

.myBgColor { background-color: #586354; }

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

This div background color is #586354.


Border color

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

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

This div border color is #586354.


Opacity

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

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

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

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

This text has shadow with #586354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586354 on black background.


Color preview on white background

This text has color #586354 on white background.



Black color preview on #586354 background

This text has black color on #586354 background.


White color preview on #586354 background

This text has white color on #586354 background.