COLOR #514149

HEX: #514149
RGB: (81,65,73)

Color info

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

RGB color model

#514149 color RGB value is (81,65,73).

  • red value is 81;
  • green value is 65;
  • blue value is 73.
RGB:
(81,65,73)
(32%,25%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 65 of 255 = 25%
B 73 of 255 = 29%

81
65
73

R + G + B ~ 29%. #514149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 65 + 73 = 219 (100%)
R 81 of 219 ~ 36.99%
G 65 of 219 ~ 29.68%
B 73 of 219 ~ 33.33%

%36.99
%29.68
%33.33

CMYK color model

#514149 color CMYK value is (0,20,10,68).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK:
(0,20,10,68)
C0M20Y10K68 
(0%,20%,10%,68%)
(0.00/0.20/0.10/0.68)	

CMYK percentages

%0
%19.75
%9.88
%68.24

Codes

Color #514149 in popluar color models

514149
RGB816573
HSL330°10.96%28.63%
HSB/HSV330°19.75%31.76%
CMYK0.00%19.75%9.88%
68.24%

Color #514149 in popluar number systems.

HEX514149
Decimal816573
Binary101000110000011001001
Octal121101111

Shades and tints

Shades of #514149

#514149
(81,65,73)
#4A3C43
(74,60,67)
#43373D
(67,55,61)
#3C3237
(60,50,55)
#352D31
(53,45,49)
#2E282B
(46,40,43)
#272325
(39,35,37)
#201E1F
(32,30,31)
#191919
(25,25,25)
#121413
(18,20,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #514149

#514149
(81,65,73)
#605259
(96,82,89)
#6F6369
(111,99,105)
#7E7479
(126,116,121)
#8D8589
(141,133,137)
#9C9699
(156,150,153)
#ABA7A9
(171,167,169)
#BAB8B9
(186,184,185)
#C9C9C9
(201,201,201)
#D8DAD9
(216,218,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514149; }

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

This text font color is #514149.


Background Color

.myBgColor { background-color: #514149; }

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

This div background color is #514149.


Border color

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

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

This div border color is #514149.


Opacity

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

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

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

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

This text has shadow with #514149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514149 on black background.


Color preview on white background

This text has color #514149 on white background.



Black color preview on #514149 background

This text has black color on #514149 background.


White color preview on #514149 background

This text has white color on #514149 background.