COLOR #508000

HEX: #508000
RGB: (80,128,0)

Renk bilgisi

#508000 contains only red and green colors. #508000 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#508000 color RGB value is (80,128,0).

  • kırmız ton 80;
  • yeşil ton 128;
  • mavi ton 0.
RGB:
(80,128,0)
(31%,50%,0%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 128 of 255 = 50%
B 0 of 255 = 0%

80
128
0

R + G + B ~ 27%. #508000 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 128 + 0 = 208 (100%)
R 80 of 208 ~ 38.46%
G 128 of 208 ~ 61.54%
B 0 of 208 ~ 0%

%38.46
%61.54

CMYK RENK MODELİ

#508000 rengi CMYK tonu (38,0,100,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 49.80%
CMYK:
(38,0,100,50)
C38M0Y100K50 
(38%,0%,100%,50%)
(0.38/0.00/1.00/0.50)	

CMYK yüzdeleri

%37.5
%0
%100
%49.8

Codes

Color #508000 in popluar color models

508000
RGB801280
HSL83°100.00%25.10%
HSB/HSV83°100.00%50.20%
CMYK37.50%0.00%100.00%
49.80%

Color #508000 in popluar number systems.

HEX508000
Decimal801280
Binary1010000100000000
Octal1202000

Shades and tints

Shades of #508000

#508000
(80,128,0)
#497500
(73,117,0)
#426A00
(66,106,0)
#3B5F00
(59,95,0)
#345400
(52,84,0)
#2D4900
(45,73,0)
#263E00
(38,62,0)
#1F3300
(31,51,0)
#182800
(24,40,0)
#111D00
(17,29,0)
#0A1200
(10,18,0)
#000000
(0,0,0)

Tints of #508000

#508000
(80,128,0)
#5F8B17
(95,139,23)
#6E962E
(110,150,46)
#7DA145
(125,161,69)
#8CAC5C
(140,172,92)
#9BB773
(155,183,115)
#AAC28A
(170,194,138)
#B9CDA1
(185,205,161)
#C8D8B8
(200,216,184)
#D7E3CF
(215,227,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508000 color. Also use rgb(80,128,0) instead hex code.

Text Font Color

.myTextColor { color: #508000; }

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

This text font color is #508000.


Background Color

.myBgColor { background-color: #508000; }

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

This div background color is #508000.


Border color

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

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

This div border color is #508000.


Opacity

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

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

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

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

This text has shadow with #508000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508000 on black background.


Color preview on white background

This text has color #508000 on white background.



Black color preview on #508000 background

This text has black color on #508000 background.


White color preview on #508000 background

This text has white color on #508000 background.