COLOR #509D90

HEX: #509D90
RGB: (80,157,144)

Renk bilgisi

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

RGB renk modeli

#509D90 color RGB value is (80,157,144).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 157 of 255 = 62%
B 144 of 255 = 56%

80
157
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 157 + 144 = 381 (100%)
R 80 of 381 ~ 21%
G 157 of 381 ~ 41.21%
B 144 of 381 ~ 37.8%

%21
%41.21
%37.8

CMYK RENK MODELİ

#509D90 rengi CMYK tonu (49,0,8,38).

  • camgöbeği tonu 49.04%
  • eflatun tonu 0.00%
  • sarı tonu 8.28%
  • ana renk tonu 38.43%
CMYK:
(49,0,8,38)
C49M0Y8K38 
(49%,0%,8%,38%)
(0.49/0.00/0.08/0.38)	

CMYK yüzdeleri

%49.04
%0
%8.28
%38.43

Codes

Color #509D90 in popluar color models

509D90
RGB80157144
HSL170°32.49%46.47%
HSB/HSV170°49.04%61.57%
CMYK49.04%0.00%8.28%
38.43%

Color #509D90 in popluar number systems.

HEX509D90
Decimal80157144
Binary10100001001110110010000
Octal120235220

Shades and tints

Shades of #509D90

#509D90
(80,157,144)
#498F83
(73,143,131)
#428176
(66,129,118)
#3B7369
(59,115,105)
#34655C
(52,101,92)
#2D574F
(45,87,79)
#264942
(38,73,66)
#1F3B35
(31,59,53)
#182D28
(24,45,40)
#111F1B
(17,31,27)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #509D90

#509D90
(80,157,144)
#5FA59A
(95,165,154)
#6EADA4
(110,173,164)
#7DB5AE
(125,181,174)
#8CBDB8
(140,189,184)
#9BC5C2
(155,197,194)
#AACDCC
(170,205,204)
#B9D5D6
(185,213,214)
#C8DDE0
(200,221,224)
#D7E5EA
(215,229,234)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509D90; }

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

This text font color is #509D90.


Background Color

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

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

This div background color is #509D90.


Border color

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

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

This div border color is #509D90.


Opacity

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

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

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

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

This text has shadow with #509D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509D90 on black background.


Color preview on white background

This text has color #509D90 on white background.



Black color preview on #509D90 background

This text has black color on #509D90 background.


White color preview on #509D90 background

This text has white color on #509D90 background.