COLOR #653C3F

HEX: #653C3F RGB: (101,60,63)

Color info

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

RGB color model

#653C3F color RGB value is (101,60,63).

RGB: (101,60,63) (40%, 24%, 25%)

RGB channels and saturation

R 101 of 255 = 40%
G 60 of 255 = 24%
B 63 of 255 = 25%

101
60
63

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

Portions of RGB colors in percentages

R + G + B = 101 + 60 + 63 = 224 (100%)
R 101 of 224 ~ 45.09%
G 60 of 224 ~ 26.79%
B 63 of 224 ~ 28.13'%

%45.09
%26.79
%28.13

CMYK color model

#653C3F color CMYK value is (0,41,38,60).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 37.62%
  • key color value is 60.39%
CMYK: (0,41,38,60) C0M41Y38K60 (0%,41%,38%,60%) (0.00/0.41/0.38/0.60) 

CMYK percentages

%0
%40.59
%37.62
%60.39

Codes

Color #653C3F in popluar color models

65 3C 3F
RGB 101 60 63
HSL 356° 25.47% 31.57%
HSB/HSV 356° 40.59% 39.61%
CMYK 0.00% 40.59% 37.62%
60.39%

Color #653C3F in popluar number systems.

HEX 65 3C 3F
Decimal 101 60 63
Binary 1100101 111100 111111
Octal 145 74 77

Shades and tints

Shades of #653C3F

#653C3F
(101,60,63)
#5C373A
(92,55,58)
#533235
(83,50,53)
#4A2D30
(74,45,48)
#41282B
(65,40,43)
#382326
(56,35,38)
#2F1E21
(47,30,33)
#26191C
(38,25,28)
#1D1417
(29,20,23)
#140F12
(20,15,18)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #653C3F

#653C3F
(101,60,63)
#734D50
(115,77,80)
#815E61
(129,94,97)
#8F6F72
(143,111,114)
#9D8083
(157,128,131)
#AB9194
(171,145,148)
#B9A2A5
(185,162,165)
#C7B3B6
(199,179,182)
#D5C4C7
(213,196,199)
#E3D5D8
(227,213,216)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653C3F; }

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

This text font color is #653C3F.

Background Color

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

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

This div background color is #653C3F.

Border color

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

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

This div border color is #653C3F.

Opacity

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

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

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

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

This text has shadow with #653C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #653C3F.

Preview

Color preview on black background

This text has color #653C3F on black background.


Color preview on white background

This text has color #653C3F on white background.


Black color preview on #653C3F background

This text has black color on #653C3F background.


White color preview on #653C3F background

This text has white color on #653C3F background.


Related colors

Complementary color

Complementary color for #hex is #9AC3C0.


I love getcolorcode.com

Triadic colors

1 #3F653C and #3C3F65 with #653C3F are triadic colors.

2 #3F3C65 and #3C653F with #653C3F are triadic colors.