COLOR #509D85

HEX: #509D85
RGB: (80,157,133)

Renk bilgisi

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

RGB renk modeli

#509D85 color RGB value is (80,157,133).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 157 of 255 = 62%
B 133 of 255 = 52%

80
157
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 157 + 133 = 370 (100%)
R 80 of 370 ~ 21.62%
G 157 of 370 ~ 42.43%
B 133 of 370 ~ 35.95%

%21.62
%42.43
%35.95

CMYK RENK MODELİ

#509D85 rengi CMYK tonu (49,0,15,38).

  • camgöbeği tonu 49.04%
  • eflatun tonu 0.00%
  • sarı tonu 15.29%
  • ana renk tonu 38.43%
CMYK:
(49,0,15,38)
C49M0Y15K38 
(49%,0%,15%,38%)
(0.49/0.00/0.15/0.38)	

CMYK yüzdeleri

%49.04
%0
%15.29
%38.43

Codes

Color #509D85 in popluar color models

509D85
RGB80157133
HSL161°32.49%46.47%
HSB/HSV161°49.04%61.57%
CMYK49.04%0.00%15.29%
38.43%

Color #509D85 in popluar number systems.

HEX509D85
Decimal80157133
Binary10100001001110110000101
Octal120235205

Shades and tints

Shades of #509D85

#509D85
(80,157,133)
#498F79
(73,143,121)
#42816D
(66,129,109)
#3B7361
(59,115,97)
#346555
(52,101,85)
#2D5749
(45,87,73)
#26493D
(38,73,61)
#1F3B31
(31,59,49)
#182D25
(24,45,37)
#111F19
(17,31,25)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #509D85

#509D85
(80,157,133)
#5FA590
(95,165,144)
#6EAD9B
(110,173,155)
#7DB5A6
(125,181,166)
#8CBDB1
(140,189,177)
#9BC5BC
(155,197,188)
#AACDC7
(170,205,199)
#B9D5D2
(185,213,210)
#C8DDDD
(200,221,221)
#D7E5E8
(215,229,232)
#E6EDF3
(230,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509D85; }

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

This text font color is #509D85.


Background Color

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

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

This div background color is #509D85.


Border color

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

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

This div border color is #509D85.


Opacity

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

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

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

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

This text has shadow with #509D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509D85 on black background.


Color preview on white background

This text has color #509D85 on white background.



Black color preview on #509D85 background

This text has black color on #509D85 background.


White color preview on #509D85 background

This text has white color on #509D85 background.