COLOR #656476

HEX: #656476
RGB: (101,100,118)

Color info

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

RGB color model

#656476 color RGB value is (101,100,118).

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

RGB channels and saturation

R 101 of 255 = 40%
G 100 of 255 = 39%
B 118 of 255 = 46%

101
100
118

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

Portions of RGB colors in percentages

R + G + B =
101 + 100 + 118 = 319 (100%)
R 101 of 319 ~ 31.66%
G 100 of 319 ~ 31.35%
B 118 of 319 ~ 36.99%

%31.66
%31.35
%36.99

CMYK color model

#656476 color CMYK value is (14,15,0,54).

  • cyan value is 14.41%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,15,0,54)
C14M15Y0K54 
(14%,15%,0%,54%)
(0.14/0.15/0.00/0.54)	

CMYK percentages

%14.41
%15.25
%0
%53.73

Codes

Color #656476 in popluar color models

656476
RGB101100118
HSL243°8.26%42.75%
HSB/HSV243°15.25%46.27%
CMYK14.41%15.25%0.00%
53.73%

Color #656476 in popluar number systems.

HEX656476
Decimal101100118
Binary110010111001001110110
Octal145144166

Shades and tints

Shades of #656476

#656476
(101,100,118)
#5C5B6C
(92,91,108)
#535262
(83,82,98)
#4A4958
(74,73,88)
#41404E
(65,64,78)
#383744
(56,55,68)
#2F2E3A
(47,46,58)
#262530
(38,37,48)
#1D1C26
(29,28,38)
#14131C
(20,19,28)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #656476

#656476
(101,100,118)
#737282
(115,114,130)
#81808E
(129,128,142)
#8F8E9A
(143,142,154)
#9D9CA6
(157,156,166)
#ABAAB2
(171,170,178)
#B9B8BE
(185,184,190)
#C7C6CA
(199,198,202)
#D5D4D6
(213,212,214)
#E3E2E2
(227,226,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656476; }

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

This text font color is #656476.


Background Color

.myBgColor { background-color: #656476; }

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

This div background color is #656476.


Border color

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

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

This div border color is #656476.


Opacity

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

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

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

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

This text has shadow with #656476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656476 on black background.


Color preview on white background

This text has color #656476 on white background.



Black color preview on #656476 background

This text has black color on #656476 background.


White color preview on #656476 background

This text has white color on #656476 background.