COLOR #516430

HEX: #516430
RGB: (81,100,48)

Color info

#516430 contains red, green and blue colors in about the same proportion. Web safe color of #516430 is #666633 (or #663).

RGB color model

#516430 color RGB value is (81,100,48).

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

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 48 of 255 = 19%

81
100
48

R + G + B ~ 30%. #516430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 48 = 229 (100%)
R 81 of 229 ~ 35.37%
G 100 of 229 ~ 43.67%
B 48 of 229 ~ 20.96%

%35.37
%43.67
%20.96

CMYK color model

#516430 color CMYK value is (19,0,52,61).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 60.78%
CMYK:
(19,0,52,61)
C19M0Y52K61 
(19%,0%,52%,61%)
(0.19/0.00/0.52/0.61)	

CMYK percentages

%19
%0
%52
%60.78

Codes

Color #516430 in popluar color models

516430
RGB8110048
HSL82°35.14%29.02%
HSB/HSV82°52.00%39.22%
CMYK19.00%0.00%52.00%
60.78%

Color #516430 in popluar number systems.

HEX516430
Decimal8110048
Binary10100011100100110000
Octal12114460

Shades and tints

Shades of #516430

#516430
(81,100,48)
#4A5B2C
(74,91,44)
#435228
(67,82,40)
#3C4924
(60,73,36)
#354020
(53,64,32)
#2E371C
(46,55,28)
#272E18
(39,46,24)
#202514
(32,37,20)
#191C10
(25,28,16)
#12130C
(18,19,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #516430

#516430
(81,100,48)
#607242
(96,114,66)
#6F8054
(111,128,84)
#7E8E66
(126,142,102)
#8D9C78
(141,156,120)
#9CAA8A
(156,170,138)
#ABB89C
(171,184,156)
#BAC6AE
(186,198,174)
#C9D4C0
(201,212,192)
#D8E2D2
(216,226,210)
#E7F0E4
(231,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516430; }

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

This text font color is #516430.


Background Color

.myBgColor { background-color: #516430; }

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

This div background color is #516430.


Border color

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

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

This div border color is #516430.


Opacity

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

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

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

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

This text has shadow with #516430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516430 on black background.


Color preview on white background

This text has color #516430 on white background.



Black color preview on #516430 background

This text has black color on #516430 background.


White color preview on #516430 background

This text has white color on #516430 background.