COLOR #518249

HEX: #518249
RGB: (81,130,73)

Renk bilgisi

#518249 contains red, green and blue colors in about the same proportion. #518249 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#518249 color RGB value is (81,130,73).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 130 of 255 = 51%
B 73 of 255 = 29%

81
130
73

R + G + B ~ 37%. #518249 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 130 + 73 = 284 (100%)
R 81 of 284 ~ 28.52%
G 130 of 284 ~ 45.77%
B 73 of 284 ~ 25.7%

%28.52
%45.77
%25.7

CMYK RENK MODELİ

#518249 rengi CMYK tonu (38,0,44,49).

  • camgöbeği tonu 37.69%
  • eflatun tonu 0.00%
  • sarı tonu 43.85%
  • ana renk tonu 49.02%
CMYK:
(38,0,44,49)
C38M0Y44K49 
(38%,0%,44%,49%)
(0.38/0.00/0.44/0.49)	

CMYK yüzdeleri

%37.69
%0
%43.85
%49.02

Codes

Color #518249 in popluar color models

518249
RGB8113073
HSL112°28.08%39.80%
HSB/HSV112°43.85%50.98%
CMYK37.69%0.00%43.85%
49.02%

Color #518249 in popluar number systems.

HEX518249
Decimal8113073
Binary1010001100000101001001
Octal121202111

Shades and tints

Shades of #518249

#518249
(81,130,73)
#4A7743
(74,119,67)
#436C3D
(67,108,61)
#3C6137
(60,97,55)
#355631
(53,86,49)
#2E4B2B
(46,75,43)
#274025
(39,64,37)
#20351F
(32,53,31)
#192A19
(25,42,25)
#121F13
(18,31,19)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #518249

#518249
(81,130,73)
#608D59
(96,141,89)
#6F9869
(111,152,105)
#7EA379
(126,163,121)
#8DAE89
(141,174,137)
#9CB999
(156,185,153)
#ABC4A9
(171,196,169)
#BACFB9
(186,207,185)
#C9DAC9
(201,218,201)
#D8E5D9
(216,229,217)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518249; }

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

This text font color is #518249.


Background Color

.myBgColor { background-color: #518249; }

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

This div background color is #518249.


Border color

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

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

This div border color is #518249.


Opacity

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

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

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

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

This text has shadow with #518249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518249 on black background.


Color preview on white background

This text has color #518249 on white background.



Black color preview on #518249 background

This text has black color on #518249 background.


White color preview on #518249 background

This text has white color on #518249 background.