COLOR #513048

HEX: #513048
RGB: (81,48,72)

Color info

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

RGB color model

#513048 color RGB value is (81,48,72).

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

RGB channels and saturation

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

81
48
72

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

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 72 = 201 (100%)
R 81 of 201 ~ 40.3%
G 48 of 201 ~ 23.88%
B 72 of 201 ~ 35.82%

%40.3
%23.88
%35.82

CMYK color model

#513048 color CMYK value is (0,41,11,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 11.11%
  • key color value is 68.24%
CMYK:
(0,41,11,68)
C0M41Y11K68 
(0%,41%,11%,68%)
(0.00/0.41/0.11/0.68)	

CMYK percentages

%0
%40.74
%11.11
%68.24

Codes

Color #513048 in popluar color models

513048
RGB814872
HSL316°25.58%25.29%
HSB/HSV316°40.74%31.76%
CMYK0.00%40.74%11.11%
68.24%

Color #513048 in popluar number systems.

HEX513048
Decimal814872
Binary10100011100001001000
Octal12160110

Shades and tints

Shades of #513048

#513048
(81,48,72)
#4A2C42
(74,44,66)
#43283C
(67,40,60)
#3C2436
(60,36,54)
#352030
(53,32,48)
#2E1C2A
(46,28,42)
#271824
(39,24,36)
#20141E
(32,20,30)
#191018
(25,16,24)
#120C12
(18,12,18)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #513048

#513048
(81,48,72)
#604258
(96,66,88)
#6F5468
(111,84,104)
#7E6678
(126,102,120)
#8D7888
(141,120,136)
#9C8A98
(156,138,152)
#AB9CA8
(171,156,168)
#BAAEB8
(186,174,184)
#C9C0C8
(201,192,200)
#D8D2D8
(216,210,216)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513048; }

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

This text font color is #513048.


Background Color

.myBgColor { background-color: #513048; }

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

This div background color is #513048.


Border color

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

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

This div border color is #513048.


Opacity

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

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

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

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

This text has shadow with #513048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513048 on black background.


Color preview on white background

This text has color #513048 on white background.



Black color preview on #513048 background

This text has black color on #513048 background.


White color preview on #513048 background

This text has white color on #513048 background.