COLOR #653A41

HEX: #653A41
RGB: (101,58,65)

Color info

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

RGB color model

#653A41 color RGB value is (101,58,65).

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

RGB channels and saturation

R 101 of 255 = 40%
G 58 of 255 = 23%
B 65 of 255 = 25%

101
58
65

R + G + B ~ 29%. #653A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 58 + 65 = 224 (100%)
R 101 of 224 ~ 45.09%
G 58 of 224 ~ 25.89%
B 65 of 224 ~ 29.02%

%45.09
%25.89
%29.02

CMYK color model

#653A41 color CMYK value is (0,43,36,60).

  • cyan value is 0.00%
  • magenta value is 42.57%
  • yellow value is 35.64%
  • key color value is 60.39%
CMYK:
(0,43,36,60)
C0M43Y36K60 
(0%,43%,36%,60%)
(0.00/0.43/0.36/0.60)	

CMYK percentages

%0
%42.57
%35.64
%60.39

Codes

Color #653A41 in popluar color models

653A41
RGB1015865
HSL350°27.04%31.18%
HSB/HSV350°42.57%39.61%
CMYK0.00%42.57%35.64%
60.39%

Color #653A41 in popluar number systems.

HEX653A41
Decimal1015865
Binary11001011110101000001
Octal14572101

Shades and tints

Shades of #653A41

#653A41
(101,58,65)
#5C353C
(92,53,60)
#533037
(83,48,55)
#4A2B32
(74,43,50)
#41262D
(65,38,45)
#382128
(56,33,40)
#2F1C23
(47,28,35)
#26171E
(38,23,30)
#1D1219
(29,18,25)
#140D14
(20,13,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #653A41

#653A41
(101,58,65)
#734B52
(115,75,82)
#815C63
(129,92,99)
#8F6D74
(143,109,116)
#9D7E85
(157,126,133)
#AB8F96
(171,143,150)
#B9A0A7
(185,160,167)
#C7B1B8
(199,177,184)
#D5C2C9
(213,194,201)
#E3D3DA
(227,211,218)
#F1E4EB
(241,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653A41; }

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

This text font color is #653A41.


Background Color

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

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

This div background color is #653A41.


Border color

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

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

This div border color is #653A41.


Opacity

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

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

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

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

This text has shadow with #653A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653A41 on black background.


Color preview on white background

This text has color #653A41 on white background.



Black color preview on #653A41 background

This text has black color on #653A41 background.


White color preview on #653A41 background

This text has white color on #653A41 background.