COLOR #509D94

HEX: #509D94
RGB: (80,157,148)

Renk bilgisi

#509D94 contains mainly green and blue colors. #509D94 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#509D94 color RGB value is (80,157,148).

  • kırmız ton 80;
  • yeşil ton 157;
  • mavi ton 148.
RGB:
(80,157,148)
(31%,62%,58%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 157 of 255 = 62%
B 148 of 255 = 58%

80
157
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 157 + 148 = 385 (100%)
R 80 of 385 ~ 20.78%
G 157 of 385 ~ 40.78%
B 148 of 385 ~ 38.44%

%20.78
%40.78
%38.44

CMYK RENK MODELİ

#509D94 rengi CMYK tonu (49,0,6,38).

  • camgöbeği tonu 49.04%
  • eflatun tonu 0.00%
  • sarı tonu 5.73%
  • ana renk tonu 38.43%
CMYK:
(49,0,6,38)
C49M0Y6K38 
(49%,0%,6%,38%)
(0.49/0.00/0.06/0.38)	

CMYK yüzdeleri

%49.04
%0
%5.73
%38.43

Codes

Color #509D94 in popluar color models

509D94
RGB80157148
HSL173°32.49%46.47%
HSB/HSV173°49.04%61.57%
CMYK49.04%0.00%5.73%
38.43%

Color #509D94 in popluar number systems.

HEX509D94
Decimal80157148
Binary10100001001110110010100
Octal120235224

Shades and tints

Shades of #509D94

#509D94
(80,157,148)
#498F87
(73,143,135)
#42817A
(66,129,122)
#3B736D
(59,115,109)
#346560
(52,101,96)
#2D5753
(45,87,83)
#264946
(38,73,70)
#1F3B39
(31,59,57)
#182D2C
(24,45,44)
#111F1F
(17,31,31)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #509D94

#509D94
(80,157,148)
#5FA59D
(95,165,157)
#6EADA6
(110,173,166)
#7DB5AF
(125,181,175)
#8CBDB8
(140,189,184)
#9BC5C1
(155,197,193)
#AACDCA
(170,205,202)
#B9D5D3
(185,213,211)
#C8DDDC
(200,221,220)
#D7E5E5
(215,229,229)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509D94 color. Also use rgb(80,157,148) instead hex code.

Text Font Color

.myTextColor { color: #509D94; }

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

This text font color is #509D94.


Background Color

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

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

This div background color is #509D94.


Border color

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

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

This div border color is #509D94.


Opacity

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

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

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

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

This text has shadow with #509D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509D94 on black background.


Color preview on white background

This text has color #509D94 on white background.



Black color preview on #509D94 background

This text has black color on #509D94 background.


White color preview on #509D94 background

This text has white color on #509D94 background.