COLOR #518F59

HEX: #518F59
RGB: (81,143,89)

Renk bilgisi

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

RGB renk modeli

#518F59 color RGB value is (81,143,89).

  • kırmız ton 81;
  • yeşil ton 143;
  • mavi ton 89.
RGB:
(81,143,89)
(32%,56%,35%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 143 of 255 = 56%
B 89 of 255 = 35%

81
143
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 143 + 89 = 313 (100%)
R 81 of 313 ~ 25.88%
G 143 of 313 ~ 45.69%
B 89 of 313 ~ 28.43%

%25.88
%45.69
%28.43

CMYK RENK MODELİ

#518F59 rengi CMYK tonu (43,0,38,44).

  • camgöbeği tonu 43.36%
  • eflatun tonu 0.00%
  • sarı tonu 37.76%
  • ana renk tonu 43.92%
CMYK:
(43,0,38,44)
C43M0Y38K44 
(43%,0%,38%,44%)
(0.43/0.00/0.38/0.44)	

CMYK yüzdeleri

%43.36
%0
%37.76
%43.92

Codes

Color #518F59 in popluar color models

518F59
RGB8114389
HSL128°27.68%43.92%
HSB/HSV128°43.36%56.08%
CMYK43.36%0.00%37.76%
43.92%

Color #518F59 in popluar number systems.

HEX518F59
Decimal8114389
Binary1010001100011111011001
Octal121217131

Shades and tints

Shades of #518F59

#518F59
(81,143,89)
#4A8251
(74,130,81)
#437549
(67,117,73)
#3C6841
(60,104,65)
#355B39
(53,91,57)
#2E4E31
(46,78,49)
#274129
(39,65,41)
#203421
(32,52,33)
#192719
(25,39,25)
#121A11
(18,26,17)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #518F59

#518F59
(81,143,89)
#609968
(96,153,104)
#6FA377
(111,163,119)
#7EAD86
(126,173,134)
#8DB795
(141,183,149)
#9CC1A4
(156,193,164)
#ABCBB3
(171,203,179)
#BAD5C2
(186,213,194)
#C9DFD1
(201,223,209)
#D8E9E0
(216,233,224)
#E7F3EF
(231,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518F59 color. Also use rgb(81,143,89) instead hex code.

Text Font Color

.myTextColor { color: #518F59; }

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

This text font color is #518F59.


Background Color

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

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

This div background color is #518F59.


Border color

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

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

This div border color is #518F59.


Opacity

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

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

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

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

This text has shadow with #518F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518F59 on black background.


Color preview on white background

This text has color #518F59 on white background.



Black color preview on #518F59 background

This text has black color on #518F59 background.


White color preview on #518F59 background

This text has white color on #518F59 background.