COLOR #653D4D

HEX: #653D4D RGB: (101,61,77)

Color info

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

RGB color model

#653D4D color RGB value is (101,61,77).

RGB: (101,61,77) (40%, 24%, 30%)

RGB channels and saturation

R 101 of 255 = 40%
G 61 of 255 = 24%
B 77 of 255 = 30%

101
61
77

R + G + B ~ 31%. #653D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 61 + 77 = 239 (100%)
R 101 of 239 ~ 42.26%
G 61 of 239 ~ 25.52%
B 77 of 239 ~ 32.22'%

%42.26
%25.52
%32.22

CMYK color model

#653D4D color CMYK value is (0,40,24,60).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 23.76%
  • key color value is 60.39%

CMYK: (0,40,24,60)
C0M40Y24K60 (0%, 40%, 24%, 60%)
(0.00 / 0.40 / 0.24 / 0.60)

CMYK percentages

%0
%39.6
%23.76
%60.39

Codes

Color #653D4D in popluar color models

65 3D 4D
RGB 101 61 77
HSL 336° 24.69% 31.76%
HSB/HSV 336° 39.60% 39.61%
CMYK 0.00% 39.60% 23.76%
60.39%

Color #653D4D in popluar number systems.

HEX 65 3D 4D
Decimal 101 61 77
Binary 1100101 111101 1001101
Octal 145 75 115

Shades and tints

Shades of #653D4D

#653D4D
(101,61,77)
#5C3846
(92,56,70)
#53333F
(83,51,63)
#4A2E38
(74,46,56)
#412931
(65,41,49)
#38242A
(56,36,42)
#2F1F23
(47,31,35)
#261A1C
(38,26,28)
#1D1515
(29,21,21)
#14100E
(20,16,14)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #653D4D

#653D4D
(101,61,77)
#734E5D
(115,78,93)
#815F6D
(129,95,109)
#8F707D
(143,112,125)
#9D818D
(157,129,141)
#AB929D
(171,146,157)
#B9A3AD
(185,163,173)
#C7B4BD
(199,180,189)
#D5C5CD
(213,197,205)
#E3D6DD
(227,214,221)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653D4D color. Also use rgb(101,61,77) instead hex code.

Text Font Color

.myTextColor { color: #653D4D; }

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

This text font color is #653D4D.

Background Color

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

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

This div background color is #653D4D.

Border color

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

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

This div border color is #653D4D.

Opacity

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

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

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

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

This text has shadow with #653D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #653D4D.

Preview

Color preview on black background

This text has color #653D4D on black background.


Color preview on white background

This text has color #653D4D on white background.


Black color preview on #653D4D background

This text has black color on #653D4D background.


White color preview on #653D4D background

This text has white color on #653D4D background.


Related colors

Complementary color

Complementary color for #hex is #9AC2B2.


I love getcolorcode.com

Triadic colors

1 #4D653D and #3D4D65 with #653D4D are triadic colors.

2 #4D3D65 and #3D654D with #653D4D are triadic colors.