COLOR #656B53

HEX: #656B53 RGB: (101,107,83)

Color info

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

RGB color model

#656B53 color RGB value is (101,107,83).

RGB: (101,107,83) (40%, 42%, 33%)

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 83 of 255 = 33%

101
107
83

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

Portions of RGB colors in percentages

R + G + B = 101 + 107 + 83 = 291 (100%)
R 101 of 291 ~ 34.71%
G 107 of 291 ~ 36.77%
B 83 of 291 ~ 28.52'%

%34.71
%36.77
%28.52

CMYK color model

#656B53 color CMYK value is (6,0,22,58).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 22.43%
  • key color value is 58.04%

CMYK: (6,0,22,58)
C6M0Y22K58 (6%, 0%, 22%, 58%)
(0.06 / 0.00 / 0.22 / 0.58)

CMYK percentages

%5.61
%0
%22.43
%58.04

Codes

Color #656B53 in popluar color models

65 6B 53
RGB 101 107 83
HSL 75° 12.63% 37.25%
HSB/HSV 75° 22.43% 41.96%
CMYK 5.61% 0.00% 22.43%
58.04%

Color #656B53 in popluar number systems.

HEX 65 6B 53
Decimal 101 107 83
Binary 1100101 1101011 1010011
Octal 145 153 123

Shades and tints

Shades of #656B53

#656B53
(101,107,83)
#5C624C
(92,98,76)
#535945
(83,89,69)
#4A503E
(74,80,62)
#414737
(65,71,55)
#383E30
(56,62,48)
#2F3529
(47,53,41)
#262C22
(38,44,34)
#1D231B
(29,35,27)
#141A14
(20,26,20)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #656B53

#656B53
(101,107,83)
#737862
(115,120,98)
#818571
(129,133,113)
#8F9280
(143,146,128)
#9D9F8F
(157,159,143)
#ABAC9E
(171,172,158)
#B9B9AD
(185,185,173)
#C7C6BC
(199,198,188)
#D5D3CB
(213,211,203)
#E3E0DA
(227,224,218)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656B53 color. Also use rgb(101,107,83) instead hex code.

Text Font Color

.myTextColor { color: #656B53; }

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

This text font color is #656B53.

Background Color

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

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

This div background color is #656B53.

Border color

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

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

This div border color is #656B53.

Opacity

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

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

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

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

This text has shadow with #656B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656B53.

Preview

Color preview on black background

This text has color #656B53 on black background.


Color preview on white background

This text has color #656B53 on white background.


Black color preview on #656B53 background

This text has black color on #656B53 background.


White color preview on #656B53 background

This text has white color on #656B53 background.


Related colors

Complementary color

Complementary color for #hex is #9A94AC.


I love getcolorcode.com

Triadic colors

1 #53656B and #6B5365 with #656B53 are triadic colors.

2 #536B65 and #6B6553 with #656B53 are triadic colors.