COLOR #656355

HEX: #656355
RGB: (101,99,85)

Color info

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

RGB color model

#656355 color RGB value is (101,99,85).

  • red value is 101;
  • green value is 99;
  • blue value is 85.
RGB:
(101,99,85)
(40%,39%,33%)

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 85 of 255 = 33%

101
99
85

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

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 85 = 285 (100%)
R 101 of 285 ~ 35.44%
G 99 of 285 ~ 34.74%
B 85 of 285 ~ 29.82%

%35.44
%34.74
%29.82

CMYK color model

#656355 color CMYK value is (0,2,16,60).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 15.84%
  • key color value is 60.39%
CMYK:
(0,2,16,60)
C0M2Y16K60 
(0%,2%,16%,60%)
(0.00/0.02/0.16/0.60)	

CMYK percentages

%0
%1.98
%15.84
%60.39

Codes

Color #656355 in popluar color models

656355
RGB1019985
HSL53°8.60%36.47%
HSB/HSV53°15.84%39.61%
CMYK0.00%1.98%15.84%
60.39%

Color #656355 in popluar number systems.

HEX656355
Decimal1019985
Binary110010111000111010101
Octal145143125

Shades and tints

Shades of #656355

#656355
(101,99,85)
#5C5A4E
(92,90,78)
#535147
(83,81,71)
#4A4840
(74,72,64)
#413F39
(65,63,57)
#383632
(56,54,50)
#2F2D2B
(47,45,43)
#262424
(38,36,36)
#1D1B1D
(29,27,29)
#141216
(20,18,22)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #656355

#656355
(101,99,85)
#737164
(115,113,100)
#817F73
(129,127,115)
#8F8D82
(143,141,130)
#9D9B91
(157,155,145)
#ABA9A0
(171,169,160)
#B9B7AF
(185,183,175)
#C7C5BE
(199,197,190)
#D5D3CD
(213,211,205)
#E3E1DC
(227,225,220)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656355; }

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

This text font color is #656355.


Background Color

.myBgColor { background-color: #656355; }

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

This div background color is #656355.


Border color

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

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

This div border color is #656355.


Opacity

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

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

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

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

This text has shadow with #656355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656355 on black background.


Color preview on white background

This text has color #656355 on white background.



Black color preview on #656355 background

This text has black color on #656355 background.


White color preview on #656355 background

This text has white color on #656355 background.