COLOR #53473A

HEX: #53473A
RGB: (83,71,58)

Color info

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

RGB color model

#53473A color RGB value is (83,71,58).

  • red value is 83;
  • green value is 71;
  • blue value is 58.
RGB:
(83,71,58)
(33%,28%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 58 of 255 = 23%

83
71
58

R + G + B ~ 28%. #53473A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 58 = 212 (100%)
R 83 of 212 ~ 39.15%
G 71 of 212 ~ 33.49%
B 58 of 212 ~ 27.36%

%39.15
%33.49
%27.36

CMYK color model

#53473A color CMYK value is (0,14,30,67).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(0,14,30,67)
C0M14Y30K67 
(0%,14%,30%,67%)
(0.00/0.14/0.30/0.67)	

CMYK percentages

%0
%14.46
%30.12
%67.45

Codes

Color #53473A in popluar color models

53473A
RGB837158
HSL31°17.73%27.65%
HSB/HSV31°30.12%32.55%
CMYK0.00%14.46%30.12%
67.45%

Color #53473A in popluar number systems.

HEX53473A
Decimal837158
Binary10100111000111111010
Octal12310772

Shades and tints

Shades of #53473A

#53473A
(83,71,58)
#4C4135
(76,65,53)
#453B30
(69,59,48)
#3E352B
(62,53,43)
#372F26
(55,47,38)
#302921
(48,41,33)
#29231C
(41,35,28)
#221D17
(34,29,23)
#1B1712
(27,23,18)
#14110D
(20,17,13)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #53473A

#53473A
(83,71,58)
#62574B
(98,87,75)
#71675C
(113,103,92)
#80776D
(128,119,109)
#8F877E
(143,135,126)
#9E978F
(158,151,143)
#ADA7A0
(173,167,160)
#BCB7B1
(188,183,177)
#CBC7C2
(203,199,194)
#DAD7D3
(218,215,211)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53473A color. Also use rgb(83,71,58) instead hex code.

Text Font Color

.myTextColor { color: #53473A; }

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

This text font color is #53473A.


Background Color

.myBgColor { background-color: #53473A; }

<div style="background-color:#53473A">Inner text</div>

This div background color is #53473A.


Border color

.myBorderColor { border: 1px solid #53473A; }

<div style="border:3px solid #53473A">Div</div>

This div border color is #53473A.


Opacity

.myOpacity80 { color: #53473A; opacity: 0.8; }

<p style="color:#53473A;opacity:0.8;">80%</p>

Text with #53473A 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 #53473A;}

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

This text has shadow with #53473A color.

.textShadow {text-shadow: 3px 3px 1px #53473A, 3px 3px 1px red;}

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

This text has shadow with #53473A primary color and red secondary color.


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

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

This text has shadow with #53473A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53473A on black background.


Color preview on white background

This text has color #53473A on white background.



Black color preview on #53473A background

This text has black color on #53473A background.


White color preview on #53473A background

This text has white color on #53473A background.