COLOR #656A79

HEX: #656A79
RGB: (101,106,121)

Color info

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

RGB color model

#656A79 color RGB value is (101,106,121).

  • red value is 101;
  • green value is 106;
  • blue value is 121.
RGB:
(101,106,121)
(40%,42%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 106 of 255 = 42%
B 121 of 255 = 47%

101
106
121

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

Portions of RGB colors in percentages

R + G + B =
101 + 106 + 121 = 328 (100%)
R 101 of 328 ~ 30.79%
G 106 of 328 ~ 32.32%
B 121 of 328 ~ 36.89%

%30.79
%32.32
%36.89

CMYK color model

#656A79 color CMYK value is (17,12,0,53).

  • cyan value is 16.53%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(17,12,0,53)
C17M12Y0K53 
(17%,12%,0%,53%)
(0.17/0.12/0.00/0.53)	

CMYK percentages

%16.53
%12.4
%0
%52.55

Codes

Color #656A79 in popluar color models

656A79
RGB101106121
HSL225°9.01%43.53%
HSB/HSV225°16.53%47.45%
CMYK16.53%12.40%0.00%
52.55%

Color #656A79 in popluar number systems.

HEX656A79
Decimal101106121
Binary110010111010101111001
Octal145152171

Shades and tints

Shades of #656A79

#656A79
(101,106,121)
#5C616E
(92,97,110)
#535863
(83,88,99)
#4A4F58
(74,79,88)
#41464D
(65,70,77)
#383D42
(56,61,66)
#2F3437
(47,52,55)
#262B2C
(38,43,44)
#1D2221
(29,34,33)
#141916
(20,25,22)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #656A79

#656A79
(101,106,121)
#737785
(115,119,133)
#818491
(129,132,145)
#8F919D
(143,145,157)
#9D9EA9
(157,158,169)
#ABABB5
(171,171,181)
#B9B8C1
(185,184,193)
#C7C5CD
(199,197,205)
#D5D2D9
(213,210,217)
#E3DFE5
(227,223,229)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656A79 color. Also use rgb(101,106,121) instead hex code.

Text Font Color

.myTextColor { color: #656A79; }

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

This text font color is #656A79.


Background Color

.myBgColor { background-color: #656A79; }

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

This div background color is #656A79.


Border color

.myBorderColor { border: 1px solid #656A79; }

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

This div border color is #656A79.


Opacity

.myOpacity80 { color: #656A79; opacity: 0.8; }

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

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

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

This text has shadow with #656A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656A79 on black background.


Color preview on white background

This text has color #656A79 on white background.



Black color preview on #656A79 background

This text has black color on #656A79 background.


White color preview on #656A79 background

This text has white color on #656A79 background.