COLOR #53222D

HEX: #53222D
RGB: (83,34,45)

Color info

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

RGB color model

#53222D color RGB value is (83,34,45).

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

RGB channels and saturation

R 83 of 255 = 33%
G 34 of 255 = 13%
B 45 of 255 = 18%

83
34
45

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

Portions of RGB colors in percentages

R + G + B =
83 + 34 + 45 = 162 (100%)
R 83 of 162 ~ 51.23%
G 34 of 162 ~ 20.99%
B 45 of 162 ~ 27.78%

%51.23
%20.99
%27.78

CMYK color model

#53222D color CMYK value is (0,59,46,67).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(0,59,46,67)
C0M59Y46K67 
(0%,59%,46%,67%)
(0.00/0.59/0.46/0.67)	

CMYK percentages

%0
%59.04
%45.78
%67.45

Codes

Color #53222D in popluar color models

53222D
RGB833445
HSL347°41.88%22.94%
HSB/HSV347°59.04%32.55%
CMYK0.00%59.04%45.78%
67.45%

Color #53222D in popluar number systems.

HEX53222D
Decimal833445
Binary1010011100010101101
Octal1234255

Shades and tints

Shades of #53222D

#53222D
(83,34,45)
#4C1F29
(76,31,41)
#451C25
(69,28,37)
#3E1921
(62,25,33)
#37161D
(55,22,29)
#301319
(48,19,25)
#291015
(41,16,21)
#220D11
(34,13,17)
#1B0A0D
(27,10,13)
#140709
(20,7,9)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #53222D

#53222D
(83,34,45)
#623640
(98,54,64)
#714A53
(113,74,83)
#805E66
(128,94,102)
#8F7279
(143,114,121)
#9E868C
(158,134,140)
#AD9A9F
(173,154,159)
#BCAEB2
(188,174,178)
#CBC2C5
(203,194,197)
#DAD6D8
(218,214,216)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53222D; }

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

This text font color is #53222D.


Background Color

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

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

This div background color is #53222D.


Border color

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

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

This div border color is #53222D.


Opacity

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

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

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

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

This text has shadow with #53222D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53222D on black background.


Color preview on white background

This text has color #53222D on white background.



Black color preview on #53222D background

This text has black color on #53222D background.


White color preview on #53222D background

This text has white color on #53222D background.