COLOR #514715

HEX: #514715
RGB: (81,71,21)

Color info

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

RGB color model

#514715 color RGB value is (81,71,21).

  • red value is 81;
  • green value is 71;
  • blue value is 21.
RGB:
(81,71,21)
(32%,28%,8%)

RGB channels and saturation

R 81 of 255 = 32%
G 71 of 255 = 28%
B 21 of 255 = 8%

81
71
21

R + G + B ~ 23%. #514715 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 71 + 21 = 173 (100%)
R 81 of 173 ~ 46.82%
G 71 of 173 ~ 41.04%
B 21 of 173 ~ 12.14%

%46.82
%41.04
%12.14

CMYK color model

#514715 color CMYK value is (0,12,74,68).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 74.07%
  • key color value is 68.24%
CMYK:
(0,12,74,68)
C0M12Y74K68 
(0%,12%,74%,68%)
(0.00/0.12/0.74/0.68)	

CMYK percentages

%0
%12.35
%74.07
%68.24

Codes

Color #514715 in popluar color models

514715
RGB817121
HSL50°58.82%20.00%
HSB/HSV50°74.07%31.76%
CMYK0.00%12.35%74.07%
68.24%

Color #514715 in popluar number systems.

HEX514715
Decimal817121
Binary1010001100011110101
Octal12110725

Shades and tints

Shades of #514715

#514715
(81,71,21)
#4A4114
(74,65,20)
#433B13
(67,59,19)
#3C3512
(60,53,18)
#352F11
(53,47,17)
#2E2910
(46,41,16)
#27230F
(39,35,15)
#201D0E
(32,29,14)
#19170D
(25,23,13)
#12110C
(18,17,12)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #514715

#514715
(81,71,21)
#60572A
(96,87,42)
#6F673F
(111,103,63)
#7E7754
(126,119,84)
#8D8769
(141,135,105)
#9C977E
(156,151,126)
#ABA793
(171,167,147)
#BAB7A8
(186,183,168)
#C9C7BD
(201,199,189)
#D8D7D2
(216,215,210)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514715 color. Also use rgb(81,71,21) instead hex code.

Text Font Color

.myTextColor { color: #514715; }

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

This text font color is #514715.


Background Color

.myBgColor { background-color: #514715; }

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

This div background color is #514715.


Border color

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

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

This div border color is #514715.


Opacity

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

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

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

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

This text has shadow with #514715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514715 on black background.


Color preview on white background

This text has color #514715 on white background.



Black color preview on #514715 background

This text has black color on #514715 background.


White color preview on #514715 background

This text has white color on #514715 background.