COLOR #53391B

HEX: #53391B
RGB: (83,57,27)

Color info

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

RGB color model

#53391B color RGB value is (83,57,27).

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

RGB channels and saturation

R 83 of 255 = 33%
G 57 of 255 = 22%
B 27 of 255 = 11%

83
57
27

R + G + B ~ 22%. #53391B is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 57 + 27 = 167 (100%)
R 83 of 167 ~ 49.7%
G 57 of 167 ~ 34.13%
B 27 of 167 ~ 16.17%

%49.7
%34.13
%16.17

CMYK color model

#53391B color CMYK value is (0,31,67,67).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 67.47%
  • key color value is 67.45%
CMYK:
(0,31,67,67)
C0M31Y67K67 
(0%,31%,67%,67%)
(0.00/0.31/0.67/0.67)	

CMYK percentages

%0
%31.33
%67.47
%67.45

Codes

Color #53391B in popluar color models

53391B
RGB835727
HSL32°50.91%21.57%
HSB/HSV32°67.47%32.55%
CMYK0.00%31.33%67.47%
67.45%

Color #53391B in popluar number systems.

HEX53391B
Decimal835727
Binary101001111100111011
Octal1237133

Shades and tints

Shades of #53391B

#53391B
(83,57,27)
#4C3419
(76,52,25)
#452F17
(69,47,23)
#3E2A15
(62,42,21)
#372513
(55,37,19)
#302011
(48,32,17)
#291B0F
(41,27,15)
#22160D
(34,22,13)
#1B110B
(27,17,11)
#140C09
(20,12,9)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #53391B

#53391B
(83,57,27)
#624B2F
(98,75,47)
#715D43
(113,93,67)
#806F57
(128,111,87)
#8F816B
(143,129,107)
#9E937F
(158,147,127)
#ADA593
(173,165,147)
#BCB7A7
(188,183,167)
#CBC9BB
(203,201,187)
#DADBCF
(218,219,207)
#E9EDE3
(233,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53391B color. Also use rgb(83,57,27) instead hex code.

Text Font Color

.myTextColor { color: #53391B; }

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

This text font color is #53391B.


Background Color

.myBgColor { background-color: #53391B; }

<div style="background-color:#53391B">Inner text</div>

This div background color is #53391B.


Border color

.myBorderColor { border: 1px solid #53391B; }

<div style="border:3px solid #53391B">Div</div>

This div border color is #53391B.


Opacity

.myOpacity80 { color: #53391B; opacity: 0.8; }

<p style="color:#53391B;opacity:0.8;">80%</p>

Text with #53391B 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 #53391B;}

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

This text has shadow with #53391B color.

.textShadow {text-shadow: 3px 3px 1px #53391B, 3px 3px 1px red;}

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

This text has shadow with #53391B primary color and red secondary color.


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

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

This text has shadow with #53391B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53391B on black background.


Color preview on white background

This text has color #53391B on white background.



Black color preview on #53391B background

This text has black color on #53391B background.


White color preview on #53391B background

This text has white color on #53391B background.