COLOR #656551

HEX: #656551
RGB: (101,101,81)

Color info

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

RGB color model

#656551 color RGB value is (101,101,81).

  • red value is 101;
  • green value is 101;
  • blue value is 81.
RGB:
(101,101,81)
(40%,40%,32%)

RGB channels and saturation

R 101 of 255 = 40%
G 101 of 255 = 40%
B 81 of 255 = 32%

101
101
81

R + G + B ~ 37%. #656551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 101 + 81 = 283 (100%)
R 101 of 283 ~ 35.69%
G 101 of 283 ~ 35.69%
B 81 of 283 ~ 28.62%

%35.69
%35.69
%28.62

CMYK color model

#656551 color CMYK value is (0,0,20,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 60.39%
CMYK:
(0,0,20,60)
C0M0Y20K60 
(0%,0%,20%,60%)
(0.00/0.00/0.20/0.60)	

CMYK percentages

%0
%0
%19.8
%60.39

Codes

Color #656551 in popluar color models

656551
RGB10110181
HSL60°10.99%35.69%
HSB/HSV60°19.80%39.61%
CMYK0.00%0.00%19.80%
60.39%

Color #656551 in popluar number systems.

HEX656551
Decimal10110181
Binary110010111001011010001
Octal145145121

Shades and tints

Shades of #656551

#656551
(101,101,81)
#5C5C4A
(92,92,74)
#535343
(83,83,67)
#4A4A3C
(74,74,60)
#414135
(65,65,53)
#38382E
(56,56,46)
#2F2F27
(47,47,39)
#262620
(38,38,32)
#1D1D19
(29,29,25)
#141412
(20,20,18)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #656551

#656551
(101,101,81)
#737360
(115,115,96)
#81816F
(129,129,111)
#8F8F7E
(143,143,126)
#9D9D8D
(157,157,141)
#ABAB9C
(171,171,156)
#B9B9AB
(185,185,171)
#C7C7BA
(199,199,186)
#D5D5C9
(213,213,201)
#E3E3D8
(227,227,216)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656551; }

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

This text font color is #656551.


Background Color

.myBgColor { background-color: #656551; }

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

This div background color is #656551.


Border color

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

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

This div border color is #656551.


Opacity

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

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

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

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

This text has shadow with #656551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656551 on black background.


Color preview on white background

This text has color #656551 on white background.



Black color preview on #656551 background

This text has black color on #656551 background.


White color preview on #656551 background

This text has white color on #656551 background.