COLOR #586371

HEX: #586371
RGB: (88,99,113)

Color info

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

RGB color model

#586371 color RGB value is (88,99,113).

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

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 113 of 255 = 44%

88
99
113

R + G + B ~ 39%. #586371 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 113 = 300 (100%)
R 88 of 300 ~ 29.33%
G 99 of 300 ~ 33%
B 113 of 300 ~ 37.67%

%29.33
%33
%37.67

CMYK color model

#586371 color CMYK value is (22,12,0,56).

  • cyan value is 22.12%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(22,12,0,56)
C22M12Y0K56 
(22%,12%,0%,56%)
(0.22/0.12/0.00/0.56)	

CMYK percentages

%22.12
%12.39
%0
%55.69

Codes

Color #586371 in popluar color models

586371
RGB8899113
HSL214°12.44%39.41%
HSB/HSV214°22.12%44.31%
CMYK22.12%12.39%0.00%
55.69%

Color #586371 in popluar number systems.

HEX586371
Decimal8899113
Binary101100011000111110001
Octal130143161

Shades and tints

Shades of #586371

#586371
(88,99,113)
#505A67
(80,90,103)
#48515D
(72,81,93)
#404853
(64,72,83)
#383F49
(56,63,73)
#30363F
(48,54,63)
#282D35
(40,45,53)
#20242B
(32,36,43)
#181B21
(24,27,33)
#101217
(16,18,23)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #586371

#586371
(88,99,113)
#67717D
(103,113,125)
#767F89
(118,127,137)
#858D95
(133,141,149)
#949BA1
(148,155,161)
#A3A9AD
(163,169,173)
#B2B7B9
(178,183,185)
#C1C5C5
(193,197,197)
#D0D3D1
(208,211,209)
#DFE1DD
(223,225,221)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586371; }

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

This text font color is #586371.


Background Color

.myBgColor { background-color: #586371; }

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

This div background color is #586371.


Border color

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

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

This div border color is #586371.


Opacity

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

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

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

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

This text has shadow with #586371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586371 on black background.


Color preview on white background

This text has color #586371 on white background.



Black color preview on #586371 background

This text has black color on #586371 background.


White color preview on #586371 background

This text has white color on #586371 background.