COLOR #653949

HEX: #653949
RGB: (101,57,73)

Color info

#653949 contains red, green and blue colors in about the same proportion. Web safe color of #653949 is #663333 (or #633).

RGB color model

#653949 color RGB value is (101,57,73).

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

RGB channels and saturation

R 101 of 255 = 40%
G 57 of 255 = 22%
B 73 of 255 = 29%

101
57
73

R + G + B ~ 30%. #653949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 57 + 73 = 231 (100%)
R 101 of 231 ~ 43.72%
G 57 of 231 ~ 24.68%
B 73 of 231 ~ 31.6%

%43.72
%24.68
%31.6

CMYK color model

#653949 color CMYK value is (0,44,28,60).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 27.72%
  • key color value is 60.39%
CMYK:
(0,44,28,60)
C0M44Y28K60 
(0%,44%,28%,60%)
(0.00/0.44/0.28/0.60)	

CMYK percentages

%0
%43.56
%27.72
%60.39

Codes

Color #653949 in popluar color models

653949
RGB1015773
HSL338°27.85%30.98%
HSB/HSV338°43.56%39.61%
CMYK0.00%43.56%27.72%
60.39%

Color #653949 in popluar number systems.

HEX653949
Decimal1015773
Binary11001011110011001001
Octal14571111

Shades and tints

Shades of #653949

#653949
(101,57,73)
#5C3443
(92,52,67)
#532F3D
(83,47,61)
#4A2A37
(74,42,55)
#412531
(65,37,49)
#38202B
(56,32,43)
#2F1B25
(47,27,37)
#26161F
(38,22,31)
#1D1119
(29,17,25)
#140C13
(20,12,19)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #653949

#653949
(101,57,73)
#734B59
(115,75,89)
#815D69
(129,93,105)
#8F6F79
(143,111,121)
#9D8189
(157,129,137)
#AB9399
(171,147,153)
#B9A5A9
(185,165,169)
#C7B7B9
(199,183,185)
#D5C9C9
(213,201,201)
#E3DBD9
(227,219,217)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653949; }

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

This text font color is #653949.


Background Color

.myBgColor { background-color: #653949; }

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

This div background color is #653949.


Border color

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

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

This div border color is #653949.


Opacity

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

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

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

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

This text has shadow with #653949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653949 on black background.


Color preview on white background

This text has color #653949 on white background.



Black color preview on #653949 background

This text has black color on #653949 background.


White color preview on #653949 background

This text has white color on #653949 background.