COLOR #656381

HEX: #656381
RGB: (101,99,129)

Color info

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

RGB color model

#656381 color RGB value is (101,99,129).

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

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 129 of 255 = 51%

101
99
129

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

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 129 = 329 (100%)
R 101 of 329 ~ 30.7%
G 99 of 329 ~ 30.09%
B 129 of 329 ~ 39.21%

%30.7
%30.09
%39.21

CMYK color model

#656381 color CMYK value is (22,23,0,49).

  • cyan value is 21.71%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(22,23,0,49)
C22M23Y0K49 
(22%,23%,0%,49%)
(0.22/0.23/0.00/0.49)	

CMYK percentages

%21.71
%23.26
%0
%49.41

Codes

Color #656381 in popluar color models

656381
RGB10199129
HSL244°13.16%44.71%
HSB/HSV244°23.26%50.59%
CMYK21.71%23.26%0.00%
49.41%

Color #656381 in popluar number systems.

HEX656381
Decimal10199129
Binary1100101110001110000001
Octal145143201

Shades and tints

Shades of #656381

#656381
(101,99,129)
#5C5A76
(92,90,118)
#53516B
(83,81,107)
#4A4860
(74,72,96)
#413F55
(65,63,85)
#38364A
(56,54,74)
#2F2D3F
(47,45,63)
#262434
(38,36,52)
#1D1B29
(29,27,41)
#14121E
(20,18,30)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #656381

#656381
(101,99,129)
#73718C
(115,113,140)
#817F97
(129,127,151)
#8F8DA2
(143,141,162)
#9D9BAD
(157,155,173)
#ABA9B8
(171,169,184)
#B9B7C3
(185,183,195)
#C7C5CE
(199,197,206)
#D5D3D9
(213,211,217)
#E3E1E4
(227,225,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656381; }

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

This text font color is #656381.


Background Color

.myBgColor { background-color: #656381; }

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

This div background color is #656381.


Border color

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

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

This div border color is #656381.


Opacity

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

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

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

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

This text has shadow with #656381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656381 on black background.


Color preview on white background

This text has color #656381 on white background.



Black color preview on #656381 background

This text has black color on #656381 background.


White color preview on #656381 background

This text has white color on #656381 background.