COLOR #653D36

HEX: #653D36
RGB: (101,61,54)

Color info

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

RGB color model

#653D36 color RGB value is (101,61,54).

  • red value is 101;
  • green value is 61;
  • blue value is 54.
RGB:
(101,61,54)
(40%,24%,21%)

RGB channels and saturation

R 101 of 255 = 40%
G 61 of 255 = 24%
B 54 of 255 = 21%

101
61
54

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

Portions of RGB colors in percentages

R + G + B =
101 + 61 + 54 = 216 (100%)
R 101 of 216 ~ 46.76%
G 61 of 216 ~ 28.24%
B 54 of 216 ~ 25%

%46.76
%28.24
%25

CMYK color model

#653D36 color CMYK value is (0,40,47,60).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 46.53%
  • key color value is 60.39%
CMYK:
(0,40,47,60)
C0M40Y47K60 
(0%,40%,47%,60%)
(0.00/0.40/0.47/0.60)	

CMYK percentages

%0
%39.6
%46.53
%60.39

Codes

Color #653D36 in popluar color models

653D36
RGB1016154
HSL30.32%30.39%
HSB/HSV46.53%39.61%
CMYK0.00%39.60%46.53%
60.39%

Color #653D36 in popluar number systems.

HEX653D36
Decimal1016154
Binary1100101111101110110
Octal1457566

Shades and tints

Shades of #653D36

#653D36
(101,61,54)
#5C3832
(92,56,50)
#53332E
(83,51,46)
#4A2E2A
(74,46,42)
#412926
(65,41,38)
#382422
(56,36,34)
#2F1F1E
(47,31,30)
#261A1A
(38,26,26)
#1D1516
(29,21,22)
#141012
(20,16,18)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #653D36

#653D36
(101,61,54)
#734E48
(115,78,72)
#815F5A
(129,95,90)
#8F706C
(143,112,108)
#9D817E
(157,129,126)
#AB9290
(171,146,144)
#B9A3A2
(185,163,162)
#C7B4B4
(199,180,180)
#D5C5C6
(213,197,198)
#E3D6D8
(227,214,216)
#F1E7EA
(241,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653D36; }

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

This text font color is #653D36.


Background Color

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

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

This div background color is #653D36.


Border color

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

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

This div border color is #653D36.


Opacity

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

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

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

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

This text has shadow with #653D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653D36 on black background.


Color preview on white background

This text has color #653D36 on white background.



Black color preview on #653D36 background

This text has black color on #653D36 background.


White color preview on #653D36 background

This text has white color on #653D36 background.