COLOR #657D94

HEX: #657D94
RGB: (101,125,148)

Color info

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

RGB color model

#657D94 color RGB value is (101,125,148).

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

RGB channels and saturation

R 101 of 255 = 40%
G 125 of 255 = 49%
B 148 of 255 = 58%

101
125
148

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

Portions of RGB colors in percentages

R + G + B =
101 + 125 + 148 = 374 (100%)
R 101 of 374 ~ 27.01%
G 125 of 374 ~ 33.42%
B 148 of 374 ~ 39.57%

%27.01
%33.42
%39.57

CMYK color model

#657D94 color CMYK value is (32,16,0,42).

  • cyan value is 31.76%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (32,16,0,42) C32M16Y0K42 (32%,16%,0%,42%) (0.32/0.16/0.00/0.42)

CMYK percentages

%31.76
%15.54
%0
%41.96

Codes

Color #657D94 in popluar color models

657D94
RGB101125148
HSL209°18.88%48.82%
HSB/HSV209°31.76%58.04%
CMYK31.76%15.54%0.00%
41.96%

Color #657D94 in popluar number systems.

HEX657D94
Decimal101125148
Binary1100101111110110010100
Octal145175224

Shades and tints

Shades of #657D94

#657D94
(101,125,148)
#5C7287
(92,114,135)
#53677A
(83,103,122)
#4A5C6D
(74,92,109)
#415160
(65,81,96)
#384653
(56,70,83)
#2F3B46
(47,59,70)
#263039
(38,48,57)
#1D252C
(29,37,44)
#141A1F
(20,26,31)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #657D94

#657D94
(101,125,148)
#73889D
(115,136,157)
#8193A6
(129,147,166)
#8F9EAF
(143,158,175)
#9DA9B8
(157,169,184)
#ABB4C1
(171,180,193)
#B9BFCA
(185,191,202)
#C7CAD3
(199,202,211)
#D5D5DC
(213,213,220)
#E3E0E5
(227,224,229)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657D94; }

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

This text font color is #657D94.


Background Color

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

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

This div background color is #657D94.


Border color

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

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

This div border color is #657D94.


Opacity

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

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

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

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

This text has shadow with #657D94 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #657D94 on black background.


Color preview on white background

This text has color #657D94 on white background.



Black color preview on #657D94 background

This text has black color on #657D94 background.


White color preview on #657D94 background

This text has white color on #657D94 background.