COLOR #657D80

HEX: #657D80
RGB: (101,125,128)

Color info

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

RGB color model

#657D80 color RGB value is (101,125,128).

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

RGB channels and saturation

R 101 of 255 = 40%
G 125 of 255 = 49%
B 128 of 255 = 50%

101
125
128

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

Portions of RGB colors in percentages

R + G + B =
101 + 125 + 128 = 354 (100%)
R 101 of 354 ~ 28.53%
G 125 of 354 ~ 35.31%
B 128 of 354 ~ 36.16%

%28.53
%35.31
%36.16

CMYK color model

#657D80 color CMYK value is (21,2,0,50).

  • cyan value is 21.09%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(21,2,0,50)
C21M2Y0K50 
(21%,2%,0%,50%)
(0.21/0.02/0.00/0.50)	

CMYK percentages

%21.09
%2.34
%0
%49.8

Codes

Color #657D80 in popluar color models

657D80
RGB101125128
HSL187°11.79%44.90%
HSB/HSV187°21.09%50.20%
CMYK21.09%2.34%0.00%
49.80%

Color #657D80 in popluar number systems.

HEX657D80
Decimal101125128
Binary1100101111110110000000
Octal145175200

Shades and tints

Shades of #657D80

#657D80
(101,125,128)
#5C7275
(92,114,117)
#53676A
(83,103,106)
#4A5C5F
(74,92,95)
#415154
(65,81,84)
#384649
(56,70,73)
#2F3B3E
(47,59,62)
#263033
(38,48,51)
#1D2528
(29,37,40)
#141A1D
(20,26,29)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #657D80

#657D80
(101,125,128)
#73888B
(115,136,139)
#819396
(129,147,150)
#8F9EA1
(143,158,161)
#9DA9AC
(157,169,172)
#ABB4B7
(171,180,183)
#B9BFC2
(185,191,194)
#C7CACD
(199,202,205)
#D5D5D8
(213,213,216)
#E3E0E3
(227,224,227)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657D80; }

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

This text font color is #657D80.


Background Color

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

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

This div background color is #657D80.


Border color

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

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

This div border color is #657D80.


Opacity

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

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

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

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

This text has shadow with #657D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657D80 on black background.


Color preview on white background

This text has color #657D80 on white background.



Black color preview on #657D80 background

This text has black color on #657D80 background.


White color preview on #657D80 background

This text has white color on #657D80 background.