COLOR #656C46

HEX: #656C46
RGB: (101,108,70)

Color info

#656C46 contains red, green and blue colors in about the same proportion. Web safe color of #656C46 is #666633 (or #663).

RGB color model

#656C46 color RGB value is (101,108,70).

  • red value is 101;
  • green value is 108;
  • blue value is 70.
RGB:
(101,108,70)
(40%,42%,27%)

RGB channels and saturation

R 101 of 255 = 40%
G 108 of 255 = 42%
B 70 of 255 = 27%

101
108
70

R + G + B ~ 36%. #656C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 108 + 70 = 279 (100%)
R 101 of 279 ~ 36.2%
G 108 of 279 ~ 38.71%
B 70 of 279 ~ 25.09%

%36.2
%38.71
%25.09

CMYK color model

#656C46 color CMYK value is (6,0,35,58).

  • cyan value is 6.48%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 57.65%
CMYK:
(6,0,35,58)
C6M0Y35K58 
(6%,0%,35%,58%)
(0.06/0.00/0.35/0.58)	

CMYK percentages

%6.48
%0
%35.19
%57.65

Codes

Color #656C46 in popluar color models

656C46
RGB10110870
HSL71°21.35%34.90%
HSB/HSV71°35.19%42.35%
CMYK6.48%0.00%35.19%
57.65%

Color #656C46 in popluar number systems.

HEX656C46
Decimal10110870
Binary110010111011001000110
Octal145154106

Shades and tints

Shades of #656C46

#656C46
(101,108,70)
#5C6340
(92,99,64)
#535A3A
(83,90,58)
#4A5134
(74,81,52)
#41482E
(65,72,46)
#383F28
(56,63,40)
#2F3622
(47,54,34)
#262D1C
(38,45,28)
#1D2416
(29,36,22)
#141B10
(20,27,16)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #656C46

#656C46
(101,108,70)
#737956
(115,121,86)
#818666
(129,134,102)
#8F9376
(143,147,118)
#9DA086
(157,160,134)
#ABAD96
(171,173,150)
#B9BAA6
(185,186,166)
#C7C7B6
(199,199,182)
#D5D4C6
(213,212,198)
#E3E1D6
(227,225,214)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656C46 color. Also use rgb(101,108,70) instead hex code.

Text Font Color

.myTextColor { color: #656C46; }

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

This text font color is #656C46.


Background Color

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

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

This div background color is #656C46.


Border color

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

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

This div border color is #656C46.


Opacity

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

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

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

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

This text has shadow with #656C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656C46 on black background.


Color preview on white background

This text has color #656C46 on white background.



Black color preview on #656C46 background

This text has black color on #656C46 background.


White color preview on #656C46 background

This text has white color on #656C46 background.