COLOR #653B47

HEX: #653B47
RGB: (101,59,71)

Color info

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

RGB color model

#653B47 color RGB value is (101,59,71).

  • red value is 101;
  • green value is 59;
  • blue value is 71.
RGB:
(101,59,71)
(40%,23%,28%)

RGB channels and saturation

R 101 of 255 = 40%
G 59 of 255 = 23%
B 71 of 255 = 28%

101
59
71

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

Portions of RGB colors in percentages

R + G + B =
101 + 59 + 71 = 231 (100%)
R 101 of 231 ~ 43.72%
G 59 of 231 ~ 25.54%
B 71 of 231 ~ 30.74%

%43.72
%25.54
%30.74

CMYK color model

#653B47 color CMYK value is (0,42,30,60).

  • cyan value is 0.00%
  • magenta value is 41.58%
  • yellow value is 29.70%
  • key color value is 60.39%
CMYK:
(0,42,30,60)
C0M42Y30K60 
(0%,42%,30%,60%)
(0.00/0.42/0.30/0.60)	

CMYK percentages

%0
%41.58
%29.7
%60.39

Codes

Color #653B47 in popluar color models

653B47
RGB1015971
HSL343°26.25%31.37%
HSB/HSV343°41.58%39.61%
CMYK0.00%41.58%29.70%
60.39%

Color #653B47 in popluar number systems.

HEX653B47
Decimal1015971
Binary11001011110111000111
Octal14573107

Shades and tints

Shades of #653B47

#653B47
(101,59,71)
#5C3641
(92,54,65)
#53313B
(83,49,59)
#4A2C35
(74,44,53)
#41272F
(65,39,47)
#382229
(56,34,41)
#2F1D23
(47,29,35)
#26181D
(38,24,29)
#1D1317
(29,19,23)
#140E11
(20,14,17)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #653B47

#653B47
(101,59,71)
#734C57
(115,76,87)
#815D67
(129,93,103)
#8F6E77
(143,110,119)
#9D7F87
(157,127,135)
#AB9097
(171,144,151)
#B9A1A7
(185,161,167)
#C7B2B7
(199,178,183)
#D5C3C7
(213,195,199)
#E3D4D7
(227,212,215)
#F1E5E7
(241,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653B47 color. Also use rgb(101,59,71) instead hex code.

Text Font Color

.myTextColor { color: #653B47; }

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

This text font color is #653B47.


Background Color

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

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

This div background color is #653B47.


Border color

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

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

This div border color is #653B47.


Opacity

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

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

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

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

This text has shadow with #653B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653B47 on black background.


Color preview on white background

This text has color #653B47 on white background.



Black color preview on #653B47 background

This text has black color on #653B47 background.


White color preview on #653B47 background

This text has white color on #653B47 background.