COLOR #508C00

HEX: #508C00
RGB: (80,140,0)

Renk bilgisi

#508C00 contains mainly green color. #508C00 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#508C00 color RGB value is (80,140,0).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 140 of 255 = 55%
B 0 of 255 = 0%

80
140
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 140 + 0 = 220 (100%)
R 80 of 220 ~ 36.36%
G 140 of 220 ~ 63.64%
B 0 of 220 ~ 0%

%36.36
%63.64

CMYK RENK MODELİ

#508C00 rengi CMYK tonu (43,0,100,45).

  • camgöbeği tonu 42.86%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 45.10%
CMYK:
(43,0,100,45)
C43M0Y100K45 
(43%,0%,100%,45%)
(0.43/0.00/1.00/0.45)	

CMYK yüzdeleri

%42.86
%0
%100
%45.1

Codes

Color #508C00 in popluar color models

508C00
RGB801400
HSL86°100.00%27.45%
HSB/HSV86°100.00%54.90%
CMYK42.86%0.00%100.00%
45.10%

Color #508C00 in popluar number systems.

HEX508C00
Decimal801400
Binary1010000100011000
Octal1202140

Shades and tints

Shades of #508C00

#508C00
(80,140,0)
#498000
(73,128,0)
#427400
(66,116,0)
#3B6800
(59,104,0)
#345C00
(52,92,0)
#2D5000
(45,80,0)
#264400
(38,68,0)
#1F3800
(31,56,0)
#182C00
(24,44,0)
#112000
(17,32,0)
#0A1400
(10,20,0)
#000000
(0,0,0)

Tints of #508C00

#508C00
(80,140,0)
#5F9617
(95,150,23)
#6EA02E
(110,160,46)
#7DAA45
(125,170,69)
#8CB45C
(140,180,92)
#9BBE73
(155,190,115)
#AAC88A
(170,200,138)
#B9D2A1
(185,210,161)
#C8DCB8
(200,220,184)
#D7E6CF
(215,230,207)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508C00; }

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

This text font color is #508C00.


Background Color

.myBgColor { background-color: #508C00; }

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

This div background color is #508C00.


Border color

.myBorderColor { border: 1px solid #508C00; }

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

This div border color is #508C00.


Opacity

.myOpacity80 { color: #508C00; opacity: 0.8; }

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

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

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

This text has shadow with #508C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508C00 on black background.


Color preview on white background

This text has color #508C00 on white background.



Black color preview on #508C00 background

This text has black color on #508C00 background.


White color preview on #508C00 background

This text has white color on #508C00 background.