COLOR #518349

HEX: #518349
RGB: (81,131,73)

Renk bilgisi

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

RGB renk modeli

#518349 color RGB value is (81,131,73).

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

RGB bağlantıları ve doygunluk

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

81
131
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 131 + 73 = 285 (100%)
R 81 of 285 ~ 28.42%
G 131 of 285 ~ 45.96%
B 73 of 285 ~ 25.61%

%28.42
%45.96
%25.61

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%38.17
%0
%44.27
%48.63

Codes

Color #518349 in popluar color models

518349
RGB8113173
HSL112°28.43%40.00%
HSB/HSV112°44.27%51.37%
CMYK38.17%0.00%44.27%
48.63%

Color #518349 in popluar number systems.

HEX518349
Decimal8113173
Binary1010001100000111001001
Octal121203111

Shades and tints

Shades of #518349

#518349
(81,131,73)
#4A7843
(74,120,67)
#436D3D
(67,109,61)
#3C6237
(60,98,55)
#355731
(53,87,49)
#2E4C2B
(46,76,43)
#274125
(39,65,37)
#20361F
(32,54,31)
#192B19
(25,43,25)
#122013
(18,32,19)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #518349

#518349
(81,131,73)
#608E59
(96,142,89)
#6F9969
(111,153,105)
#7EA479
(126,164,121)
#8DAF89
(141,175,137)
#9CBA99
(156,186,153)
#ABC5A9
(171,197,169)
#BAD0B9
(186,208,185)
#C9DBC9
(201,219,201)
#D8E6D9
(216,230,217)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518349; }

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

This text font color is #518349.


Background Color

.myBgColor { background-color: #518349; }

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

This div background color is #518349.


Border color

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

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

This div border color is #518349.


Opacity

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

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

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

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

This text has shadow with #518349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518349 on black background.


Color preview on white background

This text has color #518349 on white background.



Black color preview on #518349 background

This text has black color on #518349 background.


White color preview on #518349 background

This text has white color on #518349 background.