COLOR #513939

HEX: #513939
RGB: (81,57,57)

Color info

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

RGB color model

#513939 color RGB value is (81,57,57).

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

RGB channels and saturation

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

81
57
57

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

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 57 = 195 (100%)
R 81 of 195 ~ 41.54%
G 57 of 195 ~ 29.23%
B 57 of 195 ~ 29.23%

%41.54
%29.23
%29.23

CMYK color model

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

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

CMYK percentages

%0
%29.63
%29.63
%68.24

Codes

Color #513939 in popluar color models

513939
RGB815757
HSL17.39%27.06%
HSB/HSV29.63%31.76%
CMYK0.00%29.63%29.63%
68.24%

Color #513939 in popluar number systems.

HEX513939
Decimal815757
Binary1010001111001111001
Octal1217171

Shades and tints

Shades of #513939

#513939
(81,57,57)
#4A3434
(74,52,52)
#432F2F
(67,47,47)
#3C2A2A
(60,42,42)
#352525
(53,37,37)
#2E2020
(46,32,32)
#271B1B
(39,27,27)
#201616
(32,22,22)
#191111
(25,17,17)
#120C0C
(18,12,12)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #513939

#513939
(81,57,57)
#604B4B
(96,75,75)
#6F5D5D
(111,93,93)
#7E6F6F
(126,111,111)
#8D8181
(141,129,129)
#9C9393
(156,147,147)
#ABA5A5
(171,165,165)
#BAB7B7
(186,183,183)
#C9C9C9
(201,201,201)
#D8DBDB
(216,219,219)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513939; }

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

This text font color is #513939.


Background Color

.myBgColor { background-color: #513939; }

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

This div background color is #513939.


Border color

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

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

This div border color is #513939.


Opacity

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

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

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

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

This text has shadow with #513939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513939 on black background.


Color preview on white background

This text has color #513939 on white background.



Black color preview on #513939 background

This text has black color on #513939 background.


White color preview on #513939 background

This text has white color on #513939 background.