COLOR #518A63

HEX: #518A63
RGB: (81,138,99)

Renk bilgisi

#518A63 contains red, green and blue colors in about the same proportion. #518A63 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#518A63 color RGB value is (81,138,99).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 138 of 255 = 54%
B 99 of 255 = 39%

81
138
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 138 + 99 = 318 (100%)
R 81 of 318 ~ 25.47%
G 138 of 318 ~ 43.4%
B 99 of 318 ~ 31.13%

%25.47
%43.4
%31.13

CMYK RENK MODELİ

#518A63 rengi CMYK tonu (41,0,28,46).

  • camgöbeği tonu 41.30%
  • eflatun tonu 0.00%
  • sarı tonu 28.26%
  • ana renk tonu 45.88%
CMYK:
(41,0,28,46)
C41M0Y28K46 
(41%,0%,28%,46%)
(0.41/0.00/0.28/0.46)	

CMYK yüzdeleri

%41.3
%0
%28.26
%45.88

Codes

Color #518A63 in popluar color models

518A63
RGB8113899
HSL139°26.03%42.94%
HSB/HSV139°41.30%54.12%
CMYK41.30%0.00%28.26%
45.88%

Color #518A63 in popluar number systems.

HEX518A63
Decimal8113899
Binary1010001100010101100011
Octal121212143

Shades and tints

Shades of #518A63

#518A63
(81,138,99)
#4A7E5A
(74,126,90)
#437251
(67,114,81)
#3C6648
(60,102,72)
#355A3F
(53,90,63)
#2E4E36
(46,78,54)
#27422D
(39,66,45)
#203624
(32,54,36)
#192A1B
(25,42,27)
#121E12
(18,30,18)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #518A63

#518A63
(81,138,99)
#609471
(96,148,113)
#6F9E7F
(111,158,127)
#7EA88D
(126,168,141)
#8DB29B
(141,178,155)
#9CBCA9
(156,188,169)
#ABC6B7
(171,198,183)
#BAD0C5
(186,208,197)
#C9DAD3
(201,218,211)
#D8E4E1
(216,228,225)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518A63; }

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

This text font color is #518A63.


Background Color

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

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

This div background color is #518A63.


Border color

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

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

This div border color is #518A63.


Opacity

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

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

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

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

This text has shadow with #518A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518A63 on black background.


Color preview on white background

This text has color #518A63 on white background.



Black color preview on #518A63 background

This text has black color on #518A63 background.


White color preview on #518A63 background

This text has white color on #518A63 background.