COLOR #509C78

HEX: #509C78
RGB: (80,156,120)

Renk bilgisi

#509C78 contains mainly green and blue colors. #509C78 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#509C78 color RGB value is (80,156,120).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 156 of 255 = 61%
B 120 of 255 = 47%

80
156
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 156 + 120 = 356 (100%)
R 80 of 356 ~ 22.47%
G 156 of 356 ~ 43.82%
B 120 of 356 ~ 33.71%

%22.47
%43.82
%33.71

CMYK RENK MODELİ

#509C78 rengi CMYK tonu (49,0,23,39).

  • camgöbeği tonu 48.72%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 38.82%
CMYK:
(49,0,23,39)
C49M0Y23K39 
(49%,0%,23%,39%)
(0.49/0.00/0.23/0.39)	

CMYK yüzdeleri

%48.72
%0
%23.08
%38.82

Codes

Color #509C78 in popluar color models

509C78
RGB80156120
HSL152°32.20%46.27%
HSB/HSV152°48.72%61.18%
CMYK48.72%0.00%23.08%
38.82%

Color #509C78 in popluar number systems.

HEX509C78
Decimal80156120
Binary1010000100111001111000
Octal120234170

Shades and tints

Shades of #509C78

#509C78
(80,156,120)
#498E6E
(73,142,110)
#428064
(66,128,100)
#3B725A
(59,114,90)
#346450
(52,100,80)
#2D5646
(45,86,70)
#26483C
(38,72,60)
#1F3A32
(31,58,50)
#182C28
(24,44,40)
#111E1E
(17,30,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #509C78

#509C78
(80,156,120)
#5FA584
(95,165,132)
#6EAE90
(110,174,144)
#7DB79C
(125,183,156)
#8CC0A8
(140,192,168)
#9BC9B4
(155,201,180)
#AAD2C0
(170,210,192)
#B9DBCC
(185,219,204)
#C8E4D8
(200,228,216)
#D7EDE4
(215,237,228)
#E6F6F0
(230,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509C78; }

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

This text font color is #509C78.


Background Color

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

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

This div background color is #509C78.


Border color

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

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

This div border color is #509C78.


Opacity

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

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

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

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

This text has shadow with #509C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509C78 on black background.


Color preview on white background

This text has color #509C78 on white background.



Black color preview on #509C78 background

This text has black color on #509C78 background.


White color preview on #509C78 background

This text has white color on #509C78 background.