COLOR #657471

HEX: #657471
RGB: (101,116,113)

Color info

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

RGB color model

#657471 color RGB value is (101,116,113).

  • red value is 101;
  • green value is 116;
  • blue value is 113.
RGB:
(101,116,113)
(40%,45%,44%)

RGB channels and saturation

R 101 of 255 = 40%
G 116 of 255 = 45%
B 113 of 255 = 44%

101
116
113

R + G + B ~ 43%. #657471 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 116 + 113 = 330 (100%)
R 101 of 330 ~ 30.61%
G 116 of 330 ~ 35.15%
B 113 of 330 ~ 34.24%

%30.61
%35.15
%34.24

CMYK color model

#657471 color CMYK value is (13,0,3,55).

  • cyan value is 12.93%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(13,0,3,55)
C13M0Y3K55 
(13%,0%,3%,55%)
(0.13/0.00/0.03/0.55)	

CMYK percentages

%12.93
%0
%2.59
%54.51

Codes

Color #657471 in popluar color models

657471
RGB101116113
HSL168°6.91%42.55%
HSB/HSV168°12.93%45.49%
CMYK12.93%0.00%2.59%
54.51%

Color #657471 in popluar number systems.

HEX657471
Decimal101116113
Binary110010111101001110001
Octal145164161

Shades and tints

Shades of #657471

#657471
(101,116,113)
#5C6A67
(92,106,103)
#53605D
(83,96,93)
#4A5653
(74,86,83)
#414C49
(65,76,73)
#38423F
(56,66,63)
#2F3835
(47,56,53)
#262E2B
(38,46,43)
#1D2421
(29,36,33)
#141A17
(20,26,23)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #657471

#657471
(101,116,113)
#73807D
(115,128,125)
#818C89
(129,140,137)
#8F9895
(143,152,149)
#9DA4A1
(157,164,161)
#ABB0AD
(171,176,173)
#B9BCB9
(185,188,185)
#C7C8C5
(199,200,197)
#D5D4D1
(213,212,209)
#E3E0DD
(227,224,221)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657471 color. Also use rgb(101,116,113) instead hex code.

Text Font Color

.myTextColor { color: #657471; }

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

This text font color is #657471.


Background Color

.myBgColor { background-color: #657471; }

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

This div background color is #657471.


Border color

.myBorderColor { border: 1px solid #657471; }

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

This div border color is #657471.


Opacity

.myOpacity80 { color: #657471; opacity: 0.8; }

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

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

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

This text has shadow with #657471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657471 on black background.


Color preview on white background

This text has color #657471 on white background.



Black color preview on #657471 background

This text has black color on #657471 background.


White color preview on #657471 background

This text has white color on #657471 background.