COLOR #518D70

HEX: #518D70
RGB: (81,141,112)

Renk bilgisi

#518D70 contains mainly green and blue colors. #518D70 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#518D70 color RGB value is (81,141,112).

  • kırmız ton 81;
  • yeşil ton 141;
  • mavi ton 112.
RGB:
(81,141,112)
(32%,55%,44%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 141 of 255 = 55%
B 112 of 255 = 44%

81
141
112

R + G + B ~ 44%. #518D70 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 141 + 112 = 334 (100%)
R 81 of 334 ~ 24.25%
G 141 of 334 ~ 42.22%
B 112 of 334 ~ 33.53%

%24.25
%42.22
%33.53

CMYK RENK MODELİ

#518D70 rengi CMYK tonu (43,0,21,45).

  • camgöbeği tonu 42.55%
  • eflatun tonu 0.00%
  • sarı tonu 20.57%
  • ana renk tonu 44.71%
CMYK:
(43,0,21,45)
C43M0Y21K45 
(43%,0%,21%,45%)
(0.43/0.00/0.21/0.45)	

CMYK yüzdeleri

%42.55
%0
%20.57
%44.71

Codes

Color #518D70 in popluar color models

518D70
RGB81141112
HSL151°27.03%43.53%
HSB/HSV151°42.55%55.29%
CMYK42.55%0.00%20.57%
44.71%

Color #518D70 in popluar number systems.

HEX518D70
Decimal81141112
Binary1010001100011011110000
Octal121215160

Shades and tints

Shades of #518D70

#518D70
(81,141,112)
#4A8166
(74,129,102)
#43755C
(67,117,92)
#3C6952
(60,105,82)
#355D48
(53,93,72)
#2E513E
(46,81,62)
#274534
(39,69,52)
#20392A
(32,57,42)
#192D20
(25,45,32)
#122116
(18,33,22)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #518D70

#518D70
(81,141,112)
#60977D
(96,151,125)
#6FA18A
(111,161,138)
#7EAB97
(126,171,151)
#8DB5A4
(141,181,164)
#9CBFB1
(156,191,177)
#ABC9BE
(171,201,190)
#BAD3CB
(186,211,203)
#C9DDD8
(201,221,216)
#D8E7E5
(216,231,229)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518D70 color. Also use rgb(81,141,112) instead hex code.

Text Font Color

.myTextColor { color: #518D70; }

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

This text font color is #518D70.


Background Color

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

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

This div background color is #518D70.


Border color

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

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

This div border color is #518D70.


Opacity

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

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

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

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

This text has shadow with #518D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518D70 on black background.


Color preview on white background

This text has color #518D70 on white background.



Black color preview on #518D70 background

This text has black color on #518D70 background.


White color preview on #518D70 background

This text has white color on #518D70 background.