COLOR #519E52

HEX: #519E52
RGB: (81,158,82)

Renk bilgisi

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

RGB renk modeli

#519E52 color RGB value is (81,158,82).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 158 of 255 = 62%
B 82 of 255 = 32%

81
158
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 158 + 82 = 321 (100%)
R 81 of 321 ~ 25.23%
G 158 of 321 ~ 49.22%
B 82 of 321 ~ 25.55%

%25.23
%49.22
%25.55

CMYK RENK MODELİ

#519E52 rengi CMYK tonu (49,0,48,38).

  • camgöbeği tonu 48.73%
  • eflatun tonu 0.00%
  • sarı tonu 48.10%
  • ana renk tonu 38.04%
CMYK:
(49,0,48,38)
C49M0Y48K38 
(49%,0%,48%,38%)
(0.49/0.00/0.48/0.38)	

CMYK yüzdeleri

%48.73
%0
%48.1
%38.04

Codes

Color #519E52 in popluar color models

519E52
RGB8115882
HSL121°32.22%46.86%
HSB/HSV121°48.73%61.96%
CMYK48.73%0.00%48.10%
38.04%

Color #519E52 in popluar number systems.

HEX519E52
Decimal8115882
Binary1010001100111101010010
Octal121236122

Shades and tints

Shades of #519E52

#519E52
(81,158,82)
#4A904B
(74,144,75)
#438244
(67,130,68)
#3C743D
(60,116,61)
#356636
(53,102,54)
#2E582F
(46,88,47)
#274A28
(39,74,40)
#203C21
(32,60,33)
#192E1A
(25,46,26)
#122013
(18,32,19)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #519E52

#519E52
(81,158,82)
#60A661
(96,166,97)
#6FAE70
(111,174,112)
#7EB67F
(126,182,127)
#8DBE8E
(141,190,142)
#9CC69D
(156,198,157)
#ABCEAC
(171,206,172)
#BAD6BB
(186,214,187)
#C9DECA
(201,222,202)
#D8E6D9
(216,230,217)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519E52 color. Also use rgb(81,158,82) instead hex code.

Text Font Color

.myTextColor { color: #519E52; }

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

This text font color is #519E52.


Background Color

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

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

This div background color is #519E52.


Border color

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

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

This div border color is #519E52.


Opacity

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

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

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

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

This text has shadow with #519E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519E52 on black background.


Color preview on white background

This text has color #519E52 on white background.



Black color preview on #519E52 background

This text has black color on #519E52 background.


White color preview on #519E52 background

This text has white color on #519E52 background.