COLOR #653959

HEX: #653959
RGB: (101,57,89)

Color info

#653959 contains red, green and blue colors in about the same proportion. Web safe color of #653959 is #663366 (or #636).

RGB color model

#653959 color RGB value is (101,57,89).

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

RGB channels and saturation

R 101 of 255 = 40%
G 57 of 255 = 22%
B 89 of 255 = 35%

101
57
89

R + G + B ~ 32%. #653959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 57 + 89 = 247 (100%)
R 101 of 247 ~ 40.89%
G 57 of 247 ~ 23.08%
B 89 of 247 ~ 36.03%

%40.89
%23.08
%36.03

CMYK color model

#653959 color CMYK value is (0,44,12,60).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(0,44,12,60)
C0M44Y12K60 
(0%,44%,12%,60%)
(0.00/0.44/0.12/0.60)	

CMYK percentages

%0
%43.56
%11.88
%60.39

Codes

Color #653959 in popluar color models

653959
RGB1015789
HSL316°27.85%30.98%
HSB/HSV316°43.56%39.61%
CMYK0.00%43.56%11.88%
60.39%

Color #653959 in popluar number systems.

HEX653959
Decimal1015789
Binary11001011110011011001
Octal14571131

Shades and tints

Shades of #653959

#653959
(101,57,89)
#5C3451
(92,52,81)
#532F49
(83,47,73)
#4A2A41
(74,42,65)
#412539
(65,37,57)
#382031
(56,32,49)
#2F1B29
(47,27,41)
#261621
(38,22,33)
#1D1119
(29,17,25)
#140C11
(20,12,17)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #653959

#653959
(101,57,89)
#734B68
(115,75,104)
#815D77
(129,93,119)
#8F6F86
(143,111,134)
#9D8195
(157,129,149)
#AB93A4
(171,147,164)
#B9A5B3
(185,165,179)
#C7B7C2
(199,183,194)
#D5C9D1
(213,201,209)
#E3DBE0
(227,219,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653959; }

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

This text font color is #653959.


Background Color

.myBgColor { background-color: #653959; }

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

This div background color is #653959.


Border color

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

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

This div border color is #653959.


Opacity

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

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

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

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

This text has shadow with #653959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653959 on black background.


Color preview on white background

This text has color #653959 on white background.



Black color preview on #653959 background

This text has black color on #653959 background.


White color preview on #653959 background

This text has white color on #653959 background.