COLOR #56626E

HEX: #56626E
RGB: (86,98,110)

Color info

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

RGB color model

#56626E color RGB value is (86,98,110).

  • red value is 86;
  • green value is 98;
  • blue value is 110.
RGB:
(86,98,110)
(34%,38%,43%)

RGB channels and saturation

R 86 of 255 = 34%
G 98 of 255 = 38%
B 110 of 255 = 43%

86
98
110

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

Portions of RGB colors in percentages

R + G + B =
86 + 98 + 110 = 294 (100%)
R 86 of 294 ~ 29.25%
G 98 of 294 ~ 33.33%
B 110 of 294 ~ 37.41%

%29.25
%33.33
%37.41

CMYK color model

#56626E color CMYK value is (22,11,0,57).

  • cyan value is 21.82%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(22,11,0,57)
C22M11Y0K57 
(22%,11%,0%,57%)
(0.22/0.11/0.00/0.57)	

CMYK percentages

%21.82
%10.91
%0
%56.86

Codes

Color #56626E in popluar color models

56626E
RGB8698110
HSL210°12.24%38.43%
HSB/HSV210°21.82%43.14%
CMYK21.82%10.91%0.00%
56.86%

Color #56626E in popluar number systems.

HEX56626E
Decimal8698110
Binary101011011000101101110
Octal126142156

Shades and tints

Shades of #56626E

#56626E
(86,98,110)
#4F5A64
(79,90,100)
#48525A
(72,82,90)
#414A50
(65,74,80)
#3A4246
(58,66,70)
#333A3C
(51,58,60)
#2C3232
(44,50,50)
#252A28
(37,42,40)
#1E221E
(30,34,30)
#171A14
(23,26,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #56626E

#56626E
(86,98,110)
#65707B
(101,112,123)
#747E88
(116,126,136)
#838C95
(131,140,149)
#929AA2
(146,154,162)
#A1A8AF
(161,168,175)
#B0B6BC
(176,182,188)
#BFC4C9
(191,196,201)
#CED2D6
(206,210,214)
#DDE0E3
(221,224,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56626E color. Also use rgb(86,98,110) instead hex code.

Text Font Color

.myTextColor { color: #56626E; }

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

This text font color is #56626E.


Background Color

.myBgColor { background-color: #56626E; }

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

This div background color is #56626E.


Border color

.myBorderColor { border: 1px solid #56626E; }

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

This div border color is #56626E.


Opacity

.myOpacity80 { color: #56626E; opacity: 0.8; }

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

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

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

This text has shadow with #56626E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56626E on black background.


Color preview on white background

This text has color #56626E on white background.



Black color preview on #56626E background

This text has black color on #56626E background.


White color preview on #56626E background

This text has white color on #56626E background.