COLOR #518A49

HEX: #518A49
RGB: (81,138,73)

Renk bilgisi

#518A49 contains mainly red and green colors. #518A49 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#518A49 color RGB value is (81,138,73).

  • kırmız ton 81;
  • yeşil ton 138;
  • mavi ton 73.
RGB:
(81,138,73)
(32%,54%,29%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 138 of 255 = 54%
B 73 of 255 = 29%

81
138
73

R + G + B ~ 38%. #518A49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 138 + 73 = 292 (100%)
R 81 of 292 ~ 27.74%
G 138 of 292 ~ 47.26%
B 73 of 292 ~ 25%

%27.74
%47.26
%25

CMYK RENK MODELİ

#518A49 rengi CMYK tonu (41,0,47,46).

  • camgöbeği tonu 41.30%
  • eflatun tonu 0.00%
  • sarı tonu 47.10%
  • ana renk tonu 45.88%
CMYK:
(41,0,47,46)
C41M0Y47K46 
(41%,0%,47%,46%)
(0.41/0.00/0.47/0.46)	

CMYK yüzdeleri

%41.3
%0
%47.1
%45.88

Codes

Color #518A49 in popluar color models

518A49
RGB8113873
HSL113°30.81%41.37%
HSB/HSV113°47.10%54.12%
CMYK41.30%0.00%47.10%
45.88%

Color #518A49 in popluar number systems.

HEX518A49
Decimal8113873
Binary1010001100010101001001
Octal121212111

Shades and tints

Shades of #518A49

#518A49
(81,138,73)
#4A7E43
(74,126,67)
#43723D
(67,114,61)
#3C6637
(60,102,55)
#355A31
(53,90,49)
#2E4E2B
(46,78,43)
#274225
(39,66,37)
#20361F
(32,54,31)
#192A19
(25,42,25)
#121E13
(18,30,19)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #518A49

#518A49
(81,138,73)
#609459
(96,148,89)
#6F9E69
(111,158,105)
#7EA879
(126,168,121)
#8DB289
(141,178,137)
#9CBC99
(156,188,153)
#ABC6A9
(171,198,169)
#BAD0B9
(186,208,185)
#C9DAC9
(201,218,201)
#D8E4D9
(216,228,217)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518A49 color. Also use rgb(81,138,73) instead hex code.

Text Font Color

.myTextColor { color: #518A49; }

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

This text font color is #518A49.


Background Color

.myBgColor { background-color: #518A49; }

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

This div background color is #518A49.


Border color

.myBorderColor { border: 1px solid #518A49; }

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

This div border color is #518A49.


Opacity

.myOpacity80 { color: #518A49; opacity: 0.8; }

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

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

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

This text has shadow with #518A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518A49 on black background.


Color preview on white background

This text has color #518A49 on white background.



Black color preview on #518A49 background

This text has black color on #518A49 background.


White color preview on #518A49 background

This text has white color on #518A49 background.