COLOR #53273D

HEX: #53273D
RGB: (83,39,61)

Color info

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

RGB color model

#53273D color RGB value is (83,39,61).

  • red value is 83;
  • green value is 39;
  • blue value is 61.
RGB:
(83,39,61)
(33%,15%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 39 of 255 = 15%
B 61 of 255 = 24%

83
39
61

R + G + B ~ 24%. #53273D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 39 + 61 = 183 (100%)
R 83 of 183 ~ 45.36%
G 39 of 183 ~ 21.31%
B 61 of 183 ~ 33.33%

%45.36
%21.31
%33.33

CMYK color model

#53273D color CMYK value is (0,53,27,67).

  • cyan value is 0.00%
  • magenta value is 53.01%
  • yellow value is 26.51%
  • key color value is 67.45%
CMYK:
(0,53,27,67)
C0M53Y27K67 
(0%,53%,27%,67%)
(0.00/0.53/0.27/0.67)	

CMYK percentages

%0
%53.01
%26.51
%67.45

Codes

Color #53273D in popluar color models

53273D
RGB833961
HSL330°36.07%23.92%
HSB/HSV330°53.01%32.55%
CMYK0.00%53.01%26.51%
67.45%

Color #53273D in popluar number systems.

HEX53273D
Decimal833961
Binary1010011100111111101
Octal1234775

Shades and tints

Shades of #53273D

#53273D
(83,39,61)
#4C2438
(76,36,56)
#452133
(69,33,51)
#3E1E2E
(62,30,46)
#371B29
(55,27,41)
#301824
(48,24,36)
#29151F
(41,21,31)
#22121A
(34,18,26)
#1B0F15
(27,15,21)
#140C10
(20,12,16)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #53273D

#53273D
(83,39,61)
#623A4E
(98,58,78)
#714D5F
(113,77,95)
#806070
(128,96,112)
#8F7381
(143,115,129)
#9E8692
(158,134,146)
#AD99A3
(173,153,163)
#BCACB4
(188,172,180)
#CBBFC5
(203,191,197)
#DAD2D6
(218,210,214)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53273D color. Also use rgb(83,39,61) instead hex code.

Text Font Color

.myTextColor { color: #53273D; }

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

This text font color is #53273D.


Background Color

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

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

This div background color is #53273D.


Border color

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

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

This div border color is #53273D.


Opacity

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

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

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

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

This text has shadow with #53273D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53273D on black background.


Color preview on white background

This text has color #53273D on white background.



Black color preview on #53273D background

This text has black color on #53273D background.


White color preview on #53273D background

This text has white color on #53273D background.