COLOR #586471

HEX: #586471
RGB: (88,100,113)

Color info

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

RGB color model

#586471 color RGB value is (88,100,113).

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

RGB channels and saturation

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

88
100
113

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 113 = 301 (100%)
R 88 of 301 ~ 29.24%
G 100 of 301 ~ 33.22%
B 113 of 301 ~ 37.54%

%29.24
%33.22
%37.54

CMYK color model

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

  • cyan value is 22.12%
  • magenta value is 11.50%
  • 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
%11.5
%0
%55.69

Codes

Color #586471 in popluar color models

586471
RGB88100113
HSL211°12.44%39.41%
HSB/HSV211°22.12%44.31%
CMYK22.12%11.50%0.00%
55.69%

Color #586471 in popluar number systems.

HEX586471
Decimal88100113
Binary101100011001001110001
Octal130144161

Shades and tints

Shades of #586471

#586471
(88,100,113)
#505B67
(80,91,103)
#48525D
(72,82,93)
#404953
(64,73,83)
#384049
(56,64,73)
#30373F
(48,55,63)
#282E35
(40,46,53)
#20252B
(32,37,43)
#181C21
(24,28,33)
#101317
(16,19,23)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #586471

#586471
(88,100,113)
#67727D
(103,114,125)
#768089
(118,128,137)
#858E95
(133,142,149)
#949CA1
(148,156,161)
#A3AAAD
(163,170,173)
#B2B8B9
(178,184,185)
#C1C6C5
(193,198,197)
#D0D4D1
(208,212,209)
#DFE2DD
(223,226,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586471; }

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

This text font color is #586471.


Background Color

.myBgColor { background-color: #586471; }

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

This div background color is #586471.


Border color

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

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

This div border color is #586471.


Opacity

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

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

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

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

This text has shadow with #586471 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #586471 on black background.


Color preview on white background

This text has color #586471 on white background.



Black color preview on #586471 background

This text has black color on #586471 background.


White color preview on #586471 background

This text has white color on #586471 background.