COLOR #586062

HEX: #586062
RGB: (88,96,98)

Color info

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

RGB color model

#586062 color RGB value is (88,96,98).

  • red value is 88;
  • green value is 96;
  • blue value is 98.
RGB:
(88,96,98)
(35%,38%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 98 of 255 = 38%

88
96
98

R + G + B ~ 37%. #586062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 98 = 282 (100%)
R 88 of 282 ~ 31.21%
G 96 of 282 ~ 34.04%
B 98 of 282 ~ 34.75%

%31.21
%34.04
%34.75

CMYK color model

#586062 color CMYK value is (10,2,0,62).

  • cyan value is 10.20%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(10,2,0,62)
C10M2Y0K62 
(10%,2%,0%,62%)
(0.10/0.02/0.00/0.62)	

CMYK percentages

%10.2
%2.04
%0
%61.57

Codes

Color #586062 in popluar color models

586062
RGB889698
HSL192°5.38%36.47%
HSB/HSV192°10.20%38.43%
CMYK10.20%2.04%0.00%
61.57%

Color #586062 in popluar number systems.

HEX586062
Decimal889698
Binary101100011000001100010
Octal130140142

Shades and tints

Shades of #586062

#586062
(88,96,98)
#50585A
(80,88,90)
#485052
(72,80,82)
#40484A
(64,72,74)
#384042
(56,64,66)
#30383A
(48,56,58)
#283032
(40,48,50)
#20282A
(32,40,42)
#182022
(24,32,34)
#10181A
(16,24,26)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #586062

#586062
(88,96,98)
#676E70
(103,110,112)
#767C7E
(118,124,126)
#858A8C
(133,138,140)
#94989A
(148,152,154)
#A3A6A8
(163,166,168)
#B2B4B6
(178,180,182)
#C1C2C4
(193,194,196)
#D0D0D2
(208,208,210)
#DFDEE0
(223,222,224)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586062 color. Also use rgb(88,96,98) instead hex code.

Text Font Color

.myTextColor { color: #586062; }

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

This text font color is #586062.


Background Color

.myBgColor { background-color: #586062; }

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

This div background color is #586062.


Border color

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

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

This div border color is #586062.


Opacity

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

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

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

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

This text has shadow with #586062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586062 on black background.


Color preview on white background

This text has color #586062 on white background.



Black color preview on #586062 background

This text has black color on #586062 background.


White color preview on #586062 background

This text has white color on #586062 background.