COLOR #516143

HEX: #516143
RGB: (81,97,67)

Color info

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

RGB color model

#516143 color RGB value is (81,97,67).

  • red value is 81;
  • green value is 97;
  • blue value is 67.
RGB:
(81,97,67)
(32%,38%,26%)

RGB channels and saturation

R 81 of 255 = 32%
G 97 of 255 = 38%
B 67 of 255 = 26%

81
97
67

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

Portions of RGB colors in percentages

R + G + B =
81 + 97 + 67 = 245 (100%)
R 81 of 245 ~ 33.06%
G 97 of 245 ~ 39.59%
B 67 of 245 ~ 27.35%

%33.06
%39.59
%27.35

CMYK color model

#516143 color CMYK value is (16,0,31,62).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(16,0,31,62)
C16M0Y31K62 
(16%,0%,31%,62%)
(0.16/0.00/0.31/0.62)	

CMYK percentages

%16.49
%0
%30.93
%61.96

Codes

Color #516143 in popluar color models

516143
RGB819767
HSL92°18.29%32.16%
HSB/HSV92°30.93%38.04%
CMYK16.49%0.00%30.93%
61.96%

Color #516143 in popluar number systems.

HEX516143
Decimal819767
Binary101000111000011000011
Octal121141103

Shades and tints

Shades of #516143

#516143
(81,97,67)
#4A593D
(74,89,61)
#435137
(67,81,55)
#3C4931
(60,73,49)
#35412B
(53,65,43)
#2E3925
(46,57,37)
#27311F
(39,49,31)
#202919
(32,41,25)
#192113
(25,33,19)
#12190D
(18,25,13)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #516143

#516143
(81,97,67)
#606F54
(96,111,84)
#6F7D65
(111,125,101)
#7E8B76
(126,139,118)
#8D9987
(141,153,135)
#9CA798
(156,167,152)
#ABB5A9
(171,181,169)
#BAC3BA
(186,195,186)
#C9D1CB
(201,209,203)
#D8DFDC
(216,223,220)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516143 color. Also use rgb(81,97,67) instead hex code.

Text Font Color

.myTextColor { color: #516143; }

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

This text font color is #516143.


Background Color

.myBgColor { background-color: #516143; }

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

This div background color is #516143.


Border color

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

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

This div border color is #516143.


Opacity

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

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

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

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

This text has shadow with #516143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516143 on black background.


Color preview on white background

This text has color #516143 on white background.



Black color preview on #516143 background

This text has black color on #516143 background.


White color preview on #516143 background

This text has white color on #516143 background.