COLOR #514713

HEX: #514713
RGB: (81,71,19)

Renk bilgisi

#514713 contains mainly red and green colors. #514713 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#514713 color RGB value is (81,71,19).

  • kırmız ton 81;
  • yeşil ton 71;
  • mavi ton 19.
RGB:
(81,71,19)
(32%,28%,7%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 71 of 255 = 28%
B 19 of 255 = 7%

81
71
19

R + G + B ~ 22%. #514713 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 71 + 19 = 171 (100%)
R 81 of 171 ~ 47.37%
G 71 of 171 ~ 41.52%
B 19 of 171 ~ 11.11%

%47.37
%41.52
%11.11

CMYK RENK MODELİ

#514713 rengi CMYK tonu (0,12,77,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.35%
  • sarı tonu 76.54%
  • ana renk tonu 68.24%
CMYK:
(0,12,77,68)
C0M12Y77K68 
(0%,12%,77%,68%)
(0.00/0.12/0.77/0.68)	

CMYK yüzdeleri

%0
%12.35
%76.54
%68.24

Codes

Color #514713 in popluar color models

514713
RGB817119
HSL50°62.00%19.61%
HSB/HSV50°76.54%31.76%
CMYK0.00%12.35%76.54%
68.24%

Color #514713 in popluar number systems.

HEX514713
Decimal817119
Binary1010001100011110011
Octal12110723

Shades and tints

Shades of #514713

#514713
(81,71,19)
#4A4112
(74,65,18)
#433B11
(67,59,17)
#3C3510
(60,53,16)
#352F0F
(53,47,15)
#2E290E
(46,41,14)
#27230D
(39,35,13)
#201D0C
(32,29,12)
#19170B
(25,23,11)
#12110A
(18,17,10)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #514713

#514713
(81,71,19)
#605728
(96,87,40)
#6F673D
(111,103,61)
#7E7752
(126,119,82)
#8D8767
(141,135,103)
#9C977C
(156,151,124)
#ABA791
(171,167,145)
#BAB7A6
(186,183,166)
#C9C7BB
(201,199,187)
#D8D7D0
(216,215,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514713 color. Also use rgb(81,71,19) instead hex code.

Text Font Color

.myTextColor { color: #514713; }

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

This text font color is #514713.


Background Color

.myBgColor { background-color: #514713; }

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

This div background color is #514713.


Border color

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

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

This div border color is #514713.


Opacity

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

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

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

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

This text has shadow with #514713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514713 on black background.


Color preview on white background

This text has color #514713 on white background.



Black color preview on #514713 background

This text has black color on #514713 background.


White color preview on #514713 background

This text has white color on #514713 background.