COLOR #657A88

HEX: #657A88
RGB: (101,122,136)

Color info

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

RGB color model

#657A88 color RGB value is (101,122,136).

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

RGB channels and saturation

R 101 of 255 = 40%
G 122 of 255 = 48%
B 136 of 255 = 53%

101
122
136

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

Portions of RGB colors in percentages

R + G + B =
101 + 122 + 136 = 359 (100%)
R 101 of 359 ~ 28.13%
G 122 of 359 ~ 33.98%
B 136 of 359 ~ 37.88%

%28.13
%33.98
%37.88

CMYK color model

#657A88 color CMYK value is (26,10,0,47).

  • cyan value is 25.74%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(26,10,0,47)
C26M10Y0K47 
(26%,10%,0%,47%)
(0.26/0.10/0.00/0.47)	

CMYK percentages

%25.74
%10.29
%0
%46.67

Codes

Color #657A88 in popluar color models

657A88
RGB101122136
HSL204°14.77%46.47%
HSB/HSV204°25.74%53.33%
CMYK25.74%10.29%0.00%
46.67%

Color #657A88 in popluar number systems.

HEX657A88
Decimal101122136
Binary1100101111101010001000
Octal145172210

Shades and tints

Shades of #657A88

#657A88
(101,122,136)
#5C6F7C
(92,111,124)
#536470
(83,100,112)
#4A5964
(74,89,100)
#414E58
(65,78,88)
#38434C
(56,67,76)
#2F3840
(47,56,64)
#262D34
(38,45,52)
#1D2228
(29,34,40)
#14171C
(20,23,28)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #657A88

#657A88
(101,122,136)
#738692
(115,134,146)
#81929C
(129,146,156)
#8F9EA6
(143,158,166)
#9DAAB0
(157,170,176)
#ABB6BA
(171,182,186)
#B9C2C4
(185,194,196)
#C7CECE
(199,206,206)
#D5DAD8
(213,218,216)
#E3E6E2
(227,230,226)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657A88; }

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

This text font color is #657A88.


Background Color

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

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

This div background color is #657A88.


Border color

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

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

This div border color is #657A88.


Opacity

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

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

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

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

This text has shadow with #657A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657A88 on black background.


Color preview on white background

This text has color #657A88 on white background.



Black color preview on #657A88 background

This text has black color on #657A88 background.


White color preview on #657A88 background

This text has white color on #657A88 background.