COLOR #653B42

HEX: #653B42
RGB: (101,59,66)

Color info

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

RGB color model

#653B42 color RGB value is (101,59,66).

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

RGB channels and saturation

R 101 of 255 = 40%
G 59 of 255 = 23%
B 66 of 255 = 26%

101
59
66

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

Portions of RGB colors in percentages

R + G + B =
101 + 59 + 66 = 226 (100%)
R 101 of 226 ~ 44.69%
G 59 of 226 ~ 26.11%
B 66 of 226 ~ 29.2%

%44.69
%26.11
%29.2

CMYK color model

#653B42 color CMYK value is (0,42,35,60).

  • cyan value is 0.00%
  • magenta value is 41.58%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(0,42,35,60)
C0M42Y35K60 
(0%,42%,35%,60%)
(0.00/0.42/0.35/0.60)	

CMYK percentages

%0
%41.58
%34.65
%60.39

Codes

Color #653B42 in popluar color models

653B42
RGB1015966
HSL350°26.25%31.37%
HSB/HSV350°41.58%39.61%
CMYK0.00%41.58%34.65%
60.39%

Color #653B42 in popluar number systems.

HEX653B42
Decimal1015966
Binary11001011110111000010
Octal14573102

Shades and tints

Shades of #653B42

#653B42
(101,59,66)
#5C363C
(92,54,60)
#533136
(83,49,54)
#4A2C30
(74,44,48)
#41272A
(65,39,42)
#382224
(56,34,36)
#2F1D1E
(47,29,30)
#261818
(38,24,24)
#1D1312
(29,19,18)
#140E0C
(20,14,12)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #653B42

#653B42
(101,59,66)
#734C53
(115,76,83)
#815D64
(129,93,100)
#8F6E75
(143,110,117)
#9D7F86
(157,127,134)
#AB9097
(171,144,151)
#B9A1A8
(185,161,168)
#C7B2B9
(199,178,185)
#D5C3CA
(213,195,202)
#E3D4DB
(227,212,219)
#F1E5EC
(241,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653B42; }

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

This text font color is #653B42.


Background Color

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

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

This div background color is #653B42.


Border color

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

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

This div border color is #653B42.


Opacity

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

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

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

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

This text has shadow with #653B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653B42 on black background.


Color preview on white background

This text has color #653B42 on white background.



Black color preview on #653B42 background

This text has black color on #653B42 background.


White color preview on #653B42 background

This text has white color on #653B42 background.