COLOR #514E45

HEX: #514E45
RGB: (81,78,69)

Color info

#514E45 contains red, green and blue colors in about the same proportion. Web safe color of #514E45 is #666633 (or #663).

RGB color model

#514E45 color RGB value is (81,78,69).

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

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 69 of 255 = 27%

81
78
69

R + G + B ~ 30%. #514E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 69 = 228 (100%)
R 81 of 228 ~ 35.53%
G 78 of 228 ~ 34.21%
B 69 of 228 ~ 30.26%

%35.53
%34.21
%30.26

CMYK color model

#514E45 color CMYK value is (0,4,15,68).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 14.81%
  • key color value is 68.24%
CMYK:
(0,4,15,68)
C0M4Y15K68 
(0%,4%,15%,68%)
(0.00/0.04/0.15/0.68)	

CMYK percentages

%0
%3.7
%14.81
%68.24

Codes

Color #514E45 in popluar color models

514E45
RGB817869
HSL45°8.00%29.41%
HSB/HSV45°14.81%31.76%
CMYK0.00%3.70%14.81%
68.24%

Color #514E45 in popluar number systems.

HEX514E45
Decimal817869
Binary101000110011101000101
Octal121116105

Shades and tints

Shades of #514E45

#514E45
(81,78,69)
#4A473F
(74,71,63)
#434039
(67,64,57)
#3C3933
(60,57,51)
#35322D
(53,50,45)
#2E2B27
(46,43,39)
#272421
(39,36,33)
#201D1B
(32,29,27)
#191615
(25,22,21)
#120F0F
(18,15,15)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #514E45

#514E45
(81,78,69)
#605E55
(96,94,85)
#6F6E65
(111,110,101)
#7E7E75
(126,126,117)
#8D8E85
(141,142,133)
#9C9E95
(156,158,149)
#ABAEA5
(171,174,165)
#BABEB5
(186,190,181)
#C9CEC5
(201,206,197)
#D8DED5
(216,222,213)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E45; }

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

This text font color is #514E45.


Background Color

.myBgColor { background-color: #514E45; }

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

This div background color is #514E45.


Border color

.myBorderColor { border: 1px solid #514E45; }

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

This div border color is #514E45.


Opacity

.myOpacity80 { color: #514E45; opacity: 0.8; }

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

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

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

This text has shadow with #514E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514E45 on black background.


Color preview on white background

This text has color #514E45 on white background.



Black color preview on #514E45 background

This text has black color on #514E45 background.


White color preview on #514E45 background

This text has white color on #514E45 background.