COLOR #657B7D

HEX: #657B7D
RGB: (101,123,125)

Color info

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

RGB color model

#657B7D color RGB value is (101,123,125).

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

RGB channels and saturation

R 101 of 255 = 40%
G 123 of 255 = 48%
B 125 of 255 = 49%

101
123
125

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

Portions of RGB colors in percentages

R + G + B =
101 + 123 + 125 = 349 (100%)
R 101 of 349 ~ 28.94%
G 123 of 349 ~ 35.24%
B 125 of 349 ~ 35.82%

%28.94
%35.24
%35.82

CMYK color model

#657B7D color CMYK value is (19,2,0,51).

  • cyan value is 19.20%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(19,2,0,51)
C19M2Y0K51 
(19%,2%,0%,51%)
(0.19/0.02/0.00/0.51)	

CMYK percentages

%19.2
%1.6
%0
%50.98

Codes

Color #657B7D in popluar color models

657B7D
RGB101123125
HSL185°10.62%44.31%
HSB/HSV185°19.20%49.02%
CMYK19.20%1.60%0.00%
50.98%

Color #657B7D in popluar number systems.

HEX657B7D
Decimal101123125
Binary110010111110111111101
Octal145173175

Shades and tints

Shades of #657B7D

#657B7D
(101,123,125)
#5C7072
(92,112,114)
#536567
(83,101,103)
#4A5A5C
(74,90,92)
#414F51
(65,79,81)
#384446
(56,68,70)
#2F393B
(47,57,59)
#262E30
(38,46,48)
#1D2325
(29,35,37)
#14181A
(20,24,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #657B7D

#657B7D
(101,123,125)
#738788
(115,135,136)
#819393
(129,147,147)
#8F9F9E
(143,159,158)
#9DABA9
(157,171,169)
#ABB7B4
(171,183,180)
#B9C3BF
(185,195,191)
#C7CFCA
(199,207,202)
#D5DBD5
(213,219,213)
#E3E7E0
(227,231,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657B7D; }

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

This text font color is #657B7D.


Background Color

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

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

This div background color is #657B7D.


Border color

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

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

This div border color is #657B7D.


Opacity

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

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

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

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

This text has shadow with #657B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657B7D on black background.


Color preview on white background

This text has color #657B7D on white background.



Black color preview on #657B7D background

This text has black color on #657B7D background.


White color preview on #657B7D background

This text has white color on #657B7D background.