COLOR #514A09

HEX: #514A09
RGB: (81,74,9)

Color info

#514A09 contains mainly red and green colors. Web safe color of #514A09 is #663300 (or #630).

RGB color model

#514A09 color RGB value is (81,74,9).

  • red value is 81;
  • green value is 74;
  • blue value is 9.
RGB:
(81,74,9)
(32%,29%,4%)

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 9 of 255 = 4%

81
74
9

R + G + B ~ 22%. #514A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 9 = 164 (100%)
R 81 of 164 ~ 49.39%
G 74 of 164 ~ 45.12%
B 9 of 164 ~ 5.49%

%49.39
%45.12

CMYK color model

#514A09 color CMYK value is (0,9,89,68).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 88.89%
  • key color value is 68.24%
CMYK:
(0,9,89,68)
C0M9Y89K68 
(0%,9%,89%,68%)
(0.00/0.09/0.89/0.68)	

CMYK percentages

%0
%8.64
%88.89
%68.24

Codes

Color #514A09 in popluar color models

514A09
RGB81749
HSL54°80.00%17.65%
HSB/HSV54°88.89%31.76%
CMYK0.00%8.64%88.89%
68.24%

Color #514A09 in popluar number systems.

HEX514A09
Decimal81749
Binary101000110010101001
Octal12111211

Shades and tints

Shades of #514A09

#514A09
(81,74,9)
#4A4409
(74,68,9)
#433E09
(67,62,9)
#3C3809
(60,56,9)
#353209
(53,50,9)
#2E2C09
(46,44,9)
#272609
(39,38,9)
#202009
(32,32,9)
#191A09
(25,26,9)
#121409
(18,20,9)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #514A09

#514A09
(81,74,9)
#605A1F
(96,90,31)
#6F6A35
(111,106,53)
#7E7A4B
(126,122,75)
#8D8A61
(141,138,97)
#9C9A77
(156,154,119)
#ABAA8D
(171,170,141)
#BABAA3
(186,186,163)
#C9CAB9
(201,202,185)
#D8DACF
(216,218,207)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514A09 color. Also use rgb(81,74,9) instead hex code.

Text Font Color

.myTextColor { color: #514A09; }

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

This text font color is #514A09.


Background Color

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

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

This div background color is #514A09.


Border color

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

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

This div border color is #514A09.


Opacity

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

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

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

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

This text has shadow with #514A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A09 on black background.


Color preview on white background

This text has color #514A09 on white background.



Black color preview on #514A09 background

This text has black color on #514A09 background.


White color preview on #514A09 background

This text has white color on #514A09 background.