COLOR #509E7C

HEX: #509E7C
RGB: (80,158,124)

Renk bilgisi

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

RGB renk modeli

#509E7C color RGB value is (80,158,124).

  • kırmız ton 80;
  • yeşil ton 158;
  • mavi ton 124.
RGB:
(80,158,124)
(31%,62%,49%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 158 of 255 = 62%
B 124 of 255 = 49%

80
158
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 158 + 124 = 362 (100%)
R 80 of 362 ~ 22.1%
G 158 of 362 ~ 43.65%
B 124 of 362 ~ 34.25%

%22.1
%43.65
%34.25

CMYK RENK MODELİ

#509E7C rengi CMYK tonu (49,0,22,38).

  • camgöbeği tonu 49.37%
  • eflatun tonu 0.00%
  • sarı tonu 21.52%
  • ana renk tonu 38.04%
CMYK:
(49,0,22,38)
C49M0Y22K38 
(49%,0%,22%,38%)
(0.49/0.00/0.22/0.38)	

CMYK yüzdeleri

%49.37
%0
%21.52
%38.04

Codes

Color #509E7C in popluar color models

509E7C
RGB80158124
HSL154°32.77%46.67%
HSB/HSV154°49.37%61.96%
CMYK49.37%0.00%21.52%
38.04%

Color #509E7C in popluar number systems.

HEX509E7C
Decimal80158124
Binary1010000100111101111100
Octal120236174

Shades and tints

Shades of #509E7C

#509E7C
(80,158,124)
#499071
(73,144,113)
#428266
(66,130,102)
#3B745B
(59,116,91)
#346650
(52,102,80)
#2D5845
(45,88,69)
#264A3A
(38,74,58)
#1F3C2F
(31,60,47)
#182E24
(24,46,36)
#112019
(17,32,25)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #509E7C

#509E7C
(80,158,124)
#5FA687
(95,166,135)
#6EAE92
(110,174,146)
#7DB69D
(125,182,157)
#8CBEA8
(140,190,168)
#9BC6B3
(155,198,179)
#AACEBE
(170,206,190)
#B9D6C9
(185,214,201)
#C8DED4
(200,222,212)
#D7E6DF
(215,230,223)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509E7C color. Also use rgb(80,158,124) instead hex code.

Text Font Color

.myTextColor { color: #509E7C; }

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

This text font color is #509E7C.


Background Color

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

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

This div background color is #509E7C.


Border color

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

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

This div border color is #509E7C.


Opacity

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

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

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

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

This text has shadow with #509E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509E7C on black background.


Color preview on white background

This text has color #509E7C on white background.



Black color preview on #509E7C background

This text has black color on #509E7C background.


White color preview on #509E7C background

This text has white color on #509E7C background.