COLOR #509555

HEX: #509555
RGB: (80,149,85)

Renk bilgisi

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

RGB renk modeli

#509555 color RGB value is (80,149,85).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 149 of 255 = 58%
B 85 of 255 = 33%

80
149
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 149 + 85 = 314 (100%)
R 80 of 314 ~ 25.48%
G 149 of 314 ~ 47.45%
B 85 of 314 ~ 27.07%

%25.48
%47.45
%27.07

CMYK RENK MODELİ

#509555 rengi CMYK tonu (46,0,43,42).

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

CMYK yüzdeleri

%46.31
%0
%42.95
%41.57

Codes

Color #509555 in popluar color models

509555
RGB8014985
HSL124°30.13%44.90%
HSB/HSV124°46.31%58.43%
CMYK46.31%0.00%42.95%
41.57%

Color #509555 in popluar number systems.

HEX509555
Decimal8014985
Binary1010000100101011010101
Octal120225125

Shades and tints

Shades of #509555

#509555
(80,149,85)
#49884E
(73,136,78)
#427B47
(66,123,71)
#3B6E40
(59,110,64)
#346139
(52,97,57)
#2D5432
(45,84,50)
#26472B
(38,71,43)
#1F3A24
(31,58,36)
#182D1D
(24,45,29)
#112016
(17,32,22)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #509555

#509555
(80,149,85)
#5F9E64
(95,158,100)
#6EA773
(110,167,115)
#7DB082
(125,176,130)
#8CB991
(140,185,145)
#9BC2A0
(155,194,160)
#AACBAF
(170,203,175)
#B9D4BE
(185,212,190)
#C8DDCD
(200,221,205)
#D7E6DC
(215,230,220)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509555; }

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

This text font color is #509555.


Background Color

.myBgColor { background-color: #509555; }

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

This div background color is #509555.


Border color

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

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

This div border color is #509555.


Opacity

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

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

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

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

This text has shadow with #509555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509555 on black background.


Color preview on white background

This text has color #509555 on white background.



Black color preview on #509555 background

This text has black color on #509555 background.


White color preview on #509555 background

This text has white color on #509555 background.