COLOR #518C68

HEX: #518C68
RGB: (81,140,104)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

81
140
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 140 + 104 = 325 (100%)
R 81 of 325 ~ 24.92%
G 140 of 325 ~ 43.08%
B 104 of 325 ~ 32%

%24.92
%43.08
%32

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%42.14
%0
%25.71
%45.1

Codes

Color #518C68 in popluar color models

518C68
RGB81140104
HSL143°26.70%43.33%
HSB/HSV143°42.14%54.90%
CMYK42.14%0.00%25.71%
45.10%

Color #518C68 in popluar number systems.

HEX518C68
Decimal81140104
Binary1010001100011001101000
Octal121214150

Shades and tints

Shades of #518C68

#518C68
(81,140,104)
#4A805F
(74,128,95)
#437456
(67,116,86)
#3C684D
(60,104,77)
#355C44
(53,92,68)
#2E503B
(46,80,59)
#274432
(39,68,50)
#203829
(32,56,41)
#192C20
(25,44,32)
#122017
(18,32,23)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #518C68

#518C68
(81,140,104)
#609675
(96,150,117)
#6FA082
(111,160,130)
#7EAA8F
(126,170,143)
#8DB49C
(141,180,156)
#9CBEA9
(156,190,169)
#ABC8B6
(171,200,182)
#BAD2C3
(186,210,195)
#C9DCD0
(201,220,208)
#D8E6DD
(216,230,221)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518C68; }

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

This text font color is #518C68.


Background Color

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

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

This div background color is #518C68.


Border color

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

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

This div border color is #518C68.


Opacity

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

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

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

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

This text has shadow with #518C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518C68 on black background.


Color preview on white background

This text has color #518C68 on white background.



Black color preview on #518C68 background

This text has black color on #518C68 background.


White color preview on #518C68 background

This text has white color on #518C68 background.