COLOR #518C51

HEX: #518C51
RGB: (81,140,81)

Renk bilgisi

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

RGB renk modeli

#518C51 color RGB value is (81,140,81).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 140 of 255 = 55%
B 81 of 255 = 32%

81
140
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 140 + 81 = 302 (100%)
R 81 of 302 ~ 26.82%
G 140 of 302 ~ 46.36%
B 81 of 302 ~ 26.82%

%26.82
%46.36
%26.82

CMYK RENK MODELİ

#518C51 rengi CMYK tonu (42,0,42,45).

  • camgöbeği tonu 42.14%
  • eflatun tonu 0.00%
  • sarı tonu 42.14%
  • ana renk tonu 45.10%
CMYK:
(42,0,42,45)
C42M0Y42K45 
(42%,0%,42%,45%)
(0.42/0.00/0.42/0.45)	

CMYK yüzdeleri

%42.14
%0
%42.14
%45.1

Codes

Color #518C51 in popluar color models

518C51
RGB8114081
HSL120°26.70%43.33%
HSB/HSV120°42.14%54.90%
CMYK42.14%0.00%42.14%
45.10%

Color #518C51 in popluar number systems.

HEX518C51
Decimal8114081
Binary1010001100011001010001
Octal121214121

Shades and tints

Shades of #518C51

#518C51
(81,140,81)
#4A804A
(74,128,74)
#437443
(67,116,67)
#3C683C
(60,104,60)
#355C35
(53,92,53)
#2E502E
(46,80,46)
#274427
(39,68,39)
#203820
(32,56,32)
#192C19
(25,44,25)
#122012
(18,32,18)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #518C51

#518C51
(81,140,81)
#609660
(96,150,96)
#6FA06F
(111,160,111)
#7EAA7E
(126,170,126)
#8DB48D
(141,180,141)
#9CBE9C
(156,190,156)
#ABC8AB
(171,200,171)
#BAD2BA
(186,210,186)
#C9DCC9
(201,220,201)
#D8E6D8
(216,230,216)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518C51; }

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

This text font color is #518C51.


Background Color

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

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

This div background color is #518C51.


Border color

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

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

This div border color is #518C51.


Opacity

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

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

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

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

This text has shadow with #518C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518C51 on black background.


Color preview on white background

This text has color #518C51 on white background.



Black color preview on #518C51 background

This text has black color on #518C51 background.


White color preview on #518C51 background

This text has white color on #518C51 background.