COLOR #656D50

HEX: #656D50
RGB: (101,109,80)

Color info

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

RGB color model

#656D50 color RGB value is (101,109,80).

  • red value is 101;
  • green value is 109;
  • blue value is 80.
RGB:
(101,109,80)
(40%,43%,31%)

RGB channels and saturation

R 101 of 255 = 40%
G 109 of 255 = 43%
B 80 of 255 = 31%

101
109
80

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

Portions of RGB colors in percentages

R + G + B =
101 + 109 + 80 = 290 (100%)
R 101 of 290 ~ 34.83%
G 109 of 290 ~ 37.59%
B 80 of 290 ~ 27.59%

%34.83
%37.59
%27.59

CMYK color model

#656D50 color CMYK value is (7,0,27,57).

  • cyan value is 7.34%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(7,0,27,57)
C7M0Y27K57 
(7%,0%,27%,57%)
(0.07/0.00/0.27/0.57)	

CMYK percentages

%7.34
%0
%26.61
%57.25

Codes

Color #656D50 in popluar color models

656D50
RGB10110980
HSL77°15.34%37.06%
HSB/HSV77°26.61%42.75%
CMYK7.34%0.00%26.61%
57.25%

Color #656D50 in popluar number systems.

HEX656D50
Decimal10110980
Binary110010111011011010000
Octal145155120

Shades and tints

Shades of #656D50

#656D50
(101,109,80)
#5C6449
(92,100,73)
#535B42
(83,91,66)
#4A523B
(74,82,59)
#414934
(65,73,52)
#38402D
(56,64,45)
#2F3726
(47,55,38)
#262E1F
(38,46,31)
#1D2518
(29,37,24)
#141C11
(20,28,17)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #656D50

#656D50
(101,109,80)
#737A5F
(115,122,95)
#81876E
(129,135,110)
#8F947D
(143,148,125)
#9DA18C
(157,161,140)
#ABAE9B
(171,174,155)
#B9BBAA
(185,187,170)
#C7C8B9
(199,200,185)
#D5D5C8
(213,213,200)
#E3E2D7
(227,226,215)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656D50 color. Also use rgb(101,109,80) instead hex code.

Text Font Color

.myTextColor { color: #656D50; }

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

This text font color is #656D50.


Background Color

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

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

This div background color is #656D50.


Border color

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

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

This div border color is #656D50.


Opacity

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

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

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

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

This text has shadow with #656D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656D50 on black background.


Color preview on white background

This text has color #656D50 on white background.



Black color preview on #656D50 background

This text has black color on #656D50 background.


White color preview on #656D50 background

This text has white color on #656D50 background.