COLOR #509556

HEX: #509556
RGB: (80,149,86)

Renk bilgisi

#509556 contains mainly green color. #509556 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#509556 color RGB value is (80,149,86).

  • kırmız ton 80;
  • yeşil ton 149;
  • mavi ton 86.
RGB:
(80,149,86)
(31%,58%,34%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 149 of 255 = 58%
B 86 of 255 = 34%

80
149
86

R + G + B ~ 41%. #509556 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 149 + 86 = 315 (100%)
R 80 of 315 ~ 25.4%
G 149 of 315 ~ 47.3%
B 86 of 315 ~ 27.3%

%25.4
%47.3
%27.3

CMYK RENK MODELİ

#509556 rengi CMYK tonu (46,0,42,42).

  • camgöbeği tonu 46.31%
  • eflatun tonu 0.00%
  • sarı tonu 42.28%
  • ana renk tonu 41.57%
CMYK:
(46,0,42,42)
C46M0Y42K42 
(46%,0%,42%,42%)
(0.46/0.00/0.42/0.42)	

CMYK yüzdeleri

%46.31
%0
%42.28
%41.57

Codes

Color #509556 in popluar color models

509556
RGB8014986
HSL125°30.13%44.90%
HSB/HSV125°46.31%58.43%
CMYK46.31%0.00%42.28%
41.57%

Color #509556 in popluar number systems.

HEX509556
Decimal8014986
Binary1010000100101011010110
Octal120225126

Shades and tints

Shades of #509556

#509556
(80,149,86)
#49884F
(73,136,79)
#427B48
(66,123,72)
#3B6E41
(59,110,65)
#34613A
(52,97,58)
#2D5433
(45,84,51)
#26472C
(38,71,44)
#1F3A25
(31,58,37)
#182D1E
(24,45,30)
#112017
(17,32,23)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #509556

#509556
(80,149,86)
#5F9E65
(95,158,101)
#6EA774
(110,167,116)
#7DB083
(125,176,131)
#8CB992
(140,185,146)
#9BC2A1
(155,194,161)
#AACBB0
(170,203,176)
#B9D4BF
(185,212,191)
#C8DDCE
(200,221,206)
#D7E6DD
(215,230,221)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509556 color. Also use rgb(80,149,86) instead hex code.

Text Font Color

.myTextColor { color: #509556; }

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

This text font color is #509556.


Background Color

.myBgColor { background-color: #509556; }

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

This div background color is #509556.


Border color

.myBorderColor { border: 1px solid #509556; }

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

This div border color is #509556.


Opacity

.myOpacity80 { color: #509556; opacity: 0.8; }

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

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

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

This text has shadow with #509556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509556 on black background.


Color preview on white background

This text has color #509556 on white background.



Black color preview on #509556 background

This text has black color on #509556 background.


White color preview on #509556 background

This text has white color on #509556 background.