COLOR #508709

HEX: #508709
RGB: (80,135,9)

Renk bilgisi

#508709 contains mainly red and green colors. #508709 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#508709 color RGB value is (80,135,9).

  • kırmız ton 80;
  • yeşil ton 135;
  • mavi ton 9.
RGB:
(80,135,9)
(31%,53%,4%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 135 of 255 = 53%
B 9 of 255 = 4%

80
135
9

R + G + B ~ 29%. #508709 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 135 + 9 = 224 (100%)
R 80 of 224 ~ 35.71%
G 135 of 224 ~ 60.27%
B 9 of 224 ~ 4.02%

%35.71
%60.27

CMYK RENK MODELİ

#508709 rengi CMYK tonu (41,0,93,47).

  • camgöbeği tonu 40.74%
  • eflatun tonu 0.00%
  • sarı tonu 93.33%
  • ana renk tonu 47.06%
CMYK:
(41,0,93,47)
C41M0Y93K47 
(41%,0%,93%,47%)
(0.41/0.00/0.93/0.47)	

CMYK yüzdeleri

%40.74
%0
%93.33
%47.06

Codes

Color #508709 in popluar color models

508709
RGB801359
HSL86°87.50%28.24%
HSB/HSV86°93.33%52.94%
CMYK40.74%0.00%93.33%
47.06%

Color #508709 in popluar number systems.

HEX508709
Decimal801359
Binary1010000100001111001
Octal12020711

Shades and tints

Shades of #508709

#508709
(80,135,9)
#497B09
(73,123,9)
#426F09
(66,111,9)
#3B6309
(59,99,9)
#345709
(52,87,9)
#2D4B09
(45,75,9)
#263F09
(38,63,9)
#1F3309
(31,51,9)
#182709
(24,39,9)
#111B09
(17,27,9)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #508709

#508709
(80,135,9)
#5F911F
(95,145,31)
#6E9B35
(110,155,53)
#7DA54B
(125,165,75)
#8CAF61
(140,175,97)
#9BB977
(155,185,119)
#AAC38D
(170,195,141)
#B9CDA3
(185,205,163)
#C8D7B9
(200,215,185)
#D7E1CF
(215,225,207)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508709 color. Also use rgb(80,135,9) instead hex code.

Text Font Color

.myTextColor { color: #508709; }

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

This text font color is #508709.


Background Color

.myBgColor { background-color: #508709; }

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

This div background color is #508709.


Border color

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

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

This div border color is #508709.


Opacity

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

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

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

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

This text has shadow with #508709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508709 on black background.


Color preview on white background

This text has color #508709 on white background.



Black color preview on #508709 background

This text has black color on #508709 background.


White color preview on #508709 background

This text has white color on #508709 background.