COLOR #656377

HEX: #656377
RGB: (101,99,119)

Color info

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

RGB color model

#656377 color RGB value is (101,99,119).

  • red value is 101;
  • green value is 99;
  • blue value is 119.
RGB:
(101,99,119)
(40%,39%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 119 of 255 = 47%

101
99
119

R + G + B ~ 42%. #656377 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 119 = 319 (100%)
R 101 of 319 ~ 31.66%
G 99 of 319 ~ 31.03%
B 119 of 319 ~ 37.3%

%31.66
%31.03
%37.3

CMYK color model

#656377 color CMYK value is (15,17,0,53).

  • cyan value is 15.13%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(15,17,0,53)
C15M17Y0K53 
(15%,17%,0%,53%)
(0.15/0.17/0.00/0.53)	

CMYK percentages

%15.13
%16.81
%0
%53.33

Codes

Color #656377 in popluar color models

656377
RGB10199119
HSL246°9.17%42.75%
HSB/HSV246°16.81%46.67%
CMYK15.13%16.81%0.00%
53.33%

Color #656377 in popluar number systems.

HEX656377
Decimal10199119
Binary110010111000111110111
Octal145143167

Shades and tints

Shades of #656377

#656377
(101,99,119)
#5C5A6D
(92,90,109)
#535163
(83,81,99)
#4A4859
(74,72,89)
#413F4F
(65,63,79)
#383645
(56,54,69)
#2F2D3B
(47,45,59)
#262431
(38,36,49)
#1D1B27
(29,27,39)
#14121D
(20,18,29)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #656377

#656377
(101,99,119)
#737183
(115,113,131)
#817F8F
(129,127,143)
#8F8D9B
(143,141,155)
#9D9BA7
(157,155,167)
#ABA9B3
(171,169,179)
#B9B7BF
(185,183,191)
#C7C5CB
(199,197,203)
#D5D3D7
(213,211,215)
#E3E1E3
(227,225,227)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656377 color. Also use rgb(101,99,119) instead hex code.

Text Font Color

.myTextColor { color: #656377; }

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

This text font color is #656377.


Background Color

.myBgColor { background-color: #656377; }

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

This div background color is #656377.


Border color

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

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

This div border color is #656377.


Opacity

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

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

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

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

This text has shadow with #656377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656377 on black background.


Color preview on white background

This text has color #656377 on white background.



Black color preview on #656377 background

This text has black color on #656377 background.


White color preview on #656377 background

This text has white color on #656377 background.