COLOR #516741

HEX: #516741
RGB: (81,103,65)

Color info

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

RGB color model

#516741 color RGB value is (81,103,65).

  • red value is 81;
  • green value is 103;
  • blue value is 65.
RGB:
(81,103,65)
(32%,40%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 65 of 255 = 25%

81
103
65

R + G + B ~ 32%. #516741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 65 = 249 (100%)
R 81 of 249 ~ 32.53%
G 103 of 249 ~ 41.37%
B 65 of 249 ~ 26.1%

%32.53
%41.37
%26.1

CMYK color model

#516741 color CMYK value is (21,0,37,60).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(21,0,37,60)
C21M0Y37K60 
(21%,0%,37%,60%)
(0.21/0.00/0.37/0.60)	

CMYK percentages

%21.36
%0
%36.89
%59.61

Codes

Color #516741 in popluar color models

516741
RGB8110365
HSL95°22.62%32.94%
HSB/HSV95°36.89%40.39%
CMYK21.36%0.00%36.89%
59.61%

Color #516741 in popluar number systems.

HEX516741
Decimal8110365
Binary101000111001111000001
Octal121147101

Shades and tints

Shades of #516741

#516741
(81,103,65)
#4A5E3C
(74,94,60)
#435537
(67,85,55)
#3C4C32
(60,76,50)
#35432D
(53,67,45)
#2E3A28
(46,58,40)
#273123
(39,49,35)
#20281E
(32,40,30)
#191F19
(25,31,25)
#121614
(18,22,20)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #516741

#516741
(81,103,65)
#607452
(96,116,82)
#6F8163
(111,129,99)
#7E8E74
(126,142,116)
#8D9B85
(141,155,133)
#9CA896
(156,168,150)
#ABB5A7
(171,181,167)
#BAC2B8
(186,194,184)
#C9CFC9
(201,207,201)
#D8DCDA
(216,220,218)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516741 color. Also use rgb(81,103,65) instead hex code.

Text Font Color

.myTextColor { color: #516741; }

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

This text font color is #516741.


Background Color

.myBgColor { background-color: #516741; }

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

This div background color is #516741.


Border color

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

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

This div border color is #516741.


Opacity

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

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

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

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

This text has shadow with #516741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516741 on black background.


Color preview on white background

This text has color #516741 on white background.



Black color preview on #516741 background

This text has black color on #516741 background.


White color preview on #516741 background

This text has white color on #516741 background.