COLOR #509C25

HEX: #509C25
RGB: (80,156,37)

Renk bilgisi

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

RGB renk modeli

#509C25 color RGB value is (80,156,37).

  • kırmız ton 80;
  • yeşil ton 156;
  • mavi ton 37.
RGB:
(80,156,37)
(31%,61%,15%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 156 of 255 = 61%
B 37 of 255 = 15%

80
156
37

R + G + B ~ 36%. #509C25 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 156 + 37 = 273 (100%)
R 80 of 273 ~ 29.3%
G 156 of 273 ~ 57.14%
B 37 of 273 ~ 13.55%

%29.3
%57.14
%13.55

CMYK RENK MODELİ

#509C25 rengi CMYK tonu (49,0,76,39).

  • camgöbeği tonu 48.72%
  • eflatun tonu 0.00%
  • sarı tonu 76.28%
  • ana renk tonu 38.82%
CMYK:
(49,0,76,39)
C49M0Y76K39 
(49%,0%,76%,39%)
(0.49/0.00/0.76/0.39)	

CMYK yüzdeleri

%48.72
%0
%76.28
%38.82

Codes

Color #509C25 in popluar color models

509C25
RGB8015637
HSL98°61.66%37.84%
HSB/HSV98°76.28%61.18%
CMYK48.72%0.00%76.28%
38.82%

Color #509C25 in popluar number systems.

HEX509C25
Decimal8015637
Binary101000010011100100101
Octal12023445

Shades and tints

Shades of #509C25

#509C25
(80,156,37)
#498E22
(73,142,34)
#42801F
(66,128,31)
#3B721C
(59,114,28)
#346419
(52,100,25)
#2D5616
(45,86,22)
#264813
(38,72,19)
#1F3A10
(31,58,16)
#182C0D
(24,44,13)
#111E0A
(17,30,10)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #509C25

#509C25
(80,156,37)
#5FA538
(95,165,56)
#6EAE4B
(110,174,75)
#7DB75E
(125,183,94)
#8CC071
(140,192,113)
#9BC984
(155,201,132)
#AAD297
(170,210,151)
#B9DBAA
(185,219,170)
#C8E4BD
(200,228,189)
#D7EDD0
(215,237,208)
#E6F6E3
(230,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509C25 color. Also use rgb(80,156,37) instead hex code.

Text Font Color

.myTextColor { color: #509C25; }

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

This text font color is #509C25.


Background Color

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

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

This div background color is #509C25.


Border color

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

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

This div border color is #509C25.


Opacity

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

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

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

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

This text has shadow with #509C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509C25 on black background.


Color preview on white background

This text has color #509C25 on white background.



Black color preview on #509C25 background

This text has black color on #509C25 background.


White color preview on #509C25 background

This text has white color on #509C25 background.