COLOR #657381

HEX: #657381
RGB: (101,115,129)

Color info

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

RGB color model

#657381 color RGB value is (101,115,129).

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

RGB channels and saturation

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

101
115
129

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

Portions of RGB colors in percentages

R + G + B =
101 + 115 + 129 = 345 (100%)
R 101 of 345 ~ 29.28%
G 115 of 345 ~ 33.33%
B 129 of 345 ~ 37.39%

%29.28
%33.33
%37.39

CMYK color model

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

  • cyan value is 21.71%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(22,11,0,49)
C22M11Y0K49 
(22%,11%,0%,49%)
(0.22/0.11/0.00/0.49)	

CMYK percentages

%21.71
%10.85
%0
%49.41

Codes

Color #657381 in popluar color models

657381
RGB101115129
HSL210°12.17%45.10%
HSB/HSV210°21.71%50.59%
CMYK21.71%10.85%0.00%
49.41%

Color #657381 in popluar number systems.

HEX657381
Decimal101115129
Binary1100101111001110000001
Octal145163201

Shades and tints

Shades of #657381

#657381
(101,115,129)
#5C6976
(92,105,118)
#535F6B
(83,95,107)
#4A5560
(74,85,96)
#414B55
(65,75,85)
#38414A
(56,65,74)
#2F373F
(47,55,63)
#262D34
(38,45,52)
#1D2329
(29,35,41)
#14191E
(20,25,30)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #657381

#657381
(101,115,129)
#737F8C
(115,127,140)
#818B97
(129,139,151)
#8F97A2
(143,151,162)
#9DA3AD
(157,163,173)
#ABAFB8
(171,175,184)
#B9BBC3
(185,187,195)
#C7C7CE
(199,199,206)
#D5D3D9
(213,211,217)
#E3DFE4
(227,223,228)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657381; }

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

This text font color is #657381.


Background Color

.myBgColor { background-color: #657381; }

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

This div background color is #657381.


Border color

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

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

This div border color is #657381.


Opacity

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

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

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

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

This text has shadow with #657381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657381 on black background.


Color preview on white background

This text has color #657381 on white background.



Black color preview on #657381 background

This text has black color on #657381 background.


White color preview on #657381 background

This text has white color on #657381 background.