COLOR #53513A

HEX: #53513A
RGB: (83,81,58)

Color info

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

RGB color model

#53513A color RGB value is (83,81,58).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 58 of 255 = 23%

83
81
58

R + G + B ~ 29%. #53513A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 58 = 222 (100%)
R 83 of 222 ~ 37.39%
G 81 of 222 ~ 36.49%
B 58 of 222 ~ 26.13%

%37.39
%36.49
%26.13

CMYK color model

#53513A color CMYK value is (0,2,30,67).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(0,2,30,67)
C0M2Y30K67 
(0%,2%,30%,67%)
(0.00/0.02/0.30/0.67)	

CMYK percentages

%0
%2.41
%30.12
%67.45

Codes

Color #53513A in popluar color models

53513A
RGB838158
HSL55°17.73%27.65%
HSB/HSV55°30.12%32.55%
CMYK0.00%2.41%30.12%
67.45%

Color #53513A in popluar number systems.

HEX53513A
Decimal838158
Binary10100111010001111010
Octal12312172

Shades and tints

Shades of #53513A

#53513A
(83,81,58)
#4C4A35
(76,74,53)
#454330
(69,67,48)
#3E3C2B
(62,60,43)
#373526
(55,53,38)
#302E21
(48,46,33)
#29271C
(41,39,28)
#222017
(34,32,23)
#1B1912
(27,25,18)
#14120D
(20,18,13)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #53513A

#53513A
(83,81,58)
#62604B
(98,96,75)
#716F5C
(113,111,92)
#807E6D
(128,126,109)
#8F8D7E
(143,141,126)
#9E9C8F
(158,156,143)
#ADABA0
(173,171,160)
#BCBAB1
(188,186,177)
#CBC9C2
(203,201,194)
#DAD8D3
(218,216,211)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53513A; }

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

This text font color is #53513A.


Background Color

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

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

This div background color is #53513A.


Border color

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

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

This div border color is #53513A.


Opacity

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

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

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

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

This text has shadow with #53513A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53513A on black background.


Color preview on white background

This text has color #53513A on white background.



Black color preview on #53513A background

This text has black color on #53513A background.


White color preview on #53513A background

This text has white color on #53513A background.