COLOR #509149

HEX: #509149
RGB: (80,145,73)

Renk bilgisi

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

RGB renk modeli

#509149 color RGB value is (80,145,73).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 145 of 255 = 57%
B 73 of 255 = 29%

80
145
73

R + G + B ~ 39%. #509149 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 145 + 73 = 298 (100%)
R 80 of 298 ~ 26.85%
G 145 of 298 ~ 48.66%
B 73 of 298 ~ 24.5%

%26.85
%48.66
%24.5

CMYK RENK MODELİ

#509149 rengi CMYK tonu (45,0,50,43).

  • camgöbeği tonu 44.83%
  • eflatun tonu 0.00%
  • sarı tonu 49.66%
  • ana renk tonu 43.14%
CMYK:
(45,0,50,43)
C45M0Y50K43 
(45%,0%,50%,43%)
(0.45/0.00/0.50/0.43)	

CMYK yüzdeleri

%44.83
%0
%49.66
%43.14

Codes

Color #509149 in popluar color models

509149
RGB8014573
HSL114°33.03%42.75%
HSB/HSV114°49.66%56.86%
CMYK44.83%0.00%49.66%
43.14%

Color #509149 in popluar number systems.

HEX509149
Decimal8014573
Binary1010000100100011001001
Octal120221111

Shades and tints

Shades of #509149

#509149
(80,145,73)
#498443
(73,132,67)
#42773D
(66,119,61)
#3B6A37
(59,106,55)
#345D31
(52,93,49)
#2D502B
(45,80,43)
#264325
(38,67,37)
#1F361F
(31,54,31)
#182919
(24,41,25)
#111C13
(17,28,19)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #509149

#509149
(80,145,73)
#5F9B59
(95,155,89)
#6EA569
(110,165,105)
#7DAF79
(125,175,121)
#8CB989
(140,185,137)
#9BC399
(155,195,153)
#AACDA9
(170,205,169)
#B9D7B9
(185,215,185)
#C8E1C9
(200,225,201)
#D7EBD9
(215,235,217)
#E6F5E9
(230,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509149; }

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

This text font color is #509149.


Background Color

.myBgColor { background-color: #509149; }

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

This div background color is #509149.


Border color

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

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

This div border color is #509149.


Opacity

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

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

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

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

This text has shadow with #509149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509149 on black background.


Color preview on white background

This text has color #509149 on white background.



Black color preview on #509149 background

This text has black color on #509149 background.


White color preview on #509149 background

This text has white color on #509149 background.