COLOR #657481

HEX: #657481
RGB: (101,116,129)

Color info

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

RGB color model

#657481 color RGB value is (101,116,129).

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

RGB channels and saturation

R 101 of 255 = 40%
G 116 of 255 = 45%
B 129 of 255 = 51%

101
116
129

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

Portions of RGB colors in percentages

R + G + B =
101 + 116 + 129 = 346 (100%)
R 101 of 346 ~ 29.19%
G 116 of 346 ~ 33.53%
B 129 of 346 ~ 37.28%

%29.19
%33.53
%37.28

CMYK color model

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

  • cyan value is 21.71%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(22,10,0,49)
C22M10Y0K49 
(22%,10%,0%,49%)
(0.22/0.10/0.00/0.49)	

CMYK percentages

%21.71
%10.08
%0
%49.41

Codes

Color #657481 in popluar color models

657481
RGB101116129
HSL208°12.17%45.10%
HSB/HSV208°21.71%50.59%
CMYK21.71%10.08%0.00%
49.41%

Color #657481 in popluar number systems.

HEX657481
Decimal101116129
Binary1100101111010010000001
Octal145164201

Shades and tints

Shades of #657481

#657481
(101,116,129)
#5C6A76
(92,106,118)
#53606B
(83,96,107)
#4A5660
(74,86,96)
#414C55
(65,76,85)
#38424A
(56,66,74)
#2F383F
(47,56,63)
#262E34
(38,46,52)
#1D2429
(29,36,41)
#141A1E
(20,26,30)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #657481

#657481
(101,116,129)
#73808C
(115,128,140)
#818C97
(129,140,151)
#8F98A2
(143,152,162)
#9DA4AD
(157,164,173)
#ABB0B8
(171,176,184)
#B9BCC3
(185,188,195)
#C7C8CE
(199,200,206)
#D5D4D9
(213,212,217)
#E3E0E4
(227,224,228)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657481; }

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

This text font color is #657481.


Background Color

.myBgColor { background-color: #657481; }

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

This div background color is #657481.


Border color

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

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

This div border color is #657481.


Opacity

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

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

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

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

This text has shadow with #657481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657481 on black background.


Color preview on white background

This text has color #657481 on white background.



Black color preview on #657481 background

This text has black color on #657481 background.


White color preview on #657481 background

This text has white color on #657481 background.