COLOR #53232E

HEX: #53232E
RGB: (83,35,46)

Color info

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

RGB color model

#53232E color RGB value is (83,35,46).

  • red value is 83;
  • green value is 35;
  • blue value is 46.
RGB:
(83,35,46)
(33%,14%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 35 of 255 = 14%
B 46 of 255 = 18%

83
35
46

R + G + B ~ 22%. #53232E is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 35 + 46 = 164 (100%)
R 83 of 164 ~ 50.61%
G 35 of 164 ~ 21.34%
B 46 of 164 ~ 28.05%

%50.61
%21.34
%28.05

CMYK color model

#53232E color CMYK value is (0,58,45,67).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 44.58%
  • key color value is 67.45%
CMYK:
(0,58,45,67)
C0M58Y45K67 
(0%,58%,45%,67%)
(0.00/0.58/0.45/0.67)	

CMYK percentages

%0
%57.83
%44.58
%67.45

Codes

Color #53232E in popluar color models

53232E
RGB833546
HSL346°40.68%23.14%
HSB/HSV346°57.83%32.55%
CMYK0.00%57.83%44.58%
67.45%

Color #53232E in popluar number systems.

HEX53232E
Decimal833546
Binary1010011100011101110
Octal1234356

Shades and tints

Shades of #53232E

#53232E
(83,35,46)
#4C202A
(76,32,42)
#451D26
(69,29,38)
#3E1A22
(62,26,34)
#37171E
(55,23,30)
#30141A
(48,20,26)
#291116
(41,17,22)
#220E12
(34,14,18)
#1B0B0E
(27,11,14)
#14080A
(20,8,10)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #53232E

#53232E
(83,35,46)
#623741
(98,55,65)
#714B54
(113,75,84)
#805F67
(128,95,103)
#8F737A
(143,115,122)
#9E878D
(158,135,141)
#AD9BA0
(173,155,160)
#BCAFB3
(188,175,179)
#CBC3C6
(203,195,198)
#DAD7D9
(218,215,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53232E color. Also use rgb(83,35,46) instead hex code.

Text Font Color

.myTextColor { color: #53232E; }

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

This text font color is #53232E.


Background Color

.myBgColor { background-color: #53232E; }

<div style="background-color:#53232E">Inner text</div>

This div background color is #53232E.


Border color

.myBorderColor { border: 1px solid #53232E; }

<div style="border:3px solid #53232E">Div</div>

This div border color is #53232E.


Opacity

.myOpacity80 { color: #53232E; opacity: 0.8; }

<p style="color:#53232E;opacity:0.8;">80%</p>

Text with #53232E 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 #53232E;}

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

This text has shadow with #53232E color.

.textShadow {text-shadow: 3px 3px 1px #53232E, 3px 3px 1px red;}

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

This text has shadow with #53232E primary color and red secondary color.


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

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

This text has shadow with #53232E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53232E on black background.


Color preview on white background

This text has color #53232E on white background.



Black color preview on #53232E background

This text has black color on #53232E background.


White color preview on #53232E background

This text has white color on #53232E background.