COLOR #516424

HEX: #516424
RGB: (81,100,36)

Color info

#516424 contains mainly red and green colors. Web safe color of #516424 is #666633 (or #663).

RGB color model

#516424 color RGB value is (81,100,36).

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

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 36 of 255 = 14%

81
100
36

R + G + B ~ 28%. #516424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 36 = 217 (100%)
R 81 of 217 ~ 37.33%
G 100 of 217 ~ 46.08%
B 36 of 217 ~ 16.59%

%37.33
%46.08
%16.59

CMYK color model

#516424 color CMYK value is (19,0,64,61).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 60.78%
CMYK:
(19,0,64,61)
C19M0Y64K61 
(19%,0%,64%,61%)
(0.19/0.00/0.64/0.61)	

CMYK percentages

%19
%0
%64
%60.78

Codes

Color #516424 in popluar color models

516424
RGB8110036
HSL78°47.06%26.67%
HSB/HSV78°64.00%39.22%
CMYK19.00%0.00%64.00%
60.78%

Color #516424 in popluar number systems.

HEX516424
Decimal8110036
Binary10100011100100100100
Octal12114444

Shades and tints

Shades of #516424

#516424
(81,100,36)
#4A5B21
(74,91,33)
#43521E
(67,82,30)
#3C491B
(60,73,27)
#354018
(53,64,24)
#2E3715
(46,55,21)
#272E12
(39,46,18)
#20250F
(32,37,15)
#191C0C
(25,28,12)
#121309
(18,19,9)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #516424

#516424
(81,100,36)
#607237
(96,114,55)
#6F804A
(111,128,74)
#7E8E5D
(126,142,93)
#8D9C70
(141,156,112)
#9CAA83
(156,170,131)
#ABB896
(171,184,150)
#BAC6A9
(186,198,169)
#C9D4BC
(201,212,188)
#D8E2CF
(216,226,207)
#E7F0E2
(231,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516424; }

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

This text font color is #516424.


Background Color

.myBgColor { background-color: #516424; }

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

This div background color is #516424.


Border color

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

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

This div border color is #516424.


Opacity

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

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

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

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

This text has shadow with #516424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516424 on black background.


Color preview on white background

This text has color #516424 on white background.



Black color preview on #516424 background

This text has black color on #516424 background.


White color preview on #516424 background

This text has white color on #516424 background.