COLOR #514002

HEX: #514002
RGB: (81,64,2)

Color info

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

RGB color model

#514002 color RGB value is (81,64,2).

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

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 2 of 255 = 1%

81
64
2

R + G + B ~ 19%. #514002 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 2 = 147 (100%)
R 81 of 147 ~ 55.1%
G 64 of 147 ~ 43.54%
B 2 of 147 ~ 1.36%

%55.1
%43.54

CMYK color model

#514002 color CMYK value is (0,21,98,68).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 97.53%
  • key color value is 68.24%
CMYK:
(0,21,98,68)
C0M21Y98K68 
(0%,21%,98%,68%)
(0.00/0.21/0.98/0.68)	

CMYK percentages

%0
%20.99
%97.53
%68.24

Codes

Color #514002 in popluar color models

514002
RGB81642
HSL47°95.18%16.27%
HSB/HSV47°97.53%31.76%
CMYK0.00%20.99%97.53%
68.24%

Color #514002 in popluar number systems.

HEX514002
Decimal81642
Binary1010001100000010
Octal1211002

Shades and tints

Shades of #514002

#514002
(81,64,2)
#4A3B02
(74,59,2)
#433602
(67,54,2)
#3C3102
(60,49,2)
#352C02
(53,44,2)
#2E2702
(46,39,2)
#272202
(39,34,2)
#201D02
(32,29,2)
#191802
(25,24,2)
#121302
(18,19,2)
#0B0E02
(11,14,2)
#000000
(0,0,0)

Tints of #514002

#514002
(81,64,2)
#605119
(96,81,25)
#6F6230
(111,98,48)
#7E7347
(126,115,71)
#8D845E
(141,132,94)
#9C9575
(156,149,117)
#ABA68C
(171,166,140)
#BAB7A3
(186,183,163)
#C9C8BA
(201,200,186)
#D8D9D1
(216,217,209)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514002; }

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

This text font color is #514002.


Background Color

.myBgColor { background-color: #514002; }

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

This div background color is #514002.


Border color

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

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

This div border color is #514002.


Opacity

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

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

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

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

This text has shadow with #514002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514002 on black background.


Color preview on white background

This text has color #514002 on white background.



Black color preview on #514002 background

This text has black color on #514002 background.


White color preview on #514002 background

This text has white color on #514002 background.