COLOR #518306

HEX: #518306
RGB: (81,131,6)

Renk bilgisi

#518306 contains mainly red and green colors. #518306 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#518306 color RGB value is (81,131,6).

  • kırmız ton 81;
  • yeşil ton 131;
  • mavi ton 6.
RGB:
(81,131,6)
(32%,51%,2%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 131 of 255 = 51%
B 6 of 255 = 2%

81
131
6

R + G + B ~ 28%. #518306 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 131 + 6 = 218 (100%)
R 81 of 218 ~ 37.16%
G 131 of 218 ~ 60.09%
B 6 of 218 ~ 2.75%

%37.16
%60.09

CMYK RENK MODELİ

#518306 rengi CMYK tonu (38,0,95,49).

  • camgöbeği tonu 38.17%
  • eflatun tonu 0.00%
  • sarı tonu 95.42%
  • ana renk tonu 48.63%
CMYK:
(38,0,95,49)
C38M0Y95K49 
(38%,0%,95%,49%)
(0.38/0.00/0.95/0.49)	

CMYK yüzdeleri

%38.17
%0
%95.42
%48.63

Codes

Color #518306 in popluar color models

518306
RGB811316
HSL84°91.24%26.86%
HSB/HSV84°95.42%51.37%
CMYK38.17%0.00%95.42%
48.63%

Color #518306 in popluar number systems.

HEX518306
Decimal811316
Binary101000110000011110
Octal1212036

Shades and tints

Shades of #518306

#518306
(81,131,6)
#4A7806
(74,120,6)
#436D06
(67,109,6)
#3C6206
(60,98,6)
#355706
(53,87,6)
#2E4C06
(46,76,6)
#274106
(39,65,6)
#203606
(32,54,6)
#192B06
(25,43,6)
#122006
(18,32,6)
#0B1506
(11,21,6)
#000000
(0,0,0)

Tints of #518306

#518306
(81,131,6)
#608E1C
(96,142,28)
#6F9932
(111,153,50)
#7EA448
(126,164,72)
#8DAF5E
(141,175,94)
#9CBA74
(156,186,116)
#ABC58A
(171,197,138)
#BAD0A0
(186,208,160)
#C9DBB6
(201,219,182)
#D8E6CC
(216,230,204)
#E7F1E2
(231,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518306 color. Also use rgb(81,131,6) instead hex code.

Text Font Color

.myTextColor { color: #518306; }

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

This text font color is #518306.


Background Color

.myBgColor { background-color: #518306; }

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

This div background color is #518306.


Border color

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

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

This div border color is #518306.


Opacity

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

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

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

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

This text has shadow with #518306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518306 on black background.


Color preview on white background

This text has color #518306 on white background.



Black color preview on #518306 background

This text has black color on #518306 background.


White color preview on #518306 background

This text has white color on #518306 background.