COLOR #509351

HEX: #509351
RGB: (80,147,81)

Renk bilgisi

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

RGB renk modeli

#509351 color RGB value is (80,147,81).

  • kırmız ton 80;
  • yeşil ton 147;
  • mavi ton 81.
RGB:
(80,147,81)
(31%,58%,32%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 147 of 255 = 58%
B 81 of 255 = 32%

80
147
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 147 + 81 = 308 (100%)
R 80 of 308 ~ 25.97%
G 147 of 308 ~ 47.73%
B 81 of 308 ~ 26.3%

%25.97
%47.73
%26.3

CMYK RENK MODELİ

#509351 rengi CMYK tonu (46,0,45,42).

  • camgöbeği tonu 45.58%
  • eflatun tonu 0.00%
  • sarı tonu 44.90%
  • ana renk tonu 42.35%
CMYK:
(46,0,45,42)
C46M0Y45K42 
(46%,0%,45%,42%)
(0.46/0.00/0.45/0.42)	

CMYK yüzdeleri

%45.58
%0
%44.9
%42.35

Codes

Color #509351 in popluar color models

509351
RGB8014781
HSL121°29.52%44.51%
HSB/HSV121°45.58%57.65%
CMYK45.58%0.00%44.90%
42.35%

Color #509351 in popluar number systems.

HEX509351
Decimal8014781
Binary1010000100100111010001
Octal120223121

Shades and tints

Shades of #509351

#509351
(80,147,81)
#49864A
(73,134,74)
#427943
(66,121,67)
#3B6C3C
(59,108,60)
#345F35
(52,95,53)
#2D522E
(45,82,46)
#264527
(38,69,39)
#1F3820
(31,56,32)
#182B19
(24,43,25)
#111E12
(17,30,18)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #509351

#509351
(80,147,81)
#5F9C60
(95,156,96)
#6EA56F
(110,165,111)
#7DAE7E
(125,174,126)
#8CB78D
(140,183,141)
#9BC09C
(155,192,156)
#AAC9AB
(170,201,171)
#B9D2BA
(185,210,186)
#C8DBC9
(200,219,201)
#D7E4D8
(215,228,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509351 color. Also use rgb(80,147,81) instead hex code.

Text Font Color

.myTextColor { color: #509351; }

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

This text font color is #509351.


Background Color

.myBgColor { background-color: #509351; }

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

This div background color is #509351.


Border color

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

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

This div border color is #509351.


Opacity

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

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

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

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

This text has shadow with #509351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509351 on black background.


Color preview on white background

This text has color #509351 on white background.



Black color preview on #509351 background

This text has black color on #509351 background.


White color preview on #509351 background

This text has white color on #509351 background.