COLOR #513047

HEX: #513047
RGB: (81,48,71)

Color info

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

RGB color model

#513047 color RGB value is (81,48,71).

  • red value is 81;
  • green value is 48;
  • blue value is 71.
RGB:
(81,48,71)
(32%,19%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 71 of 255 = 28%

81
48
71

R + G + B ~ 26%. #513047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 71 = 200 (100%)
R 81 of 200 ~ 40.5%
G 48 of 200 ~ 24%
B 71 of 200 ~ 35.5%

%40.5
%24
%35.5

CMYK color model

#513047 color CMYK value is (0,41,12,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 12.35%
  • key color value is 68.24%
CMYK:
(0,41,12,68)
C0M41Y12K68 
(0%,41%,12%,68%)
(0.00/0.41/0.12/0.68)	

CMYK percentages

%0
%40.74
%12.35
%68.24

Codes

Color #513047 in popluar color models

513047
RGB814871
HSL318°25.58%25.29%
HSB/HSV318°40.74%31.76%
CMYK0.00%40.74%12.35%
68.24%

Color #513047 in popluar number systems.

HEX513047
Decimal814871
Binary10100011100001000111
Octal12160107

Shades and tints

Shades of #513047

#513047
(81,48,71)
#4A2C41
(74,44,65)
#43283B
(67,40,59)
#3C2435
(60,36,53)
#35202F
(53,32,47)
#2E1C29
(46,28,41)
#271823
(39,24,35)
#20141D
(32,20,29)
#191017
(25,16,23)
#120C11
(18,12,17)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #513047

#513047
(81,48,71)
#604257
(96,66,87)
#6F5467
(111,84,103)
#7E6677
(126,102,119)
#8D7887
(141,120,135)
#9C8A97
(156,138,151)
#AB9CA7
(171,156,167)
#BAAEB7
(186,174,183)
#C9C0C7
(201,192,199)
#D8D2D7
(216,210,215)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513047; }

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

This text font color is #513047.


Background Color

.myBgColor { background-color: #513047; }

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

This div background color is #513047.


Border color

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

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

This div border color is #513047.


Opacity

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

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

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

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

This text has shadow with #513047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513047 on black background.


Color preview on white background

This text has color #513047 on white background.



Black color preview on #513047 background

This text has black color on #513047 background.


White color preview on #513047 background

This text has white color on #513047 background.