COLOR #657D81

HEX: #657D81 RGB: (101,125,129)

Color info

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

RGB color model

#657D81 color RGB value is (101,125,129).

RGB: (101,125,129) (40%, 49%, 51%)

RGB channels and saturation

R 101 of 255 = 40%
G 125 of 255 = 49%
B 129 of 255 = 51%

101
125
129

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

Portions of RGB colors in percentages

R + G + B = 101 + 125 + 129 = 355 (100%)
R 101 of 355 ~ 28.45%
G 125 of 355 ~ 35.21%
B 129 of 355 ~ 36.34'%

%28.45
%35.21
%36.34

CMYK color model

#657D81 color CMYK value is (22,3,0,49).

  • cyan value is 21.71%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (22,3,0,49) C22M3Y0K49 (22%,3%,0%,49%) (0.22/0.03/0.00/0.49) 

CMYK percentages

%21.71
%3.1
%0
%49.41

Codes

Color #657D81 in popluar color models

65 7D 81
RGB 101 125 129
HSL 189° 12.17% 45.10%
HSB/HSV 189° 21.71% 50.59%
CMYK 21.71% 3.10% 0.00%
49.41%

Color #657D81 in popluar number systems.

HEX 65 7D 81
Decimal 101 125 129
Binary 1100101 1111101 10000001
Octal 145 175 201

Shades and tints

Shades of #657D81

#657D81
(101,125,129)
#5C7276
(92,114,118)
#53676B
(83,103,107)
#4A5C60
(74,92,96)
#415155
(65,81,85)
#38464A
(56,70,74)
#2F3B3F
(47,59,63)
#263034
(38,48,52)
#1D2529
(29,37,41)
#141A1E
(20,26,30)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #657D81

#657D81
(101,125,129)
#73888C
(115,136,140)
#819397
(129,147,151)
#8F9EA2
(143,158,162)
#9DA9AD
(157,169,173)
#ABB4B8
(171,180,184)
#B9BFC3
(185,191,195)
#C7CACE
(199,202,206)
#D5D5D9
(213,213,217)
#E3E0E4
(227,224,228)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657D81; }

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

This text font color is #657D81.

Background Color

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

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

This div background color is #657D81.

Border color

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

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

This div border color is #657D81.

Opacity

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

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

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

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

This text has shadow with #657D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #657D81.

Preview

Color preview on black background

This text has color #657D81 on black background.


Color preview on white background

This text has color #657D81 on white background.


Black color preview on #657D81 background

This text has black color on #657D81 background.


White color preview on #657D81 background

This text has white color on #657D81 background.


Related colors

Complementary color

Complementary color for #hex is #9A827E.


I love getcolorcode.com

Triadic colors

1 #81657D and #7D8165 with #657D81 are triadic colors.

2 #817D65 and #7D6581 with #657D81 are triadic colors.