COLOR #656F83

HEX: #656F83
RGB: (101,111,131)

Color info

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

RGB color model

#656F83 color RGB value is (101,111,131).

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

RGB channels and saturation

R 101 of 255 = 40%
G 111 of 255 = 44%
B 131 of 255 = 51%

101
111
131

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

Portions of RGB colors in percentages

R + G + B =
101 + 111 + 131 = 343 (100%)
R 101 of 343 ~ 29.45%
G 111 of 343 ~ 32.36%
B 131 of 343 ~ 38.19%

%29.45
%32.36
%38.19

CMYK color model

#656F83 color CMYK value is (23,15,0,49).

  • cyan value is 22.90%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(23,15,0,49)
C23M15Y0K49 
(23%,15%,0%,49%)
(0.23/0.15/0.00/0.49)	

CMYK percentages

%22.9
%15.27
%0
%48.63

Codes

Color #656F83 in popluar color models

656F83
RGB101111131
HSL220°12.93%45.49%
HSB/HSV220°22.90%51.37%
CMYK22.90%15.27%0.00%
48.63%

Color #656F83 in popluar number systems.

HEX656F83
Decimal101111131
Binary1100101110111110000011
Octal145157203

Shades and tints

Shades of #656F83

#656F83
(101,111,131)
#5C6578
(92,101,120)
#535B6D
(83,91,109)
#4A5162
(74,81,98)
#414757
(65,71,87)
#383D4C
(56,61,76)
#2F3341
(47,51,65)
#262936
(38,41,54)
#1D1F2B
(29,31,43)
#141520
(20,21,32)
#0B0B15
(11,11,21)
#000000
(0,0,0)

Tints of #656F83

#656F83
(101,111,131)
#737C8E
(115,124,142)
#818999
(129,137,153)
#8F96A4
(143,150,164)
#9DA3AF
(157,163,175)
#ABB0BA
(171,176,186)
#B9BDC5
(185,189,197)
#C7CAD0
(199,202,208)
#D5D7DB
(213,215,219)
#E3E4E6
(227,228,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656F83; }

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

This text font color is #656F83.


Background Color

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

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

This div background color is #656F83.


Border color

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

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

This div border color is #656F83.


Opacity

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

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

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

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

This text has shadow with #656F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656F83 on black background.


Color preview on white background

This text has color #656F83 on white background.



Black color preview on #656F83 background

This text has black color on #656F83 background.


White color preview on #656F83 background

This text has white color on #656F83 background.