COLOR #653A37

HEX: #653A37
RGB: (101,58,55)

Color info

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

RGB color model

#653A37 color RGB value is (101,58,55).

  • red value is 101;
  • green value is 58;
  • blue value is 55.
RGB:
(101,58,55)
(40%,23%,22%)

RGB channels and saturation

R 101 of 255 = 40%
G 58 of 255 = 23%
B 55 of 255 = 22%

101
58
55

R + G + B ~ 28%. #653A37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 58 + 55 = 214 (100%)
R 101 of 214 ~ 47.2%
G 58 of 214 ~ 27.1%
B 55 of 214 ~ 25.7%

%47.2
%27.1
%25.7

CMYK color model

#653A37 color CMYK value is (0,43,46,60).

  • cyan value is 0.00%
  • magenta value is 42.57%
  • yellow value is 45.54%
  • key color value is 60.39%
CMYK:
(0,43,46,60)
C0M43Y46K60 
(0%,43%,46%,60%)
(0.00/0.43/0.46/0.60)	

CMYK percentages

%0
%42.57
%45.54
%60.39

Codes

Color #653A37 in popluar color models

653A37
RGB1015855
HSL29.49%30.59%
HSB/HSV45.54%39.61%
CMYK0.00%42.57%45.54%
60.39%

Color #653A37 in popluar number systems.

HEX653A37
Decimal1015855
Binary1100101111010110111
Octal1457267

Shades and tints

Shades of #653A37

#653A37
(101,58,55)
#5C3532
(92,53,50)
#53302D
(83,48,45)
#4A2B28
(74,43,40)
#412623
(65,38,35)
#38211E
(56,33,30)
#2F1C19
(47,28,25)
#261714
(38,23,20)
#1D120F
(29,18,15)
#140D0A
(20,13,10)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #653A37

#653A37
(101,58,55)
#734B49
(115,75,73)
#815C5B
(129,92,91)
#8F6D6D
(143,109,109)
#9D7E7F
(157,126,127)
#AB8F91
(171,143,145)
#B9A0A3
(185,160,163)
#C7B1B5
(199,177,181)
#D5C2C7
(213,194,199)
#E3D3D9
(227,211,217)
#F1E4EB
(241,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653A37 color. Also use rgb(101,58,55) instead hex code.

Text Font Color

.myTextColor { color: #653A37; }

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

This text font color is #653A37.


Background Color

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

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

This div background color is #653A37.


Border color

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

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

This div border color is #653A37.


Opacity

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

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

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

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

This text has shadow with #653A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653A37 on black background.


Color preview on white background

This text has color #653A37 on white background.



Black color preview on #653A37 background

This text has black color on #653A37 background.


White color preview on #653A37 background

This text has white color on #653A37 background.