COLOR #657C88

HEX: #657C88
RGB: (101,124,136)

Color info

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

RGB color model

#657C88 color RGB value is (101,124,136).

  • red value is 101;
  • green value is 124;
  • blue value is 136.
RGB:
(101,124,136)
(40%,49%,53%)

RGB channels and saturation

R 101 of 255 = 40%
G 124 of 255 = 49%
B 136 of 255 = 53%

101
124
136

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

Portions of RGB colors in percentages

R + G + B =
101 + 124 + 136 = 361 (100%)
R 101 of 361 ~ 27.98%
G 124 of 361 ~ 34.35%
B 136 of 361 ~ 37.67%

%27.98
%34.35
%37.67

CMYK color model

#657C88 color CMYK value is (26,9,0,47).

  • cyan value is 25.74%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(26,9,0,47)
C26M9Y0K47 
(26%,9%,0%,47%)
(0.26/0.09/0.00/0.47)	

CMYK percentages

%25.74
%8.82
%0
%46.67

Codes

Color #657C88 in popluar color models

657C88
RGB101124136
HSL201°14.77%46.47%
HSB/HSV201°25.74%53.33%
CMYK25.74%8.82%0.00%
46.67%

Color #657C88 in popluar number systems.

HEX657C88
Decimal101124136
Binary1100101111110010001000
Octal145174210

Shades and tints

Shades of #657C88

#657C88
(101,124,136)
#5C717C
(92,113,124)
#536670
(83,102,112)
#4A5B64
(74,91,100)
#415058
(65,80,88)
#38454C
(56,69,76)
#2F3A40
(47,58,64)
#262F34
(38,47,52)
#1D2428
(29,36,40)
#14191C
(20,25,28)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #657C88

#657C88
(101,124,136)
#738792
(115,135,146)
#81929C
(129,146,156)
#8F9DA6
(143,157,166)
#9DA8B0
(157,168,176)
#ABB3BA
(171,179,186)
#B9BEC4
(185,190,196)
#C7C9CE
(199,201,206)
#D5D4D8
(213,212,216)
#E3DFE2
(227,223,226)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657C88 color. Also use rgb(101,124,136) instead hex code.

Text Font Color

.myTextColor { color: #657C88; }

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

This text font color is #657C88.


Background Color

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

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

This div background color is #657C88.


Border color

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

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

This div border color is #657C88.


Opacity

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

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

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

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

This text has shadow with #657C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657C88 on black background.


Color preview on white background

This text has color #657C88 on white background.



Black color preview on #657C88 background

This text has black color on #657C88 background.


White color preview on #657C88 background

This text has white color on #657C88 background.