COLOR #656481

HEX: #656481
RGB: (101,100,129)

Color info

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

RGB color model

#656481 color RGB value is (101,100,129).

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

RGB channels and saturation

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

101
100
129

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

Portions of RGB colors in percentages

R + G + B =
101 + 100 + 129 = 330 (100%)
R 101 of 330 ~ 30.61%
G 100 of 330 ~ 30.3%
B 129 of 330 ~ 39.09%

%30.61
%30.3
%39.09

CMYK color model

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

  • cyan value is 21.71%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(22,22,0,49)
C22M22Y0K49 
(22%,22%,0%,49%)
(0.22/0.22/0.00/0.49)	

CMYK percentages

%21.71
%22.48
%0
%49.41

Codes

Color #656481 in popluar color models

656481
RGB101100129
HSL242°12.66%44.90%
HSB/HSV242°22.48%50.59%
CMYK21.71%22.48%0.00%
49.41%

Color #656481 in popluar number systems.

HEX656481
Decimal101100129
Binary1100101110010010000001
Octal145144201

Shades and tints

Shades of #656481

#656481
(101,100,129)
#5C5B76
(92,91,118)
#53526B
(83,82,107)
#4A4960
(74,73,96)
#414055
(65,64,85)
#38374A
(56,55,74)
#2F2E3F
(47,46,63)
#262534
(38,37,52)
#1D1C29
(29,28,41)
#14131E
(20,19,30)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #656481

#656481
(101,100,129)
#73728C
(115,114,140)
#818097
(129,128,151)
#8F8EA2
(143,142,162)
#9D9CAD
(157,156,173)
#ABAAB8
(171,170,184)
#B9B8C3
(185,184,195)
#C7C6CE
(199,198,206)
#D5D4D9
(213,212,217)
#E3E2E4
(227,226,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656481; }

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

This text font color is #656481.


Background Color

.myBgColor { background-color: #656481; }

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

This div background color is #656481.


Border color

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

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

This div border color is #656481.


Opacity

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

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

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

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

This text has shadow with #656481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656481 on black background.


Color preview on white background

This text has color #656481 on white background.



Black color preview on #656481 background

This text has black color on #656481 background.


White color preview on #656481 background

This text has white color on #656481 background.