COLOR #519C51

HEX: #519C51
RGB: (81,156,81)

Renk bilgisi

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

RGB renk modeli

#519C51 color RGB value is (81,156,81).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 156 of 255 = 61%
B 81 of 255 = 32%

81
156
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 156 + 81 = 318 (100%)
R 81 of 318 ~ 25.47%
G 156 of 318 ~ 49.06%
B 81 of 318 ~ 25.47%

%25.47
%49.06
%25.47

CMYK RENK MODELİ

#519C51 rengi CMYK tonu (48,0,48,39).

  • camgöbeği tonu 48.08%
  • eflatun tonu 0.00%
  • sarı tonu 48.08%
  • ana renk tonu 38.82%
CMYK:
(48,0,48,39)
C48M0Y48K39 
(48%,0%,48%,39%)
(0.48/0.00/0.48/0.39)	

CMYK yüzdeleri

%48.08
%0
%48.08
%38.82

Codes

Color #519C51 in popluar color models

519C51
RGB8115681
HSL120°31.65%46.47%
HSB/HSV120°48.08%61.18%
CMYK48.08%0.00%48.08%
38.82%

Color #519C51 in popluar number systems.

HEX519C51
Decimal8115681
Binary1010001100111001010001
Octal121234121

Shades and tints

Shades of #519C51

#519C51
(81,156,81)
#4A8E4A
(74,142,74)
#438043
(67,128,67)
#3C723C
(60,114,60)
#356435
(53,100,53)
#2E562E
(46,86,46)
#274827
(39,72,39)
#203A20
(32,58,32)
#192C19
(25,44,25)
#121E12
(18,30,18)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #519C51

#519C51
(81,156,81)
#60A560
(96,165,96)
#6FAE6F
(111,174,111)
#7EB77E
(126,183,126)
#8DC08D
(141,192,141)
#9CC99C
(156,201,156)
#ABD2AB
(171,210,171)
#BADBBA
(186,219,186)
#C9E4C9
(201,228,201)
#D8EDD8
(216,237,216)
#E7F6E7
(231,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519C51; }

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

This text font color is #519C51.


Background Color

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

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

This div background color is #519C51.


Border color

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

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

This div border color is #519C51.


Opacity

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

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

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

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

This text has shadow with #519C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519C51 on black background.


Color preview on white background

This text has color #519C51 on white background.



Black color preview on #519C51 background

This text has black color on #519C51 background.


White color preview on #519C51 background

This text has white color on #519C51 background.