COLOR #509649

HEX: #509649
RGB: (80,150,73)

Renk bilgisi

#509649 contains mainly green color. #509649 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#509649 color RGB value is (80,150,73).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 150 of 255 = 59%
B 73 of 255 = 29%

80
150
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 150 + 73 = 303 (100%)
R 80 of 303 ~ 26.4%
G 150 of 303 ~ 49.5%
B 73 of 303 ~ 24.09%

%26.4
%49.5
%24.09

CMYK RENK MODELİ

#509649 rengi CMYK tonu (47,0,51,41).

  • camgöbeği tonu 46.67%
  • eflatun tonu 0.00%
  • sarı tonu 51.33%
  • ana renk tonu 41.18%
CMYK:
(47,0,51,41)
C47M0Y51K41 
(47%,0%,51%,41%)
(0.47/0.00/0.51/0.41)	

CMYK yüzdeleri

%46.67
%0
%51.33
%41.18

Codes

Color #509649 in popluar color models

509649
RGB8015073
HSL115°34.53%43.73%
HSB/HSV115°51.33%58.82%
CMYK46.67%0.00%51.33%
41.18%

Color #509649 in popluar number systems.

HEX509649
Decimal8015073
Binary1010000100101101001001
Octal120226111

Shades and tints

Shades of #509649

#509649
(80,150,73)
#498943
(73,137,67)
#427C3D
(66,124,61)
#3B6F37
(59,111,55)
#346231
(52,98,49)
#2D552B
(45,85,43)
#264825
(38,72,37)
#1F3B1F
(31,59,31)
#182E19
(24,46,25)
#112113
(17,33,19)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #509649

#509649
(80,150,73)
#5F9F59
(95,159,89)
#6EA869
(110,168,105)
#7DB179
(125,177,121)
#8CBA89
(140,186,137)
#9BC399
(155,195,153)
#AACCA9
(170,204,169)
#B9D5B9
(185,213,185)
#C8DEC9
(200,222,201)
#D7E7D9
(215,231,217)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509649; }

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

This text font color is #509649.


Background Color

.myBgColor { background-color: #509649; }

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

This div background color is #509649.


Border color

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

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

This div border color is #509649.


Opacity

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

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

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

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

This text has shadow with #509649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509649 on black background.


Color preview on white background

This text has color #509649 on white background.



Black color preview on #509649 background

This text has black color on #509649 background.


White color preview on #509649 background

This text has white color on #509649 background.