COLOR #53390D

HEX: #53390D
RGB: (83,57,13)

Color info

#53390D contains mainly red and green colors. Web safe color of #53390D is #663300 (or #630).

RGB color model

#53390D color RGB value is (83,57,13).

  • red value is 83;
  • green value is 57;
  • blue value is 13.
RGB:
(83,57,13)
(33%,22%,5%)

RGB channels and saturation

R 83 of 255 = 33%
G 57 of 255 = 22%
B 13 of 255 = 5%

83
57
13

R + G + B ~ 20%. #53390D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 57 + 13 = 153 (100%)
R 83 of 153 ~ 54.25%
G 57 of 153 ~ 37.25%
B 13 of 153 ~ 8.5%

%54.25
%37.25

CMYK color model

#53390D color CMYK value is (0,31,84,67).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 84.34%
  • key color value is 67.45%
CMYK:
(0,31,84,67)
C0M31Y84K67 
(0%,31%,84%,67%)
(0.00/0.31/0.84/0.67)	

CMYK percentages

%0
%31.33
%84.34
%67.45

Codes

Color #53390D in popluar color models

53390D
RGB835713
HSL38°72.92%18.82%
HSB/HSV38°84.34%32.55%
CMYK0.00%31.33%84.34%
67.45%

Color #53390D in popluar number systems.

HEX53390D
Decimal835713
Binary10100111110011101
Octal1237115

Shades and tints

Shades of #53390D

#53390D
(83,57,13)
#4C340C
(76,52,12)
#452F0B
(69,47,11)
#3E2A0A
(62,42,10)
#372509
(55,37,9)
#302008
(48,32,8)
#291B07
(41,27,7)
#221606
(34,22,6)
#1B1105
(27,17,5)
#140C04
(20,12,4)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #53390D

#53390D
(83,57,13)
#624B23
(98,75,35)
#715D39
(113,93,57)
#806F4F
(128,111,79)
#8F8165
(143,129,101)
#9E937B
(158,147,123)
#ADA591
(173,165,145)
#BCB7A7
(188,183,167)
#CBC9BD
(203,201,189)
#DADBD3
(218,219,211)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53390D color. Also use rgb(83,57,13) instead hex code.

Text Font Color

.myTextColor { color: #53390D; }

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

This text font color is #53390D.


Background Color

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

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

This div background color is #53390D.


Border color

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

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

This div border color is #53390D.


Opacity

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

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

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

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

This text has shadow with #53390D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53390D on black background.


Color preview on white background

This text has color #53390D on white background.



Black color preview on #53390D background

This text has black color on #53390D background.


White color preview on #53390D background

This text has white color on #53390D background.