COLOR #656059

HEX: #656059
RGB: (101,96,89)

Color info

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

RGB color model

#656059 color RGB value is (101,96,89).

  • red value is 101;
  • green value is 96;
  • blue value is 89.
RGB:
(101,96,89)
(40%,38%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 96 of 255 = 38%
B 89 of 255 = 35%

101
96
89

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

Portions of RGB colors in percentages

R + G + B =
101 + 96 + 89 = 286 (100%)
R 101 of 286 ~ 35.31%
G 96 of 286 ~ 33.57%
B 89 of 286 ~ 31.12%

%35.31
%33.57
%31.12

CMYK color model

#656059 color CMYK value is (0,5,12,60).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(0,5,12,60)
C0M5Y12K60 
(0%,5%,12%,60%)
(0.00/0.05/0.12/0.60)	

CMYK percentages

%0
%4.95
%11.88
%60.39

Codes

Color #656059 in popluar color models

656059
RGB1019689
HSL35°6.32%37.25%
HSB/HSV35°11.88%39.61%
CMYK0.00%4.95%11.88%
60.39%

Color #656059 in popluar number systems.

HEX656059
Decimal1019689
Binary110010111000001011001
Octal145140131

Shades and tints

Shades of #656059

#656059
(101,96,89)
#5C5851
(92,88,81)
#535049
(83,80,73)
#4A4841
(74,72,65)
#414039
(65,64,57)
#383831
(56,56,49)
#2F3029
(47,48,41)
#262821
(38,40,33)
#1D2019
(29,32,25)
#141811
(20,24,17)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #656059

#656059
(101,96,89)
#736E68
(115,110,104)
#817C77
(129,124,119)
#8F8A86
(143,138,134)
#9D9895
(157,152,149)
#ABA6A4
(171,166,164)
#B9B4B3
(185,180,179)
#C7C2C2
(199,194,194)
#D5D0D1
(213,208,209)
#E3DEE0
(227,222,224)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656059; }

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

This text font color is #656059.


Background Color

.myBgColor { background-color: #656059; }

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

This div background color is #656059.


Border color

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

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

This div border color is #656059.


Opacity

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

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

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

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

This text has shadow with #656059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656059 on black background.


Color preview on white background

This text has color #656059 on white background.



Black color preview on #656059 background

This text has black color on #656059 background.


White color preview on #656059 background

This text has white color on #656059 background.