COLOR #513944

HEX: #513944
RGB: (81,57,68)

Color info

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

RGB color model

#513944 color RGB value is (81,57,68).

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

RGB channels and saturation

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

81
57
68

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

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 68 = 206 (100%)
R 81 of 206 ~ 39.32%
G 57 of 206 ~ 27.67%
B 68 of 206 ~ 33.01%

%39.32
%27.67
%33.01

CMYK color model

#513944 color CMYK value is (0,30,16,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 16.05%
  • key color value is 68.24%
CMYK:
(0,30,16,68)
C0M30Y16K68 
(0%,30%,16%,68%)
(0.00/0.30/0.16/0.68)	

CMYK percentages

%0
%29.63
%16.05
%68.24

Codes

Color #513944 in popluar color models

513944
RGB815768
HSL333°17.39%27.06%
HSB/HSV333°29.63%31.76%
CMYK0.00%29.63%16.05%
68.24%

Color #513944 in popluar number systems.

HEX513944
Decimal815768
Binary10100011110011000100
Octal12171104

Shades and tints

Shades of #513944

#513944
(81,57,68)
#4A343E
(74,52,62)
#432F38
(67,47,56)
#3C2A32
(60,42,50)
#35252C
(53,37,44)
#2E2026
(46,32,38)
#271B20
(39,27,32)
#20161A
(32,22,26)
#191114
(25,17,20)
#120C0E
(18,12,14)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #513944

#513944
(81,57,68)
#604B55
(96,75,85)
#6F5D66
(111,93,102)
#7E6F77
(126,111,119)
#8D8188
(141,129,136)
#9C9399
(156,147,153)
#ABA5AA
(171,165,170)
#BAB7BB
(186,183,187)
#C9C9CC
(201,201,204)
#D8DBDD
(216,219,221)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513944; }

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

This text font color is #513944.


Background Color

.myBgColor { background-color: #513944; }

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

This div background color is #513944.


Border color

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

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

This div border color is #513944.


Opacity

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

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

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

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

This text has shadow with #513944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513944 on black background.


Color preview on white background

This text has color #513944 on white background.



Black color preview on #513944 background

This text has black color on #513944 background.


White color preview on #513944 background

This text has white color on #513944 background.