COLOR #507F00

HEX: #507F00
RGB: (80,127,0)

Renk bilgisi

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

RGB renk modeli

#507F00 color RGB value is (80,127,0).

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

RGB bağlantıları ve doygunluk

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

80
127
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 127 + 0 = 207 (100%)
R 80 of 207 ~ 38.65%
G 127 of 207 ~ 61.35%
B 0 of 207 ~ 0%

%38.65
%61.35

CMYK RENK MODELİ

#507F00 rengi CMYK tonu (37,0,100,50).

  • camgöbeği tonu 37.01%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 50.20%
CMYK:
(37,0,100,50)
C37M0Y100K50 
(37%,0%,100%,50%)
(0.37/0.00/1.00/0.50)	

CMYK yüzdeleri

%37.01
%0
%100
%50.2

Codes

Color #507F00 in popluar color models

507F00
RGB801270
HSL82°100.00%24.90%
HSB/HSV82°100.00%49.80%
CMYK37.01%0.00%100.00%
50.20%

Color #507F00 in popluar number systems.

HEX507F00
Decimal801270
Binary101000011111110
Octal1201770

Shades and tints

Shades of #507F00

#507F00
(80,127,0)
#497400
(73,116,0)
#426900
(66,105,0)
#3B5E00
(59,94,0)
#345300
(52,83,0)
#2D4800
(45,72,0)
#263D00
(38,61,0)
#1F3200
(31,50,0)
#182700
(24,39,0)
#111C00
(17,28,0)
#0A1100
(10,17,0)
#000000
(0,0,0)

Tints of #507F00

#507F00
(80,127,0)
#5F8A17
(95,138,23)
#6E952E
(110,149,46)
#7DA045
(125,160,69)
#8CAB5C
(140,171,92)
#9BB673
(155,182,115)
#AAC18A
(170,193,138)
#B9CCA1
(185,204,161)
#C8D7B8
(200,215,184)
#D7E2CF
(215,226,207)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F00; }

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

This text font color is #507F00.


Background Color

.myBgColor { background-color: #507F00; }

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

This div background color is #507F00.


Border color

.myBorderColor { border: 1px solid #507F00; }

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

This div border color is #507F00.


Opacity

.myOpacity80 { color: #507F00; opacity: 0.8; }

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

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

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

This text has shadow with #507F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507F00 on black background.


Color preview on white background

This text has color #507F00 on white background.



Black color preview on #507F00 background

This text has black color on #507F00 background.


White color preview on #507F00 background

This text has white color on #507F00 background.