COLOR #653B46

HEX: #653B46
RGB: (101,59,70)

Color info

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

RGB color model

#653B46 color RGB value is (101,59,70).

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

RGB channels and saturation

R 101 of 255 = 40%
G 59 of 255 = 23%
B 70 of 255 = 27%

101
59
70

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

Portions of RGB colors in percentages

R + G + B =
101 + 59 + 70 = 230 (100%)
R 101 of 230 ~ 43.91%
G 59 of 230 ~ 25.65%
B 70 of 230 ~ 30.43%

%43.91
%25.65
%30.43

CMYK color model

#653B46 color CMYK value is (0,42,31,60).

  • cyan value is 0.00%
  • magenta value is 41.58%
  • yellow value is 30.69%
  • key color value is 60.39%
CMYK:
(0,42,31,60)
C0M42Y31K60 
(0%,42%,31%,60%)
(0.00/0.42/0.31/0.60)	

CMYK percentages

%0
%41.58
%30.69
%60.39

Codes

Color #653B46 in popluar color models

653B46
RGB1015970
HSL344°26.25%31.37%
HSB/HSV344°41.58%39.61%
CMYK0.00%41.58%30.69%
60.39%

Color #653B46 in popluar number systems.

HEX653B46
Decimal1015970
Binary11001011110111000110
Octal14573106

Shades and tints

Shades of #653B46

#653B46
(101,59,70)
#5C3640
(92,54,64)
#53313A
(83,49,58)
#4A2C34
(74,44,52)
#41272E
(65,39,46)
#382228
(56,34,40)
#2F1D22
(47,29,34)
#26181C
(38,24,28)
#1D1316
(29,19,22)
#140E10
(20,14,16)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #653B46

#653B46
(101,59,70)
#734C56
(115,76,86)
#815D66
(129,93,102)
#8F6E76
(143,110,118)
#9D7F86
(157,127,134)
#AB9096
(171,144,150)
#B9A1A6
(185,161,166)
#C7B2B6
(199,178,182)
#D5C3C6
(213,195,198)
#E3D4D6
(227,212,214)
#F1E5E6
(241,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653B46; }

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

This text font color is #653B46.


Background Color

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

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

This div background color is #653B46.


Border color

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

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

This div border color is #653B46.


Opacity

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

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

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

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

This text has shadow with #653B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653B46 on black background.


Color preview on white background

This text has color #653B46 on white background.



Black color preview on #653B46 background

This text has black color on #653B46 background.


White color preview on #653B46 background

This text has white color on #653B46 background.