COLOR #53411E

HEX: #53411E
RGB: (83,65,30)

Color info

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

RGB color model

#53411E color RGB value is (83,65,30).

  • red value is 83;
  • green value is 65;
  • blue value is 30.
RGB:
(83,65,30)
(33%,25%,12%)

RGB channels and saturation

R 83 of 255 = 33%
G 65 of 255 = 25%
B 30 of 255 = 12%

83
65
30

R + G + B ~ 23%. #53411E is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 65 + 30 = 178 (100%)
R 83 of 178 ~ 46.63%
G 65 of 178 ~ 36.52%
B 30 of 178 ~ 16.85%

%46.63
%36.52
%16.85

CMYK color model

#53411E color CMYK value is (0,22,64,67).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(0,22,64,67)
C0M22Y64K67 
(0%,22%,64%,67%)
(0.00/0.22/0.64/0.67)	

CMYK percentages

%0
%21.69
%63.86
%67.45

Codes

Color #53411E in popluar color models

53411E
RGB836530
HSL40°46.90%22.16%
HSB/HSV40°63.86%32.55%
CMYK0.00%21.69%63.86%
67.45%

Color #53411E in popluar number systems.

HEX53411E
Decimal836530
Binary1010011100000111110
Octal12310136

Shades and tints

Shades of #53411E

#53411E
(83,65,30)
#4C3C1C
(76,60,28)
#45371A
(69,55,26)
#3E3218
(62,50,24)
#372D16
(55,45,22)
#302814
(48,40,20)
#292312
(41,35,18)
#221E10
(34,30,16)
#1B190E
(27,25,14)
#14140C
(20,20,12)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #53411E

#53411E
(83,65,30)
#625232
(98,82,50)
#716346
(113,99,70)
#80745A
(128,116,90)
#8F856E
(143,133,110)
#9E9682
(158,150,130)
#ADA796
(173,167,150)
#BCB8AA
(188,184,170)
#CBC9BE
(203,201,190)
#DADAD2
(218,218,210)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53411E color. Also use rgb(83,65,30) instead hex code.

Text Font Color

.myTextColor { color: #53411E; }

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

This text font color is #53411E.


Background Color

.myBgColor { background-color: #53411E; }

<div style="background-color:#53411E">Inner text</div>

This div background color is #53411E.


Border color

.myBorderColor { border: 1px solid #53411E; }

<div style="border:3px solid #53411E">Div</div>

This div border color is #53411E.


Opacity

.myOpacity80 { color: #53411E; opacity: 0.8; }

<p style="color:#53411E;opacity:0.8;">80%</p>

Text with #53411E 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 #53411E;}

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

This text has shadow with #53411E color.

.textShadow {text-shadow: 3px 3px 1px #53411E, 3px 3px 1px red;}

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

This text has shadow with #53411E primary color and red secondary color.


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

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

This text has shadow with #53411E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53411E on black background.


Color preview on white background

This text has color #53411E on white background.



Black color preview on #53411E background

This text has black color on #53411E background.


White color preview on #53411E background

This text has white color on #53411E background.