COLOR #509C70

HEX: #509C70
RGB: (80,156,112)

Renk bilgisi

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

RGB renk modeli

#509C70 color RGB value is (80,156,112).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 156 of 255 = 61%
B 112 of 255 = 44%

80
156
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 156 + 112 = 348 (100%)
R 80 of 348 ~ 22.99%
G 156 of 348 ~ 44.83%
B 112 of 348 ~ 32.18%

%22.99
%44.83
%32.18

CMYK RENK MODELİ

#509C70 rengi CMYK tonu (49,0,28,39).

  • camgöbeği tonu 48.72%
  • eflatun tonu 0.00%
  • sarı tonu 28.21%
  • ana renk tonu 38.82%
CMYK:
(49,0,28,39)
C49M0Y28K39 
(49%,0%,28%,39%)
(0.49/0.00/0.28/0.39)	

CMYK yüzdeleri

%48.72
%0
%28.21
%38.82

Codes

Color #509C70 in popluar color models

509C70
RGB80156112
HSL145°32.20%46.27%
HSB/HSV145°48.72%61.18%
CMYK48.72%0.00%28.21%
38.82%

Color #509C70 in popluar number systems.

HEX509C70
Decimal80156112
Binary1010000100111001110000
Octal120234160

Shades and tints

Shades of #509C70

#509C70
(80,156,112)
#498E66
(73,142,102)
#42805C
(66,128,92)
#3B7252
(59,114,82)
#346448
(52,100,72)
#2D563E
(45,86,62)
#264834
(38,72,52)
#1F3A2A
(31,58,42)
#182C20
(24,44,32)
#111E16
(17,30,22)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #509C70

#509C70
(80,156,112)
#5FA57D
(95,165,125)
#6EAE8A
(110,174,138)
#7DB797
(125,183,151)
#8CC0A4
(140,192,164)
#9BC9B1
(155,201,177)
#AAD2BE
(170,210,190)
#B9DBCB
(185,219,203)
#C8E4D8
(200,228,216)
#D7EDE5
(215,237,229)
#E6F6F2
(230,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509C70; }

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

This text font color is #509C70.


Background Color

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

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

This div background color is #509C70.


Border color

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

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

This div border color is #509C70.


Opacity

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

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

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

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

This text has shadow with #509C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509C70 on black background.


Color preview on white background

This text has color #509C70 on white background.



Black color preview on #509C70 background

This text has black color on #509C70 background.


White color preview on #509C70 background

This text has white color on #509C70 background.