COLOR #514940

HEX: #514940
RGB: (81,73,64)

Color info

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

RGB color model

#514940 color RGB value is (81,73,64).

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

RGB channels and saturation

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

81
73
64

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

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 64 = 218 (100%)
R 81 of 218 ~ 37.16%
G 73 of 218 ~ 33.49%
B 64 of 218 ~ 29.36%

%37.16
%33.49
%29.36

CMYK color model

#514940 color CMYK value is (0,10,21,68).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(0,10,21,68)
C0M10Y21K68 
(0%,10%,21%,68%)
(0.00/0.10/0.21/0.68)	

CMYK percentages

%0
%9.88
%20.99
%68.24

Codes

Color #514940 in popluar color models

514940
RGB817364
HSL32°11.72%28.43%
HSB/HSV32°20.99%31.76%
CMYK0.00%9.88%20.99%
68.24%

Color #514940 in popluar number systems.

HEX514940
Decimal817364
Binary101000110010011000000
Octal121111100

Shades and tints

Shades of #514940

#514940
(81,73,64)
#4A433B
(74,67,59)
#433D36
(67,61,54)
#3C3731
(60,55,49)
#35312C
(53,49,44)
#2E2B27
(46,43,39)
#272522
(39,37,34)
#201F1D
(32,31,29)
#191918
(25,25,24)
#121313
(18,19,19)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #514940

#514940
(81,73,64)
#605951
(96,89,81)
#6F6962
(111,105,98)
#7E7973
(126,121,115)
#8D8984
(141,137,132)
#9C9995
(156,153,149)
#ABA9A6
(171,169,166)
#BAB9B7
(186,185,183)
#C9C9C8
(201,201,200)
#D8D9D9
(216,217,217)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514940; }

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

This text font color is #514940.


Background Color

.myBgColor { background-color: #514940; }

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

This div background color is #514940.


Border color

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

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

This div border color is #514940.


Opacity

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

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

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

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

This text has shadow with #514940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514940 on black background.


Color preview on white background

This text has color #514940 on white background.



Black color preview on #514940 background

This text has black color on #514940 background.


White color preview on #514940 background

This text has white color on #514940 background.