COLOR #513946

HEX: #513946
RGB: (81,57,70)

Color info

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

RGB color model

#513946 color RGB value is (81,57,70).

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

RGB channels and saturation

R 81 of 255 = 32%
G 57 of 255 = 22%
B 70 of 255 = 27%

81
57
70

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

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 70 = 208 (100%)
R 81 of 208 ~ 38.94%
G 57 of 208 ~ 27.4%
B 70 of 208 ~ 33.65%

%38.94
%27.4
%33.65

CMYK color model

#513946 color CMYK value is (0,30,14,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK:
(0,30,14,68)
C0M30Y14K68 
(0%,30%,14%,68%)
(0.00/0.30/0.14/0.68)	

CMYK percentages

%0
%29.63
%13.58
%68.24

Codes

Color #513946 in popluar color models

513946
RGB815770
HSL328°17.39%27.06%
HSB/HSV328°29.63%31.76%
CMYK0.00%29.63%13.58%
68.24%

Color #513946 in popluar number systems.

HEX513946
Decimal815770
Binary10100011110011000110
Octal12171106

Shades and tints

Shades of #513946

#513946
(81,57,70)
#4A3440
(74,52,64)
#432F3A
(67,47,58)
#3C2A34
(60,42,52)
#35252E
(53,37,46)
#2E2028
(46,32,40)
#271B22
(39,27,34)
#20161C
(32,22,28)
#191116
(25,17,22)
#120C10
(18,12,16)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #513946

#513946
(81,57,70)
#604B56
(96,75,86)
#6F5D66
(111,93,102)
#7E6F76
(126,111,118)
#8D8186
(141,129,134)
#9C9396
(156,147,150)
#ABA5A6
(171,165,166)
#BAB7B6
(186,183,182)
#C9C9C6
(201,201,198)
#D8DBD6
(216,219,214)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513946; }

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

This text font color is #513946.


Background Color

.myBgColor { background-color: #513946; }

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

This div background color is #513946.


Border color

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

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

This div border color is #513946.


Opacity

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

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

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

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

This text has shadow with #513946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513946 on black background.


Color preview on white background

This text has color #513946 on white background.



Black color preview on #513946 background

This text has black color on #513946 background.


White color preview on #513946 background

This text has white color on #513946 background.