COLOR #519A56

HEX: #519A56
RGB: (81,154,86)

Renk bilgisi

#519A56 contains mainly green color. #519A56 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#519A56 color RGB value is (81,154,86).

  • kırmız ton 81;
  • yeşil ton 154;
  • mavi ton 86.
RGB:
(81,154,86)
(32%,60%,34%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 154 of 255 = 60%
B 86 of 255 = 34%

81
154
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 154 + 86 = 321 (100%)
R 81 of 321 ~ 25.23%
G 154 of 321 ~ 47.98%
B 86 of 321 ~ 26.79%

%25.23
%47.98
%26.79

CMYK RENK MODELİ

#519A56 rengi CMYK tonu (47,0,44,40).

  • camgöbeği tonu 47.40%
  • eflatun tonu 0.00%
  • sarı tonu 44.16%
  • ana renk tonu 39.61%
CMYK:
(47,0,44,40)
C47M0Y44K40 
(47%,0%,44%,40%)
(0.47/0.00/0.44/0.40)	

CMYK yüzdeleri

%47.4
%0
%44.16
%39.61

Codes

Color #519A56 in popluar color models

519A56
RGB8115486
HSL124°31.06%46.08%
HSB/HSV124°47.40%60.39%
CMYK47.40%0.00%44.16%
39.61%

Color #519A56 in popluar number systems.

HEX519A56
Decimal8115486
Binary1010001100110101010110
Octal121232126

Shades and tints

Shades of #519A56

#519A56
(81,154,86)
#4A8C4F
(74,140,79)
#437E48
(67,126,72)
#3C7041
(60,112,65)
#35623A
(53,98,58)
#2E5433
(46,84,51)
#27462C
(39,70,44)
#203825
(32,56,37)
#192A1E
(25,42,30)
#121C17
(18,28,23)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #519A56

#519A56
(81,154,86)
#60A365
(96,163,101)
#6FAC74
(111,172,116)
#7EB583
(126,181,131)
#8DBE92
(141,190,146)
#9CC7A1
(156,199,161)
#ABD0B0
(171,208,176)
#BAD9BF
(186,217,191)
#C9E2CE
(201,226,206)
#D8EBDD
(216,235,221)
#E7F4EC
(231,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519A56 color. Also use rgb(81,154,86) instead hex code.

Text Font Color

.myTextColor { color: #519A56; }

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

This text font color is #519A56.


Background Color

.myBgColor { background-color: #519A56; }

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

This div background color is #519A56.


Border color

.myBorderColor { border: 1px solid #519A56; }

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

This div border color is #519A56.


Opacity

.myOpacity80 { color: #519A56; opacity: 0.8; }

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

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

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

This text has shadow with #519A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519A56 on black background.


Color preview on white background

This text has color #519A56 on white background.



Black color preview on #519A56 background

This text has black color on #519A56 background.


White color preview on #519A56 background

This text has white color on #519A56 background.