COLOR #53513E

HEX: #53513E
RGB: (83,81,62)

Color info

#53513E contains red, green and blue colors in about the same proportion. Web safe color of #53513E is #666633 (or #663).

RGB color model

#53513E color RGB value is (83,81,62).

  • red value is 83;
  • green value is 81;
  • blue value is 62.
RGB:
(83,81,62)
(33%,32%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 62 of 255 = 24%

83
81
62

R + G + B ~ 30%. #53513E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 62 = 226 (100%)
R 83 of 226 ~ 36.73%
G 81 of 226 ~ 35.84%
B 62 of 226 ~ 27.43%

%36.73
%35.84
%27.43

CMYK color model

#53513E color CMYK value is (0,2,25,67).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(0,2,25,67)
C0M2Y25K67 
(0%,2%,25%,67%)
(0.00/0.02/0.25/0.67)	

CMYK percentages

%0
%2.41
%25.3
%67.45

Codes

Color #53513E in popluar color models

53513E
RGB838162
HSL54°14.48%28.43%
HSB/HSV54°25.30%32.55%
CMYK0.00%2.41%25.30%
67.45%

Color #53513E in popluar number systems.

HEX53513E
Decimal838162
Binary10100111010001111110
Octal12312176

Shades and tints

Shades of #53513E

#53513E
(83,81,62)
#4C4A39
(76,74,57)
#454334
(69,67,52)
#3E3C2F
(62,60,47)
#37352A
(55,53,42)
#302E25
(48,46,37)
#292720
(41,39,32)
#22201B
(34,32,27)
#1B1916
(27,25,22)
#141211
(20,18,17)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #53513E

#53513E
(83,81,62)
#62604F
(98,96,79)
#716F60
(113,111,96)
#807E71
(128,126,113)
#8F8D82
(143,141,130)
#9E9C93
(158,156,147)
#ADABA4
(173,171,164)
#BCBAB5
(188,186,181)
#CBC9C6
(203,201,198)
#DAD8D7
(218,216,215)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53513E color. Also use rgb(83,81,62) instead hex code.

Text Font Color

.myTextColor { color: #53513E; }

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

This text font color is #53513E.


Background Color

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

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

This div background color is #53513E.


Border color

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

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

This div border color is #53513E.


Opacity

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

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

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

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

This text has shadow with #53513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53513E on black background.


Color preview on white background

This text has color #53513E on white background.



Black color preview on #53513E background

This text has black color on #53513E background.


White color preview on #53513E background

This text has white color on #53513E background.