COLOR #657576

HEX: #657576
RGB: (101,117,118)

Color info

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

RGB color model

#657576 color RGB value is (101,117,118).

  • red value is 101;
  • green value is 117;
  • blue value is 118.
RGB:
(101,117,118)
(40%,46%,46%)

RGB channels and saturation

R 101 of 255 = 40%
G 117 of 255 = 46%
B 118 of 255 = 46%

101
117
118

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

Portions of RGB colors in percentages

R + G + B =
101 + 117 + 118 = 336 (100%)
R 101 of 336 ~ 30.06%
G 117 of 336 ~ 34.82%
B 118 of 336 ~ 35.12%

%30.06
%34.82
%35.12

CMYK color model

#657576 color CMYK value is (14,1,0,54).

  • cyan value is 14.41%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,1,0,54)
C14M1Y0K54 
(14%,1%,0%,54%)
(0.14/0.01/0.00/0.54)	

CMYK percentages

%14.41
%0.85
%0
%53.73

Codes

Color #657576 in popluar color models

657576
RGB101117118
HSL184°7.76%42.94%
HSB/HSV184°14.41%46.27%
CMYK14.41%0.85%0.00%
53.73%

Color #657576 in popluar number systems.

HEX657576
Decimal101117118
Binary110010111101011110110
Octal145165166

Shades and tints

Shades of #657576

#657576
(101,117,118)
#5C6B6C
(92,107,108)
#536162
(83,97,98)
#4A5758
(74,87,88)
#414D4E
(65,77,78)
#384344
(56,67,68)
#2F393A
(47,57,58)
#262F30
(38,47,48)
#1D2526
(29,37,38)
#141B1C
(20,27,28)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #657576

#657576
(101,117,118)
#738182
(115,129,130)
#818D8E
(129,141,142)
#8F999A
(143,153,154)
#9DA5A6
(157,165,166)
#ABB1B2
(171,177,178)
#B9BDBE
(185,189,190)
#C7C9CA
(199,201,202)
#D5D5D6
(213,213,214)
#E3E1E2
(227,225,226)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657576 color. Also use rgb(101,117,118) instead hex code.

Text Font Color

.myTextColor { color: #657576; }

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

This text font color is #657576.


Background Color

.myBgColor { background-color: #657576; }

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

This div background color is #657576.


Border color

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

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

This div border color is #657576.


Opacity

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

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

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

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

This text has shadow with #657576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657576 on black background.


Color preview on white background

This text has color #657576 on white background.



Black color preview on #657576 background

This text has black color on #657576 background.


White color preview on #657576 background

This text has white color on #657576 background.