COLOR #53222C

HEX: #53222C
RGB: (83,34,44)

Color info

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

RGB color model

#53222C color RGB value is (83,34,44).

  • red value is 83;
  • green value is 34;
  • blue value is 44.
RGB:
(83,34,44)
(33%,13%,17%)

RGB channels and saturation

R 83 of 255 = 33%
G 34 of 255 = 13%
B 44 of 255 = 17%

83
34
44

R + G + B ~ 21%. #53222C is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 34 + 44 = 161 (100%)
R 83 of 161 ~ 51.55%
G 34 of 161 ~ 21.12%
B 44 of 161 ~ 27.33%

%51.55
%21.12
%27.33

CMYK color model

#53222C color CMYK value is (0,59,47,67).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 46.99%
  • key color value is 67.45%
CMYK:
(0,59,47,67)
C0M59Y47K67 
(0%,59%,47%,67%)
(0.00/0.59/0.47/0.67)	

CMYK percentages

%0
%59.04
%46.99
%67.45

Codes

Color #53222C in popluar color models

53222C
RGB833444
HSL348°41.88%22.94%
HSB/HSV348°59.04%32.55%
CMYK0.00%59.04%46.99%
67.45%

Color #53222C in popluar number systems.

HEX53222C
Decimal833444
Binary1010011100010101100
Octal1234254

Shades and tints

Shades of #53222C

#53222C
(83,34,44)
#4C1F28
(76,31,40)
#451C24
(69,28,36)
#3E1920
(62,25,32)
#37161C
(55,22,28)
#301318
(48,19,24)
#291014
(41,16,20)
#220D10
(34,13,16)
#1B0A0C
(27,10,12)
#140708
(20,7,8)
#0D0404
(13,4,4)
#000000
(0,0,0)

Tints of #53222C

#53222C
(83,34,44)
#62363F
(98,54,63)
#714A52
(113,74,82)
#805E65
(128,94,101)
#8F7278
(143,114,120)
#9E868B
(158,134,139)
#AD9A9E
(173,154,158)
#BCAEB1
(188,174,177)
#CBC2C4
(203,194,196)
#DAD6D7
(218,214,215)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53222C color. Also use rgb(83,34,44) instead hex code.

Text Font Color

.myTextColor { color: #53222C; }

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

This text font color is #53222C.


Background Color

.myBgColor { background-color: #53222C; }

<div style="background-color:#53222C">Inner text</div>

This div background color is #53222C.


Border color

.myBorderColor { border: 1px solid #53222C; }

<div style="border:3px solid #53222C">Div</div>

This div border color is #53222C.


Opacity

.myOpacity80 { color: #53222C; opacity: 0.8; }

<p style="color:#53222C;opacity:0.8;">80%</p>

Text with #53222C 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 #53222C;}

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

This text has shadow with #53222C color.

.textShadow {text-shadow: 3px 3px 1px #53222C, 3px 3px 1px red;}

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

This text has shadow with #53222C primary color and red secondary color.


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

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

This text has shadow with #53222C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53222C on black background.


Color preview on white background

This text has color #53222C on white background.



Black color preview on #53222C background

This text has black color on #53222C background.


White color preview on #53222C background

This text has white color on #53222C background.