COLOR #509848

HEX: #509848
RGB: (80,152,72)

Renk bilgisi

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

RGB renk modeli

#509848 color RGB value is (80,152,72).

  • kırmız ton 80;
  • yeşil ton 152;
  • mavi ton 72.
RGB:
(80,152,72)
(31%,60%,28%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 152 of 255 = 60%
B 72 of 255 = 28%

80
152
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 152 + 72 = 304 (100%)
R 80 of 304 ~ 26.32%
G 152 of 304 ~ 50%
B 72 of 304 ~ 23.68%

%26.32
%50
%23.68

CMYK RENK MODELİ

#509848 rengi CMYK tonu (47,0,53,40).

  • camgöbeği tonu 47.37%
  • eflatun tonu 0.00%
  • sarı tonu 52.63%
  • ana renk tonu 40.39%
CMYK:
(47,0,53,40)
C47M0Y53K40 
(47%,0%,53%,40%)
(0.47/0.00/0.53/0.40)	

CMYK yüzdeleri

%47.37
%0
%52.63
%40.39

Codes

Color #509848 in popluar color models

509848
RGB8015272
HSL114°35.71%43.92%
HSB/HSV114°52.63%59.61%
CMYK47.37%0.00%52.63%
40.39%

Color #509848 in popluar number systems.

HEX509848
Decimal8015272
Binary1010000100110001001000
Octal120230110

Shades and tints

Shades of #509848

#509848
(80,152,72)
#498B42
(73,139,66)
#427E3C
(66,126,60)
#3B7136
(59,113,54)
#346430
(52,100,48)
#2D572A
(45,87,42)
#264A24
(38,74,36)
#1F3D1E
(31,61,30)
#183018
(24,48,24)
#112312
(17,35,18)
#0A160C
(10,22,12)
#000000
(0,0,0)

Tints of #509848

#509848
(80,152,72)
#5FA158
(95,161,88)
#6EAA68
(110,170,104)
#7DB378
(125,179,120)
#8CBC88
(140,188,136)
#9BC598
(155,197,152)
#AACEA8
(170,206,168)
#B9D7B8
(185,215,184)
#C8E0C8
(200,224,200)
#D7E9D8
(215,233,216)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509848 color. Also use rgb(80,152,72) instead hex code.

Text Font Color

.myTextColor { color: #509848; }

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

This text font color is #509848.


Background Color

.myBgColor { background-color: #509848; }

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

This div background color is #509848.


Border color

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

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

This div border color is #509848.


Opacity

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

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

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

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

This text has shadow with #509848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509848 on black background.


Color preview on white background

This text has color #509848 on white background.



Black color preview on #509848 background

This text has black color on #509848 background.


White color preview on #509848 background

This text has white color on #509848 background.