COLOR #53412A

HEX: #53412A
RGB: (83,65,42)

Color info

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

RGB color model

#53412A color RGB value is (83,65,42).

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

RGB channels and saturation

R 83 of 255 = 33%
G 65 of 255 = 25%
B 42 of 255 = 16%

83
65
42

R + G + B ~ 25%. #53412A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 65 + 42 = 190 (100%)
R 83 of 190 ~ 43.68%
G 65 of 190 ~ 34.21%
B 42 of 190 ~ 22.11%

%43.68
%34.21
%22.11

CMYK color model

#53412A color CMYK value is (0,22,49,67).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 49.40%
  • key color value is 67.45%
CMYK:
(0,22,49,67)
C0M22Y49K67 
(0%,22%,49%,67%)
(0.00/0.22/0.49/0.67)	

CMYK percentages

%0
%21.69
%49.4
%67.45

Codes

Color #53412A in popluar color models

53412A
RGB836542
HSL34°32.80%24.51%
HSB/HSV34°49.40%32.55%
CMYK0.00%21.69%49.40%
67.45%

Color #53412A in popluar number systems.

HEX53412A
Decimal836542
Binary10100111000001101010
Octal12310152

Shades and tints

Shades of #53412A

#53412A
(83,65,42)
#4C3C27
(76,60,39)
#453724
(69,55,36)
#3E3221
(62,50,33)
#372D1E
(55,45,30)
#30281B
(48,40,27)
#292318
(41,35,24)
#221E15
(34,30,21)
#1B1912
(27,25,18)
#14140F
(20,20,15)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #53412A

#53412A
(83,65,42)
#62523D
(98,82,61)
#716350
(113,99,80)
#807463
(128,116,99)
#8F8576
(143,133,118)
#9E9689
(158,150,137)
#ADA79C
(173,167,156)
#BCB8AF
(188,184,175)
#CBC9C2
(203,201,194)
#DADAD5
(218,218,213)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53412A; }

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

This text font color is #53412A.


Background Color

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

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

This div background color is #53412A.


Border color

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

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

This div border color is #53412A.


Opacity

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

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

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

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

This text has shadow with #53412A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53412A on black background.


Color preview on white background

This text has color #53412A on white background.



Black color preview on #53412A background

This text has black color on #53412A background.


White color preview on #53412A background

This text has white color on #53412A background.