COLOR #653D42

HEX: #653D42
RGB: (101,61,66)

Color info

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

RGB color model

#653D42 color RGB value is (101,61,66).

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

RGB channels and saturation

R 101 of 255 = 40%
G 61 of 255 = 24%
B 66 of 255 = 26%

101
61
66

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

Portions of RGB colors in percentages

R + G + B =
101 + 61 + 66 = 228 (100%)
R 101 of 228 ~ 44.3%
G 61 of 228 ~ 26.75%
B 66 of 228 ~ 28.95%

%44.3
%26.75
%28.95

CMYK color model

#653D42 color CMYK value is (0,40,35,60).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(0,40,35,60)
C0M40Y35K60 
(0%,40%,35%,60%)
(0.00/0.40/0.35/0.60)	

CMYK percentages

%0
%39.6
%34.65
%60.39

Codes

Color #653D42 in popluar color models

653D42
RGB1016166
HSL353°24.69%31.76%
HSB/HSV353°39.60%39.61%
CMYK0.00%39.60%34.65%
60.39%

Color #653D42 in popluar number systems.

HEX653D42
Decimal1016166
Binary11001011111011000010
Octal14575102

Shades and tints

Shades of #653D42

#653D42
(101,61,66)
#5C383C
(92,56,60)
#533336
(83,51,54)
#4A2E30
(74,46,48)
#41292A
(65,41,42)
#382424
(56,36,36)
#2F1F1E
(47,31,30)
#261A18
(38,26,24)
#1D1512
(29,21,18)
#14100C
(20,16,12)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #653D42

#653D42
(101,61,66)
#734E53
(115,78,83)
#815F64
(129,95,100)
#8F7075
(143,112,117)
#9D8186
(157,129,134)
#AB9297
(171,146,151)
#B9A3A8
(185,163,168)
#C7B4B9
(199,180,185)
#D5C5CA
(213,197,202)
#E3D6DB
(227,214,219)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653D42; }

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

This text font color is #653D42.


Background Color

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

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

This div background color is #653D42.


Border color

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

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

This div border color is #653D42.


Opacity

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

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

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

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

This text has shadow with #653D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653D42 on black background.


Color preview on white background

This text has color #653D42 on white background.



Black color preview on #653D42 background

This text has black color on #653D42 background.


White color preview on #653D42 background

This text has white color on #653D42 background.