COLOR #586454

HEX: #586454
RGB: (88,100,84)

Color info

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

RGB color model

#586454 color RGB value is (88,100,84).

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

RGB channels and saturation

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

88
100
84

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 84 = 272 (100%)
R 88 of 272 ~ 32.35%
G 100 of 272 ~ 36.76%
B 84 of 272 ~ 30.88%

%32.35
%36.76
%30.88

CMYK color model

#586454 color CMYK value is (12,0,16,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 60.78%
CMYK:
(12,0,16,61)
C12M0Y16K61 
(12%,0%,16%,61%)
(0.12/0.00/0.16/0.61)	

CMYK percentages

%12
%0
%16
%60.78

Codes

Color #586454 in popluar color models

586454
RGB8810084
HSL105°8.70%36.08%
HSB/HSV105°16.00%39.22%
CMYK12.00%0.00%16.00%
60.78%

Color #586454 in popluar number systems.

HEX586454
Decimal8810084
Binary101100011001001010100
Octal130144124

Shades and tints

Shades of #586454

#586454
(88,100,84)
#505B4D
(80,91,77)
#485246
(72,82,70)
#40493F
(64,73,63)
#384038
(56,64,56)
#303731
(48,55,49)
#282E2A
(40,46,42)
#202523
(32,37,35)
#181C1C
(24,28,28)
#101315
(16,19,21)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #586454

#586454
(88,100,84)
#677263
(103,114,99)
#768072
(118,128,114)
#858E81
(133,142,129)
#949C90
(148,156,144)
#A3AA9F
(163,170,159)
#B2B8AE
(178,184,174)
#C1C6BD
(193,198,189)
#D0D4CC
(208,212,204)
#DFE2DB
(223,226,219)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586454; }

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

This text font color is #586454.


Background Color

.myBgColor { background-color: #586454; }

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

This div background color is #586454.


Border color

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

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

This div border color is #586454.


Opacity

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

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

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

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

This text has shadow with #586454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586454 on black background.


Color preview on white background

This text has color #586454 on white background.



Black color preview on #586454 background

This text has black color on #586454 background.


White color preview on #586454 background

This text has white color on #586454 background.