COLOR #513339

HEX: #513339
RGB: (81,51,57)

Color info

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

RGB color model

#513339 color RGB value is (81,51,57).

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

RGB channels and saturation

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

81
51
57

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

Portions of RGB colors in percentages

R + G + B =
81 + 51 + 57 = 189 (100%)
R 81 of 189 ~ 42.86%
G 51 of 189 ~ 26.98%
B 57 of 189 ~ 30.16%

%42.86
%26.98
%30.16

CMYK color model

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

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

CMYK percentages

%0
%37.04
%29.63
%68.24

Codes

Color #513339 in popluar color models

513339
RGB815157
HSL348°22.73%25.88%
HSB/HSV348°37.04%31.76%
CMYK0.00%37.04%29.63%
68.24%

Color #513339 in popluar number systems.

HEX513339
Decimal815157
Binary1010001110011111001
Octal1216371

Shades and tints

Shades of #513339

#513339
(81,51,57)
#4A2F34
(74,47,52)
#432B2F
(67,43,47)
#3C272A
(60,39,42)
#352325
(53,35,37)
#2E1F20
(46,31,32)
#271B1B
(39,27,27)
#201716
(32,23,22)
#191311
(25,19,17)
#120F0C
(18,15,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #513339

#513339
(81,51,57)
#60454B
(96,69,75)
#6F575D
(111,87,93)
#7E696F
(126,105,111)
#8D7B81
(141,123,129)
#9C8D93
(156,141,147)
#AB9FA5
(171,159,165)
#BAB1B7
(186,177,183)
#C9C3C9
(201,195,201)
#D8D5DB
(216,213,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513339; }

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

This text font color is #513339.


Background Color

.myBgColor { background-color: #513339; }

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

This div background color is #513339.


Border color

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

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

This div border color is #513339.


Opacity

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

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

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

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

This text has shadow with #513339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513339 on black background.


Color preview on white background

This text has color #513339 on white background.



Black color preview on #513339 background

This text has black color on #513339 background.


White color preview on #513339 background

This text has white color on #513339 background.