COLOR #509B5E

HEX: #509B5E
RGB: (80,155,94)

Renk bilgisi

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

RGB renk modeli

#509B5E color RGB value is (80,155,94).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 155 of 255 = 61%
B 94 of 255 = 37%

80
155
94

R + G + B ~ 43%. #509B5E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 155 + 94 = 329 (100%)
R 80 of 329 ~ 24.32%
G 155 of 329 ~ 47.11%
B 94 of 329 ~ 28.57%

%24.32
%47.11
%28.57

CMYK RENK MODELİ

#509B5E rengi CMYK tonu (48,0,39,39).

  • camgöbeği tonu 48.39%
  • eflatun tonu 0.00%
  • sarı tonu 39.35%
  • ana renk tonu 39.22%
CMYK:
(48,0,39,39)
C48M0Y39K39 
(48%,0%,39%,39%)
(0.48/0.00/0.39/0.39)	

CMYK yüzdeleri

%48.39
%0
%39.35
%39.22

Codes

Color #509B5E in popluar color models

509B5E
RGB8015594
HSL131°31.91%46.08%
HSB/HSV131°48.39%60.78%
CMYK48.39%0.00%39.35%
39.22%

Color #509B5E in popluar number systems.

HEX509B5E
Decimal8015594
Binary1010000100110111011110
Octal120233136

Shades and tints

Shades of #509B5E

#509B5E
(80,155,94)
#498D56
(73,141,86)
#427F4E
(66,127,78)
#3B7146
(59,113,70)
#34633E
(52,99,62)
#2D5536
(45,85,54)
#26472E
(38,71,46)
#1F3926
(31,57,38)
#182B1E
(24,43,30)
#111D16
(17,29,22)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #509B5E

#509B5E
(80,155,94)
#5FA46C
(95,164,108)
#6EAD7A
(110,173,122)
#7DB688
(125,182,136)
#8CBF96
(140,191,150)
#9BC8A4
(155,200,164)
#AAD1B2
(170,209,178)
#B9DAC0
(185,218,192)
#C8E3CE
(200,227,206)
#D7ECDC
(215,236,220)
#E6F5EA
(230,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509B5E color. Also use rgb(80,155,94) instead hex code.

Text Font Color

.myTextColor { color: #509B5E; }

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

This text font color is #509B5E.


Background Color

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

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

This div background color is #509B5E.


Border color

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

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

This div border color is #509B5E.


Opacity

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

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

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

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

This text has shadow with #509B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509B5E on black background.


Color preview on white background

This text has color #509B5E on white background.



Black color preview on #509B5E background

This text has black color on #509B5E background.


White color preview on #509B5E background

This text has white color on #509B5E background.