COLOR #656A83

HEX: #656A83
RGB: (101,106,131)

Color info

#656A83 contains red, green and blue colors in about the same proportion. Web safe color of #656A83 is #666699 (or #669).

RGB color model

#656A83 color RGB value is (101,106,131).

  • red value is 101;
  • green value is 106;
  • blue value is 131.
RGB:
(101,106,131)
(40%,42%,51%)

RGB channels and saturation

R 101 of 255 = 40%
G 106 of 255 = 42%
B 131 of 255 = 51%

101
106
131

R + G + B ~ 44%. #656A83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 106 + 131 = 338 (100%)
R 101 of 338 ~ 29.88%
G 106 of 338 ~ 31.36%
B 131 of 338 ~ 38.76%

%29.88
%31.36
%38.76

CMYK color model

#656A83 color CMYK value is (23,19,0,49).

  • cyan value is 22.90%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(23,19,0,49)
C23M19Y0K49 
(23%,19%,0%,49%)
(0.23/0.19/0.00/0.49)	

CMYK percentages

%22.9
%19.08
%0
%48.63

Codes

Color #656A83 in popluar color models

656A83
RGB101106131
HSL230°12.93%45.49%
HSB/HSV230°22.90%51.37%
CMYK22.90%19.08%0.00%
48.63%

Color #656A83 in popluar number systems.

HEX656A83
Decimal101106131
Binary1100101110101010000011
Octal145152203

Shades and tints

Shades of #656A83

#656A83
(101,106,131)
#5C6178
(92,97,120)
#53586D
(83,88,109)
#4A4F62
(74,79,98)
#414657
(65,70,87)
#383D4C
(56,61,76)
#2F3441
(47,52,65)
#262B36
(38,43,54)
#1D222B
(29,34,43)
#141920
(20,25,32)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #656A83

#656A83
(101,106,131)
#73778E
(115,119,142)
#818499
(129,132,153)
#8F91A4
(143,145,164)
#9D9EAF
(157,158,175)
#ABABBA
(171,171,186)
#B9B8C5
(185,184,197)
#C7C5D0
(199,197,208)
#D5D2DB
(213,210,219)
#E3DFE6
(227,223,230)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656A83 color. Also use rgb(101,106,131) instead hex code.

Text Font Color

.myTextColor { color: #656A83; }

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

This text font color is #656A83.


Background Color

.myBgColor { background-color: #656A83; }

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

This div background color is #656A83.


Border color

.myBorderColor { border: 1px solid #656A83; }

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

This div border color is #656A83.


Opacity

.myOpacity80 { color: #656A83; opacity: 0.8; }

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

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

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

This text has shadow with #656A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656A83 on black background.


Color preview on white background

This text has color #656A83 on white background.



Black color preview on #656A83 background

This text has black color on #656A83 background.


White color preview on #656A83 background

This text has white color on #656A83 background.