COLOR #653E38

HEX: #653E38
RGB: (101,62,56)

Color info

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

RGB color model

#653E38 color RGB value is (101,62,56).

  • red value is 101;
  • green value is 62;
  • blue value is 56.
RGB:
(101,62,56)
(40%,24%,22%)

RGB channels and saturation

R 101 of 255 = 40%
G 62 of 255 = 24%
B 56 of 255 = 22%

101
62
56

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

Portions of RGB colors in percentages

R + G + B =
101 + 62 + 56 = 219 (100%)
R 101 of 219 ~ 46.12%
G 62 of 219 ~ 28.31%
B 56 of 219 ~ 25.57%

%46.12
%28.31
%25.57

CMYK color model

#653E38 color CMYK value is (0,39,45,60).

  • cyan value is 0.00%
  • magenta value is 38.61%
  • yellow value is 44.55%
  • key color value is 60.39%
CMYK:
(0,39,45,60)
C0M39Y45K60 
(0%,39%,45%,60%)
(0.00/0.39/0.45/0.60)	

CMYK percentages

%0
%38.61
%44.55
%60.39

Codes

Color #653E38 in popluar color models

653E38
RGB1016256
HSL28.66%30.78%
HSB/HSV44.55%39.61%
CMYK0.00%38.61%44.55%
60.39%

Color #653E38 in popluar number systems.

HEX653E38
Decimal1016256
Binary1100101111110111000
Octal1457670

Shades and tints

Shades of #653E38

#653E38
(101,62,56)
#5C3933
(92,57,51)
#53342E
(83,52,46)
#4A2F29
(74,47,41)
#412A24
(65,42,36)
#38251F
(56,37,31)
#2F201A
(47,32,26)
#261B15
(38,27,21)
#1D1610
(29,22,16)
#14110B
(20,17,11)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #653E38

#653E38
(101,62,56)
#734F4A
(115,79,74)
#81605C
(129,96,92)
#8F716E
(143,113,110)
#9D8280
(157,130,128)
#AB9392
(171,147,146)
#B9A4A4
(185,164,164)
#C7B5B6
(199,181,182)
#D5C6C8
(213,198,200)
#E3D7DA
(227,215,218)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653E38 color. Also use rgb(101,62,56) instead hex code.

Text Font Color

.myTextColor { color: #653E38; }

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

This text font color is #653E38.


Background Color

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

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

This div background color is #653E38.


Border color

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

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

This div border color is #653E38.


Opacity

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

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

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

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

This text has shadow with #653E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653E38 on black background.


Color preview on white background

This text has color #653E38 on white background.



Black color preview on #653E38 background

This text has black color on #653E38 background.


White color preview on #653E38 background

This text has white color on #653E38 background.