COLOR #586266

HEX: #586266
RGB: (88,98,102)

Color info

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

RGB color model

#586266 color RGB value is (88,98,102).

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

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 102 of 255 = 40%

88
98
102

R + G + B ~ 38%. #586266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 102 = 288 (100%)
R 88 of 288 ~ 30.56%
G 98 of 288 ~ 34.03%
B 102 of 288 ~ 35.42%

%30.56
%34.03
%35.42

CMYK color model

#586266 color CMYK value is (14,4,0,60).

  • cyan value is 13.73%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(14,4,0,60)
C14M4Y0K60 
(14%,4%,0%,60%)
(0.14/0.04/0.00/0.60)	

CMYK percentages

%13.73
%3.92
%0
%60

Codes

Color #586266 in popluar color models

586266
RGB8898102
HSL197°7.37%37.25%
HSB/HSV197°13.73%40.00%
CMYK13.73%3.92%0.00%
60.00%

Color #586266 in popluar number systems.

HEX586266
Decimal8898102
Binary101100011000101100110
Octal130142146

Shades and tints

Shades of #586266

#586266
(88,98,102)
#505A5D
(80,90,93)
#485254
(72,82,84)
#404A4B
(64,74,75)
#384242
(56,66,66)
#303A39
(48,58,57)
#283230
(40,50,48)
#202A27
(32,42,39)
#18221E
(24,34,30)
#101A15
(16,26,21)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #586266

#586266
(88,98,102)
#677073
(103,112,115)
#767E80
(118,126,128)
#858C8D
(133,140,141)
#949A9A
(148,154,154)
#A3A8A7
(163,168,167)
#B2B6B4
(178,182,180)
#C1C4C1
(193,196,193)
#D0D2CE
(208,210,206)
#DFE0DB
(223,224,219)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586266; }

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

This text font color is #586266.


Background Color

.myBgColor { background-color: #586266; }

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

This div background color is #586266.


Border color

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

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

This div border color is #586266.


Opacity

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

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

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

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

This text has shadow with #586266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586266 on black background.


Color preview on white background

This text has color #586266 on white background.



Black color preview on #586266 background

This text has black color on #586266 background.


White color preview on #586266 background

This text has white color on #586266 background.