COLOR #657A80

HEX: #657A80
RGB: (101,122,128)

Color info

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

RGB color model

#657A80 color RGB value is (101,122,128).

  • red value is 101;
  • green value is 122;
  • blue value is 128.
RGB:
(101,122,128)
(40%,48%,50%)

RGB channels and saturation

R 101 of 255 = 40%
G 122 of 255 = 48%
B 128 of 255 = 50%

101
122
128

R + G + B ~ 46%. #657A80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 122 + 128 = 351 (100%)
R 101 of 351 ~ 28.77%
G 122 of 351 ~ 34.76%
B 128 of 351 ~ 36.47%

%28.77
%34.76
%36.47

CMYK color model

#657A80 color CMYK value is (21,5,0,50).

  • cyan value is 21.09%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(21,5,0,50)
C21M5Y0K50 
(21%,5%,0%,50%)
(0.21/0.05/0.00/0.50)	

CMYK percentages

%21.09
%4.69
%0
%49.8

Codes

Color #657A80 in popluar color models

657A80
RGB101122128
HSL193°11.79%44.90%
HSB/HSV193°21.09%50.20%
CMYK21.09%4.69%0.00%
49.80%

Color #657A80 in popluar number systems.

HEX657A80
Decimal101122128
Binary1100101111101010000000
Octal145172200

Shades and tints

Shades of #657A80

#657A80
(101,122,128)
#5C6F75
(92,111,117)
#53646A
(83,100,106)
#4A595F
(74,89,95)
#414E54
(65,78,84)
#384349
(56,67,73)
#2F383E
(47,56,62)
#262D33
(38,45,51)
#1D2228
(29,34,40)
#14171D
(20,23,29)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #657A80

#657A80
(101,122,128)
#73868B
(115,134,139)
#819296
(129,146,150)
#8F9EA1
(143,158,161)
#9DAAAC
(157,170,172)
#ABB6B7
(171,182,183)
#B9C2C2
(185,194,194)
#C7CECD
(199,206,205)
#D5DAD8
(213,218,216)
#E3E6E3
(227,230,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657A80 color. Also use rgb(101,122,128) instead hex code.

Text Font Color

.myTextColor { color: #657A80; }

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

This text font color is #657A80.


Background Color

.myBgColor { background-color: #657A80; }

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

This div background color is #657A80.


Border color

.myBorderColor { border: 1px solid #657A80; }

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

This div border color is #657A80.


Opacity

.myOpacity80 { color: #657A80; opacity: 0.8; }

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

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

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

This text has shadow with #657A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657A80 on black background.


Color preview on white background

This text has color #657A80 on white background.



Black color preview on #657A80 background

This text has black color on #657A80 background.


White color preview on #657A80 background

This text has white color on #657A80 background.