COLOR #53413A

HEX: #53413A
RGB: (83,65,58)

Color info

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

RGB color model

#53413A color RGB value is (83,65,58).

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

RGB channels and saturation

R 83 of 255 = 33%
G 65 of 255 = 25%
B 58 of 255 = 23%

83
65
58

R + G + B ~ 27%. #53413A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 65 + 58 = 206 (100%)
R 83 of 206 ~ 40.29%
G 65 of 206 ~ 31.55%
B 58 of 206 ~ 28.16%

%40.29
%31.55
%28.16

CMYK color model

#53413A color CMYK value is (0,22,30,67).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(0,22,30,67)
C0M22Y30K67 
(0%,22%,30%,67%)
(0.00/0.22/0.30/0.67)	

CMYK percentages

%0
%21.69
%30.12
%67.45

Codes

Color #53413A in popluar color models

53413A
RGB836558
HSL17°17.73%27.65%
HSB/HSV17°30.12%32.55%
CMYK0.00%21.69%30.12%
67.45%

Color #53413A in popluar number systems.

HEX53413A
Decimal836558
Binary10100111000001111010
Octal12310172

Shades and tints

Shades of #53413A

#53413A
(83,65,58)
#4C3C35
(76,60,53)
#453730
(69,55,48)
#3E322B
(62,50,43)
#372D26
(55,45,38)
#302821
(48,40,33)
#29231C
(41,35,28)
#221E17
(34,30,23)
#1B1912
(27,25,18)
#14140D
(20,20,13)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #53413A

#53413A
(83,65,58)
#62524B
(98,82,75)
#71635C
(113,99,92)
#80746D
(128,116,109)
#8F857E
(143,133,126)
#9E968F
(158,150,143)
#ADA7A0
(173,167,160)
#BCB8B1
(188,184,177)
#CBC9C2
(203,201,194)
#DADAD3
(218,218,211)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53413A; }

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

This text font color is #53413A.


Background Color

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

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

This div background color is #53413A.


Border color

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

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

This div border color is #53413A.


Opacity

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

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

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

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

This text has shadow with #53413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53413A on black background.


Color preview on white background

This text has color #53413A on white background.



Black color preview on #53413A background

This text has black color on #53413A background.


White color preview on #53413A background

This text has white color on #53413A background.