COLOR #513539

HEX: #513539
RGB: (81,53,57)

Color info

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

RGB color model

#513539 color RGB value is (81,53,57).

  • red value is 81;
  • green value is 53;
  • blue value is 57.
RGB:
(81,53,57)
(32%,21%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 53 of 255 = 21%
B 57 of 255 = 22%

81
53
57

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

Portions of RGB colors in percentages

R + G + B =
81 + 53 + 57 = 191 (100%)
R 81 of 191 ~ 42.41%
G 53 of 191 ~ 27.75%
B 57 of 191 ~ 29.84%

%42.41
%27.75
%29.84

CMYK color model

#513539 color CMYK value is (0,35,30,68).

  • cyan value is 0.00%
  • magenta value is 34.57%
  • yellow value is 29.63%
  • key color value is 68.24%
CMYK:
(0,35,30,68)
C0M35Y30K68 
(0%,35%,30%,68%)
(0.00/0.35/0.30/0.68)	

CMYK percentages

%0
%34.57
%29.63
%68.24

Codes

Color #513539 in popluar color models

513539
RGB815357
HSL351°20.90%26.27%
HSB/HSV351°34.57%31.76%
CMYK0.00%34.57%29.63%
68.24%

Color #513539 in popluar number systems.

HEX513539
Decimal815357
Binary1010001110101111001
Octal1216571

Shades and tints

Shades of #513539

#513539
(81,53,57)
#4A3134
(74,49,52)
#432D2F
(67,45,47)
#3C292A
(60,41,42)
#352525
(53,37,37)
#2E2120
(46,33,32)
#271D1B
(39,29,27)
#201916
(32,25,22)
#191511
(25,21,17)
#12110C
(18,17,12)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #513539

#513539
(81,53,57)
#60474B
(96,71,75)
#6F595D
(111,89,93)
#7E6B6F
(126,107,111)
#8D7D81
(141,125,129)
#9C8F93
(156,143,147)
#ABA1A5
(171,161,165)
#BAB3B7
(186,179,183)
#C9C5C9
(201,197,201)
#D8D7DB
(216,215,219)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513539 color. Also use rgb(81,53,57) instead hex code.

Text Font Color

.myTextColor { color: #513539; }

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

This text font color is #513539.


Background Color

.myBgColor { background-color: #513539; }

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

This div background color is #513539.


Border color

.myBorderColor { border: 1px solid #513539; }

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

This div border color is #513539.


Opacity

.myOpacity80 { color: #513539; opacity: 0.8; }

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

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

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

This text has shadow with #513539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513539 on black background.


Color preview on white background

This text has color #513539 on white background.



Black color preview on #513539 background

This text has black color on #513539 background.


White color preview on #513539 background

This text has white color on #513539 background.