COLOR #514924

HEX: #514924
RGB: (81,73,36)

Color info

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

RGB color model

#514924 color RGB value is (81,73,36).

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

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 36 of 255 = 14%

81
73
36

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

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 36 = 190 (100%)
R 81 of 190 ~ 42.63%
G 73 of 190 ~ 38.42%
B 36 of 190 ~ 18.95%

%42.63
%38.42
%18.95

CMYK color model

#514924 color CMYK value is (0,10,56,68).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 55.56%
  • key color value is 68.24%
CMYK:
(0,10,56,68)
C0M10Y56K68 
(0%,10%,56%,68%)
(0.00/0.10/0.56/0.68)	

CMYK percentages

%0
%9.88
%55.56
%68.24

Codes

Color #514924 in popluar color models

514924
RGB817336
HSL49°38.46%22.94%
HSB/HSV49°55.56%31.76%
CMYK0.00%9.88%55.56%
68.24%

Color #514924 in popluar number systems.

HEX514924
Decimal817336
Binary10100011001001100100
Octal12111144

Shades and tints

Shades of #514924

#514924
(81,73,36)
#4A4321
(74,67,33)
#433D1E
(67,61,30)
#3C371B
(60,55,27)
#353118
(53,49,24)
#2E2B15
(46,43,21)
#272512
(39,37,18)
#201F0F
(32,31,15)
#19190C
(25,25,12)
#121309
(18,19,9)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #514924

#514924
(81,73,36)
#605937
(96,89,55)
#6F694A
(111,105,74)
#7E795D
(126,121,93)
#8D8970
(141,137,112)
#9C9983
(156,153,131)
#ABA996
(171,169,150)
#BAB9A9
(186,185,169)
#C9C9BC
(201,201,188)
#D8D9CF
(216,217,207)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514924; }

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

This text font color is #514924.


Background Color

.myBgColor { background-color: #514924; }

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

This div background color is #514924.


Border color

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

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

This div border color is #514924.


Opacity

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

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

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

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

This text has shadow with #514924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514924 on black background.


Color preview on white background

This text has color #514924 on white background.



Black color preview on #514924 background

This text has black color on #514924 background.


White color preview on #514924 background

This text has white color on #514924 background.