COLOR #516B07

HEX: #516B07
RGB: (81,107,7)

Color info

#516B07 contains mainly red and green colors. Web safe color of #516B07 is #666600 (or #660).

RGB color model

#516B07 color RGB value is (81,107,7).

  • red value is 81;
  • green value is 107;
  • blue value is 7.
RGB:
(81,107,7)
(32%,42%,3%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 7 of 255 = 3%

81
107
7

R + G + B ~ 26%. #516B07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 107 + 7 = 195 (100%)
R 81 of 195 ~ 41.54%
G 107 of 195 ~ 54.87%
B 7 of 195 ~ 3.59%

%41.54
%54.87

CMYK color model

#516B07 color CMYK value is (24,0,93,58).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 93.46%
  • key color value is 58.04%
CMYK:
(24,0,93,58)
C24M0Y93K58 
(24%,0%,93%,58%)
(0.24/0.00/0.93/0.58)	

CMYK percentages

%24.3
%0
%93.46
%58.04

Codes

Color #516B07 in popluar color models

516B07
RGB811077
HSL76°87.72%22.35%
HSB/HSV76°93.46%41.96%
CMYK24.30%0.00%93.46%
58.04%

Color #516B07 in popluar number systems.

HEX516B07
Decimal811077
Binary10100011101011111
Octal1211537

Shades and tints

Shades of #516B07

#516B07
(81,107,7)
#4A6207
(74,98,7)
#435907
(67,89,7)
#3C5007
(60,80,7)
#354707
(53,71,7)
#2E3E07
(46,62,7)
#273507
(39,53,7)
#202C07
(32,44,7)
#192307
(25,35,7)
#121A07
(18,26,7)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #516B07

#516B07
(81,107,7)
#60781D
(96,120,29)
#6F8533
(111,133,51)
#7E9249
(126,146,73)
#8D9F5F
(141,159,95)
#9CAC75
(156,172,117)
#ABB98B
(171,185,139)
#BAC6A1
(186,198,161)
#C9D3B7
(201,211,183)
#D8E0CD
(216,224,205)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516B07 color. Also use rgb(81,107,7) instead hex code.

Text Font Color

.myTextColor { color: #516B07; }

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

This text font color is #516B07.


Background Color

.myBgColor { background-color: #516B07; }

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

This div background color is #516B07.


Border color

.myBorderColor { border: 1px solid #516B07; }

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

This div border color is #516B07.


Opacity

.myOpacity80 { color: #516B07; opacity: 0.8; }

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

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

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

This text has shadow with #516B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516B07 on black background.


Color preview on white background

This text has color #516B07 on white background.



Black color preview on #516B07 background

This text has black color on #516B07 background.


White color preview on #516B07 background

This text has white color on #516B07 background.