COLOR #514927

HEX: #514927
RGB: (81,73,39)

Color info

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

RGB color model

#514927 color RGB value is (81,73,39).

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

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 39 of 255 = 15%

81
73
39

R + G + B ~ 25%. #514927 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 39 = 193 (100%)
R 81 of 193 ~ 41.97%
G 73 of 193 ~ 37.82%
B 39 of 193 ~ 20.21%

%41.97
%37.82
%20.21

CMYK color model

#514927 color CMYK value is (0,10,52,68).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 51.85%
  • key color value is 68.24%
CMYK:
(0,10,52,68)
C0M10Y52K68 
(0%,10%,52%,68%)
(0.00/0.10/0.52/0.68)	

CMYK percentages

%0
%9.88
%51.85
%68.24

Codes

Color #514927 in popluar color models

514927
RGB817339
HSL49°35.00%23.53%
HSB/HSV49°51.85%31.76%
CMYK0.00%9.88%51.85%
68.24%

Color #514927 in popluar number systems.

HEX514927
Decimal817339
Binary10100011001001100111
Octal12111147

Shades and tints

Shades of #514927

#514927
(81,73,39)
#4A4324
(74,67,36)
#433D21
(67,61,33)
#3C371E
(60,55,30)
#35311B
(53,49,27)
#2E2B18
(46,43,24)
#272515
(39,37,21)
#201F12
(32,31,18)
#19190F
(25,25,15)
#12130C
(18,19,12)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #514927

#514927
(81,73,39)
#60593A
(96,89,58)
#6F694D
(111,105,77)
#7E7960
(126,121,96)
#8D8973
(141,137,115)
#9C9986
(156,153,134)
#ABA999
(171,169,153)
#BAB9AC
(186,185,172)
#C9C9BF
(201,201,191)
#D8D9D2
(216,217,210)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514927; }

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

This text font color is #514927.


Background Color

.myBgColor { background-color: #514927; }

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

This div background color is #514927.


Border color

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

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

This div border color is #514927.


Opacity

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

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

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

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

This text has shadow with #514927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514927 on black background.


Color preview on white background

This text has color #514927 on white background.



Black color preview on #514927 background

This text has black color on #514927 background.


White color preview on #514927 background

This text has white color on #514927 background.