COLOR #509C76

HEX: #509C76
RGB: (80,156,118)

Renk bilgisi

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

RGB renk modeli

#509C76 color RGB value is (80,156,118).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 156 of 255 = 61%
B 118 of 255 = 46%

80
156
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 156 + 118 = 354 (100%)
R 80 of 354 ~ 22.6%
G 156 of 354 ~ 44.07%
B 118 of 354 ~ 33.33%

%22.6
%44.07
%33.33

CMYK RENK MODELİ

#509C76 rengi CMYK tonu (49,0,24,39).

  • camgöbeği tonu 48.72%
  • eflatun tonu 0.00%
  • sarı tonu 24.36%
  • ana renk tonu 38.82%
CMYK:
(49,0,24,39)
C49M0Y24K39 
(49%,0%,24%,39%)
(0.49/0.00/0.24/0.39)	

CMYK yüzdeleri

%48.72
%0
%24.36
%38.82

Codes

Color #509C76 in popluar color models

509C76
RGB80156118
HSL150°32.20%46.27%
HSB/HSV150°48.72%61.18%
CMYK48.72%0.00%24.36%
38.82%

Color #509C76 in popluar number systems.

HEX509C76
Decimal80156118
Binary1010000100111001110110
Octal120234166

Shades and tints

Shades of #509C76

#509C76
(80,156,118)
#498E6C
(73,142,108)
#428062
(66,128,98)
#3B7258
(59,114,88)
#34644E
(52,100,78)
#2D5644
(45,86,68)
#26483A
(38,72,58)
#1F3A30
(31,58,48)
#182C26
(24,44,38)
#111E1C
(17,30,28)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #509C76

#509C76
(80,156,118)
#5FA582
(95,165,130)
#6EAE8E
(110,174,142)
#7DB79A
(125,183,154)
#8CC0A6
(140,192,166)
#9BC9B2
(155,201,178)
#AAD2BE
(170,210,190)
#B9DBCA
(185,219,202)
#C8E4D6
(200,228,214)
#D7EDE2
(215,237,226)
#E6F6EE
(230,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509C76; }

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

This text font color is #509C76.


Background Color

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

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

This div background color is #509C76.


Border color

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

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

This div border color is #509C76.


Opacity

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

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

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

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

This text has shadow with #509C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509C76 on black background.


Color preview on white background

This text has color #509C76 on white background.



Black color preview on #509C76 background

This text has black color on #509C76 background.


White color preview on #509C76 background

This text has white color on #509C76 background.