COLOR #653C52

HEX: #653C52
RGB: (101,60,82)

Color info

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

RGB color model

#653C52 color RGB value is (101,60,82).

  • red value is 101;
  • green value is 60;
  • blue value is 82.
RGB:
(101,60,82)
(40%,24%,32%)

RGB channels and saturation

R 101 of 255 = 40%
G 60 of 255 = 24%
B 82 of 255 = 32%

101
60
82

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

Portions of RGB colors in percentages

R + G + B =
101 + 60 + 82 = 243 (100%)
R 101 of 243 ~ 41.56%
G 60 of 243 ~ 24.69%
B 82 of 243 ~ 33.74%

%41.56
%24.69
%33.74

CMYK color model

#653C52 color CMYK value is (0,41,19,60).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 18.81%
  • key color value is 60.39%
CMYK:
(0,41,19,60)
C0M41Y19K60 
(0%,41%,19%,60%)
(0.00/0.41/0.19/0.60)	

CMYK percentages

%0
%40.59
%18.81
%60.39

Codes

Color #653C52 in popluar color models

653C52
RGB1016082
HSL328°25.47%31.57%
HSB/HSV328°40.59%39.61%
CMYK0.00%40.59%18.81%
60.39%

Color #653C52 in popluar number systems.

HEX653C52
Decimal1016082
Binary11001011111001010010
Octal14574122

Shades and tints

Shades of #653C52

#653C52
(101,60,82)
#5C374B
(92,55,75)
#533244
(83,50,68)
#4A2D3D
(74,45,61)
#412836
(65,40,54)
#38232F
(56,35,47)
#2F1E28
(47,30,40)
#261921
(38,25,33)
#1D141A
(29,20,26)
#140F13
(20,15,19)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #653C52

#653C52
(101,60,82)
#734D61
(115,77,97)
#815E70
(129,94,112)
#8F6F7F
(143,111,127)
#9D808E
(157,128,142)
#AB919D
(171,145,157)
#B9A2AC
(185,162,172)
#C7B3BB
(199,179,187)
#D5C4CA
(213,196,202)
#E3D5D9
(227,213,217)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653C52 color. Also use rgb(101,60,82) instead hex code.

Text Font Color

.myTextColor { color: #653C52; }

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

This text font color is #653C52.


Background Color

.myBgColor { background-color: #653C52; }

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

This div background color is #653C52.


Border color

.myBorderColor { border: 1px solid #653C52; }

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

This div border color is #653C52.


Opacity

.myOpacity80 { color: #653C52; opacity: 0.8; }

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

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

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

This text has shadow with #653C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653C52 on black background.


Color preview on white background

This text has color #653C52 on white background.



Black color preview on #653C52 background

This text has black color on #653C52 background.


White color preview on #653C52 background

This text has white color on #653C52 background.