COLOR #509F39

HEX: #509F39
RGB: (80,159,57)

Renk bilgisi

#509F39 contains mainly green color. #509F39 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#509F39 color RGB value is (80,159,57).

  • kırmız ton 80;
  • yeşil ton 159;
  • mavi ton 57.
RGB:
(80,159,57)
(31%,62%,22%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 159 of 255 = 62%
B 57 of 255 = 22%

80
159
57

R + G + B ~ 38%. #509F39 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 159 + 57 = 296 (100%)
R 80 of 296 ~ 27.03%
G 159 of 296 ~ 53.72%
B 57 of 296 ~ 19.26%

%27.03
%53.72
%19.26

CMYK RENK MODELİ

#509F39 rengi CMYK tonu (50,0,64,38).

  • camgöbeği tonu 49.69%
  • eflatun tonu 0.00%
  • sarı tonu 64.15%
  • ana renk tonu 37.65%
CMYK:
(50,0,64,38)
C50M0Y64K38 
(50%,0%,64%,38%)
(0.50/0.00/0.64/0.38)	

CMYK yüzdeleri

%49.69
%0
%64.15
%37.65

Codes

Color #509F39 in popluar color models

509F39
RGB8015957
HSL106°47.22%42.35%
HSB/HSV106°64.15%62.35%
CMYK49.69%0.00%64.15%
37.65%

Color #509F39 in popluar number systems.

HEX509F39
Decimal8015957
Binary101000010011111111001
Octal12023771

Shades and tints

Shades of #509F39

#509F39
(80,159,57)
#499134
(73,145,52)
#42832F
(66,131,47)
#3B752A
(59,117,42)
#346725
(52,103,37)
#2D5920
(45,89,32)
#264B1B
(38,75,27)
#1F3D16
(31,61,22)
#182F11
(24,47,17)
#11210C
(17,33,12)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #509F39

#509F39
(80,159,57)
#5FA74B
(95,167,75)
#6EAF5D
(110,175,93)
#7DB76F
(125,183,111)
#8CBF81
(140,191,129)
#9BC793
(155,199,147)
#AACFA5
(170,207,165)
#B9D7B7
(185,215,183)
#C8DFC9
(200,223,201)
#D7E7DB
(215,231,219)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509F39 color. Also use rgb(80,159,57) instead hex code.

Text Font Color

.myTextColor { color: #509F39; }

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

This text font color is #509F39.


Background Color

.myBgColor { background-color: #509F39; }

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

This div background color is #509F39.


Border color

.myBorderColor { border: 1px solid #509F39; }

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

This div border color is #509F39.


Opacity

.myOpacity80 { color: #509F39; opacity: 0.8; }

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

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

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

This text has shadow with #509F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509F39 on black background.


Color preview on white background

This text has color #509F39 on white background.



Black color preview on #509F39 background

This text has black color on #509F39 background.


White color preview on #509F39 background

This text has white color on #509F39 background.