COLOR #656159

HEX: #656159
RGB: (101,97,89)

Color info

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

RGB color model

#656159 color RGB value is (101,97,89).

  • red value is 101;
  • green value is 97;
  • blue value is 89.
RGB:
(101,97,89)
(40%,38%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 97 of 255 = 38%
B 89 of 255 = 35%

101
97
89

R + G + B ~ 38%. #656159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 97 + 89 = 287 (100%)
R 101 of 287 ~ 35.19%
G 97 of 287 ~ 33.8%
B 89 of 287 ~ 31.01%

%35.19
%33.8
%31.01

CMYK color model

#656159 color CMYK value is (0,4,12,60).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(0,4,12,60)
C0M4Y12K60 
(0%,4%,12%,60%)
(0.00/0.04/0.12/0.60)	

CMYK percentages

%0
%3.96
%11.88
%60.39

Codes

Color #656159 in popluar color models

656159
RGB1019789
HSL40°6.32%37.25%
HSB/HSV40°11.88%39.61%
CMYK0.00%3.96%11.88%
60.39%

Color #656159 in popluar number systems.

HEX656159
Decimal1019789
Binary110010111000011011001
Octal145141131

Shades and tints

Shades of #656159

#656159
(101,97,89)
#5C5951
(92,89,81)
#535149
(83,81,73)
#4A4941
(74,73,65)
#414139
(65,65,57)
#383931
(56,57,49)
#2F3129
(47,49,41)
#262921
(38,41,33)
#1D2119
(29,33,25)
#141911
(20,25,17)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #656159

#656159
(101,97,89)
#736F68
(115,111,104)
#817D77
(129,125,119)
#8F8B86
(143,139,134)
#9D9995
(157,153,149)
#ABA7A4
(171,167,164)
#B9B5B3
(185,181,179)
#C7C3C2
(199,195,194)
#D5D1D1
(213,209,209)
#E3DFE0
(227,223,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656159 color. Also use rgb(101,97,89) instead hex code.

Text Font Color

.myTextColor { color: #656159; }

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

This text font color is #656159.


Background Color

.myBgColor { background-color: #656159; }

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

This div background color is #656159.


Border color

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

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

This div border color is #656159.


Opacity

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

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

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

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

This text has shadow with #656159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656159 on black background.


Color preview on white background

This text has color #656159 on white background.



Black color preview on #656159 background

This text has black color on #656159 background.


White color preview on #656159 background

This text has white color on #656159 background.