COLOR #656A78

HEX: #656A78 RGB: (101,106,120)

Color info

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

RGB color model

#656A78 color RGB value is (101,106,120).

RGB: (101,106,120) (40%, 42%, 47%)

RGB channels and saturation

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

101
106
120

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

Portions of RGB colors in percentages

R + G + B = 101 + 106 + 120 = 327 (100%)
R 101 of 327 ~ 30.89%
G 106 of 327 ~ 32.42%
B 120 of 327 ~ 36.7'%

%30.89
%32.42
%36.7

CMYK color model

#656A78 color CMYK value is (16,12,0,53).

  • cyan value is 15.83%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (16,12,0,53) C16M12Y0K53 (16%,12%,0%,53%) (0.16/0.12/0.00/0.53) 

CMYK percentages

%15.83
%11.67
%0
%52.94

Codes

Color #656A78 in popluar color models

65 6A 78
RGB 101 106 120
HSL 224° 8.60% 43.33%
HSB/HSV 224° 15.83% 47.06%
CMYK 15.83% 11.67% 0.00%
52.94%

Color #656A78 in popluar number systems.

HEX 65 6A 78
Decimal 101 106 120
Binary 1100101 1101010 1111000
Octal 145 152 170

Shades and tints

Shades of #656A78

#656A78
(101,106,120)
#5C616E
(92,97,110)
#535864
(83,88,100)
#4A4F5A
(74,79,90)
#414650
(65,70,80)
#383D46
(56,61,70)
#2F343C
(47,52,60)
#262B32
(38,43,50)
#1D2228
(29,34,40)
#14191E
(20,25,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #656A78

#656A78
(101,106,120)
#737784
(115,119,132)
#818490
(129,132,144)
#8F919C
(143,145,156)
#9D9EA8
(157,158,168)
#ABABB4
(171,171,180)
#B9B8C0
(185,184,192)
#C7C5CC
(199,197,204)
#D5D2D8
(213,210,216)
#E3DFE4
(227,223,228)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656A78; }

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

This text font color is #656A78.

Background Color

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

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

This div background color is #656A78.

Border color

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

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

This div border color is #656A78.

Opacity

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

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

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

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

This text has shadow with #656A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656A78.

Preview

Color preview on black background

This text has color #656A78 on black background.


Color preview on white background

This text has color #656A78 on white background.


Black color preview on #656A78 background

This text has black color on #656A78 background.


White color preview on #656A78 background

This text has white color on #656A78 background.


Related colors

Complementary color

Complementary color for #hex is #9A9587.


I love getcolorcode.com

Triadic colors

1 #78656A and #6A7865 with #656A78 are triadic colors.

2 #786A65 and #6A6578 with #656A78 are triadic colors.