COLOR #513711

HEX: #513711
RGB: (81,55,17)

Color info

#513711 contains mainly red and green colors. Web safe color of #513711 is #663300 (or #630).

RGB color model

#513711 color RGB value is (81,55,17).

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

RGB channels and saturation

R 81 of 255 = 32%
G 55 of 255 = 22%
B 17 of 255 = 7%

81
55
17

R + G + B ~ 20%. #513711 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 55 + 17 = 153 (100%)
R 81 of 153 ~ 52.94%
G 55 of 153 ~ 35.95%
B 17 of 153 ~ 11.11%

%52.94
%35.95
%11.11

CMYK color model

#513711 color CMYK value is (0,32,79,68).

  • cyan value is 0.00%
  • magenta value is 32.10%
  • yellow value is 79.01%
  • key color value is 68.24%
CMYK:
(0,32,79,68)
C0M32Y79K68 
(0%,32%,79%,68%)
(0.00/0.32/0.79/0.68)	

CMYK percentages

%0
%32.1
%79.01
%68.24

Codes

Color #513711 in popluar color models

513711
RGB815517
HSL36°65.31%19.22%
HSB/HSV36°79.01%31.76%
CMYK0.00%32.10%79.01%
68.24%

Color #513711 in popluar number systems.

HEX513711
Decimal815517
Binary101000111011110001
Octal1216721

Shades and tints

Shades of #513711

#513711
(81,55,17)
#4A3210
(74,50,16)
#432D0F
(67,45,15)
#3C280E
(60,40,14)
#35230D
(53,35,13)
#2E1E0C
(46,30,12)
#27190B
(39,25,11)
#20140A
(32,20,10)
#190F09
(25,15,9)
#120A08
(18,10,8)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #513711

#513711
(81,55,17)
#604926
(96,73,38)
#6F5B3B
(111,91,59)
#7E6D50
(126,109,80)
#8D7F65
(141,127,101)
#9C917A
(156,145,122)
#ABA38F
(171,163,143)
#BAB5A4
(186,181,164)
#C9C7B9
(201,199,185)
#D8D9CE
(216,217,206)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513711; }

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

This text font color is #513711.


Background Color

.myBgColor { background-color: #513711; }

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

This div background color is #513711.


Border color

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

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

This div border color is #513711.


Opacity

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

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

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

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

This text has shadow with #513711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513711 on black background.


Color preview on white background

This text has color #513711 on white background.



Black color preview on #513711 background

This text has black color on #513711 background.


White color preview on #513711 background

This text has white color on #513711 background.