COLOR #513727

HEX: #513727
RGB: (81,55,39)

Color info

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

RGB color model

#513727 color RGB value is (81,55,39).

  • red value is 81;
  • green value is 55;
  • blue value is 39.
RGB:
(81,55,39)
(32%,22%,15%)

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 39 of 255 = 15%

81
55
39

R + G + B ~ 23%. #513727 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 39 = 175 (100%)
R 81 of 175 ~ 46.29%
G 55 of 175 ~ 31.43%
B 39 of 175 ~ 22.29%

%46.29
%31.43
%22.29

CMYK color model

#513727 color CMYK value is (0,32,52,68).

  • cyan value is 0.00%
  • magenta value is 32.10%
  • yellow value is 51.85%
  • key color value is 68.24%
CMYK:
(0,32,52,68)
C0M32Y52K68 
(0%,32%,52%,68%)
(0.00/0.32/0.52/0.68)	

CMYK percentages

%0
%32.1
%51.85
%68.24

Codes

Color #513727 in popluar color models

513727
RGB815539
HSL23°35.00%23.53%
HSB/HSV23°51.85%31.76%
CMYK0.00%32.10%51.85%
68.24%

Color #513727 in popluar number systems.

HEX513727
Decimal815539
Binary1010001110111100111
Octal1216747

Shades and tints

Shades of #513727

#513727
(81,55,39)
#4A3224
(74,50,36)
#432D21
(67,45,33)
#3C281E
(60,40,30)
#35231B
(53,35,27)
#2E1E18
(46,30,24)
#271915
(39,25,21)
#201412
(32,20,18)
#190F0F
(25,15,15)
#120A0C
(18,10,12)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #513727

#513727
(81,55,39)
#60493A
(96,73,58)
#6F5B4D
(111,91,77)
#7E6D60
(126,109,96)
#8D7F73
(141,127,115)
#9C9186
(156,145,134)
#ABA399
(171,163,153)
#BAB5AC
(186,181,172)
#C9C7BF
(201,199,191)
#D8D9D2
(216,217,210)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513727 color. Also use rgb(81,55,39) instead hex code.

Text Font Color

.myTextColor { color: #513727; }

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

This text font color is #513727.


Background Color

.myBgColor { background-color: #513727; }

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

This div background color is #513727.


Border color

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

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

This div border color is #513727.


Opacity

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

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

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

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

This text has shadow with #513727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513727 on black background.


Color preview on white background

This text has color #513727 on white background.



Black color preview on #513727 background

This text has black color on #513727 background.


White color preview on #513727 background

This text has white color on #513727 background.