COLOR #509656

HEX: #509656
RGB: (80,150,86)

Renk bilgisi

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

RGB renk modeli

#509656 color RGB value is (80,150,86).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 150 of 255 = 59%
B 86 of 255 = 34%

80
150
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 150 + 86 = 316 (100%)
R 80 of 316 ~ 25.32%
G 150 of 316 ~ 47.47%
B 86 of 316 ~ 27.22%

%25.32
%47.47
%27.22

CMYK RENK MODELİ

#509656 rengi CMYK tonu (47,0,43,41).

  • camgöbeği tonu 46.67%
  • eflatun tonu 0.00%
  • sarı tonu 42.67%
  • ana renk tonu 41.18%
CMYK:
(47,0,43,41)
C47M0Y43K41 
(47%,0%,43%,41%)
(0.47/0.00/0.43/0.41)	

CMYK yüzdeleri

%46.67
%0
%42.67
%41.18

Codes

Color #509656 in popluar color models

509656
RGB8015086
HSL125°30.43%45.10%
HSB/HSV125°46.67%58.82%
CMYK46.67%0.00%42.67%
41.18%

Color #509656 in popluar number systems.

HEX509656
Decimal8015086
Binary1010000100101101010110
Octal120226126

Shades and tints

Shades of #509656

#509656
(80,150,86)
#49894F
(73,137,79)
#427C48
(66,124,72)
#3B6F41
(59,111,65)
#34623A
(52,98,58)
#2D5533
(45,85,51)
#26482C
(38,72,44)
#1F3B25
(31,59,37)
#182E1E
(24,46,30)
#112117
(17,33,23)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #509656

#509656
(80,150,86)
#5F9F65
(95,159,101)
#6EA874
(110,168,116)
#7DB183
(125,177,131)
#8CBA92
(140,186,146)
#9BC3A1
(155,195,161)
#AACCB0
(170,204,176)
#B9D5BF
(185,213,191)
#C8DECE
(200,222,206)
#D7E7DD
(215,231,221)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509656; }

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

This text font color is #509656.


Background Color

.myBgColor { background-color: #509656; }

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

This div background color is #509656.


Border color

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

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

This div border color is #509656.


Opacity

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

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

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

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

This text has shadow with #509656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509656 on black background.


Color preview on white background

This text has color #509656 on white background.



Black color preview on #509656 background

This text has black color on #509656 background.


White color preview on #509656 background

This text has white color on #509656 background.