COLOR #513145

HEX: #513145
RGB: (81,49,69)

Color info

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

RGB color model

#513145 color RGB value is (81,49,69).

  • red value is 81;
  • green value is 49;
  • blue value is 69.
RGB:
(81,49,69)
(32%,19%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 49 of 255 = 19%
B 69 of 255 = 27%

81
49
69

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

Portions of RGB colors in percentages

R + G + B =
81 + 49 + 69 = 199 (100%)
R 81 of 199 ~ 40.7%
G 49 of 199 ~ 24.62%
B 69 of 199 ~ 34.67%

%40.7
%24.62
%34.67

CMYK color model

#513145 color CMYK value is (0,40,15,68).

  • cyan value is 0.00%
  • magenta value is 39.51%
  • yellow value is 14.81%
  • key color value is 68.24%
CMYK:
(0,40,15,68)
C0M40Y15K68 
(0%,40%,15%,68%)
(0.00/0.40/0.15/0.68)	

CMYK percentages

%0
%39.51
%14.81
%68.24

Codes

Color #513145 in popluar color models

513145
RGB814969
HSL323°24.62%25.49%
HSB/HSV323°39.51%31.76%
CMYK0.00%39.51%14.81%
68.24%

Color #513145 in popluar number systems.

HEX513145
Decimal814969
Binary10100011100011000101
Octal12161105

Shades and tints

Shades of #513145

#513145
(81,49,69)
#4A2D3F
(74,45,63)
#432939
(67,41,57)
#3C2533
(60,37,51)
#35212D
(53,33,45)
#2E1D27
(46,29,39)
#271921
(39,25,33)
#20151B
(32,21,27)
#191115
(25,17,21)
#120D0F
(18,13,15)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #513145

#513145
(81,49,69)
#604355
(96,67,85)
#6F5565
(111,85,101)
#7E6775
(126,103,117)
#8D7985
(141,121,133)
#9C8B95
(156,139,149)
#AB9DA5
(171,157,165)
#BAAFB5
(186,175,181)
#C9C1C5
(201,193,197)
#D8D3D5
(216,211,213)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513145; }

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

This text font color is #513145.


Background Color

.myBgColor { background-color: #513145; }

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

This div background color is #513145.


Border color

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

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

This div border color is #513145.


Opacity

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

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

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

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

This text has shadow with #513145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513145 on black background.


Color preview on white background

This text has color #513145 on white background.



Black color preview on #513145 background

This text has black color on #513145 background.


White color preview on #513145 background

This text has white color on #513145 background.