COLOR #516221

HEX: #516221
RGB: (81,98,33)

Renk bilgisi

#516221 contains mainly red and green colors. #516221 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#516221 color RGB value is (81,98,33).

  • kırmız ton 81;
  • yeşil ton 98;
  • mavi ton 33.
RGB:
(81,98,33)
(32%,38%,13%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 98 of 255 = 38%
B 33 of 255 = 13%

81
98
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 98 + 33 = 212 (100%)
R 81 of 212 ~ 38.21%
G 98 of 212 ~ 46.23%
B 33 of 212 ~ 15.57%

%38.21
%46.23
%15.57

CMYK RENK MODELİ

#516221 rengi CMYK tonu (17,0,66,62).

  • camgöbeği tonu 17.35%
  • eflatun tonu 0.00%
  • sarı tonu 66.33%
  • ana renk tonu 61.57%
CMYK:
(17,0,66,62)
C17M0Y66K62 
(17%,0%,66%,62%)
(0.17/0.00/0.66/0.62)	

CMYK yüzdeleri

%17.35
%0
%66.33
%61.57

Codes

Color #516221 in popluar color models

516221
RGB819833
HSL76°49.62%25.69%
HSB/HSV76°66.33%38.43%
CMYK17.35%0.00%66.33%
61.57%

Color #516221 in popluar number systems.

HEX516221
Decimal819833
Binary10100011100010100001
Octal12114241

Shades and tints

Shades of #516221

#516221
(81,98,33)
#4A5A1E
(74,90,30)
#43521B
(67,82,27)
#3C4A18
(60,74,24)
#354215
(53,66,21)
#2E3A12
(46,58,18)
#27320F
(39,50,15)
#202A0C
(32,42,12)
#192209
(25,34,9)
#121A06
(18,26,6)
#0B1203
(11,18,3)
#000000
(0,0,0)

Tints of #516221

#516221
(81,98,33)
#607035
(96,112,53)
#6F7E49
(111,126,73)
#7E8C5D
(126,140,93)
#8D9A71
(141,154,113)
#9CA885
(156,168,133)
#ABB699
(171,182,153)
#BAC4AD
(186,196,173)
#C9D2C1
(201,210,193)
#D8E0D5
(216,224,213)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516221 color. Also use rgb(81,98,33) instead hex code.

Text Font Color

.myTextColor { color: #516221; }

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

This text font color is #516221.


Background Color

.myBgColor { background-color: #516221; }

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

This div background color is #516221.


Border color

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

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

This div border color is #516221.


Opacity

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

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

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

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

This text has shadow with #516221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516221 on black background.


Color preview on white background

This text has color #516221 on white background.



Black color preview on #516221 background

This text has black color on #516221 background.


White color preview on #516221 background

This text has white color on #516221 background.