COLOR #518000

HEX: #518000
RGB: (81,128,0)

Renk bilgisi

#518000 contains only red and green colors. #518000 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#518000 color RGB value is (81,128,0).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 128 of 255 = 50%
B 0 of 255 = 0%

81
128
0

R + G + B ~ 27%. #518000 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 128 + 0 = 209 (100%)
R 81 of 209 ~ 38.76%
G 128 of 209 ~ 61.24%
B 0 of 209 ~ 0%

%38.76
%61.24

CMYK RENK MODELİ

#518000 rengi CMYK tonu (37,0,100,50).

  • camgöbeği tonu 36.72%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 49.80%
CMYK:
(37,0,100,50)
C37M0Y100K50 
(37%,0%,100%,50%)
(0.37/0.00/1.00/0.50)	

CMYK yüzdeleri

%36.72
%0
%100
%49.8

Codes

Color #518000 in popluar color models

518000
RGB811280
HSL82°100.00%25.10%
HSB/HSV82°100.00%50.20%
CMYK36.72%0.00%100.00%
49.80%

Color #518000 in popluar number systems.

HEX518000
Decimal811280
Binary1010001100000000
Octal1212000

Shades and tints

Shades of #518000

#518000
(81,128,0)
#4A7500
(74,117,0)
#436A00
(67,106,0)
#3C5F00
(60,95,0)
#355400
(53,84,0)
#2E4900
(46,73,0)
#273E00
(39,62,0)
#203300
(32,51,0)
#192800
(25,40,0)
#121D00
(18,29,0)
#0B1200
(11,18,0)
#000000
(0,0,0)

Tints of #518000

#518000
(81,128,0)
#608B17
(96,139,23)
#6F962E
(111,150,46)
#7EA145
(126,161,69)
#8DAC5C
(141,172,92)
#9CB773
(156,183,115)
#ABC28A
(171,194,138)
#BACDA1
(186,205,161)
#C9D8B8
(201,216,184)
#D8E3CF
(216,227,207)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518000 color. Also use rgb(81,128,0) instead hex code.

Text Font Color

.myTextColor { color: #518000; }

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

This text font color is #518000.


Background Color

.myBgColor { background-color: #518000; }

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

This div background color is #518000.


Border color

.myBorderColor { border: 1px solid #518000; }

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

This div border color is #518000.


Opacity

.myOpacity80 { color: #518000; opacity: 0.8; }

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

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

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

This text has shadow with #518000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518000 on black background.


Color preview on white background

This text has color #518000 on white background.



Black color preview on #518000 background

This text has black color on #518000 background.


White color preview on #518000 background

This text has white color on #518000 background.