COLOR #4B7F00

HEX: #4B7F00
RGB: (75,127,0)

Renk bilgisi

#4B7F00 contains only red and green colors. #4B7F00 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#4B7F00 color RGB value is (75,127,0).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 127 of 255 = 50%
B 0 of 255 = 0%

75
127
0

R + G + B ~ 26%. #4B7F00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 127 + 0 = 202 (100%)
R 75 of 202 ~ 37.13%
G 127 of 202 ~ 62.87%
B 0 of 202 ~ 0%

%37.13
%62.87

CMYK RENK MODELİ

#4B7F00 rengi CMYK tonu (41,0,100,50).

  • camgöbeği tonu 40.94%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 50.20%
CMYK:
(41,0,100,50)
C41M0Y100K50 
(41%,0%,100%,50%)
(0.41/0.00/1.00/0.50)	

CMYK yüzdeleri

%40.94
%0
%100
%50.2

Codes

Color #4B7F00 in popluar color models

4B7F00
RGB751270
HSL85°100.00%24.90%
HSB/HSV85°100.00%49.80%
CMYK40.94%0.00%100.00%
50.20%

Color #4B7F00 in popluar number systems.

HEX4B7F00
Decimal751270
Binary100101111111110
Octal1131770

Shades and tints

Shades of #4B7F00

#4B7F00
(75,127,0)
#457400
(69,116,0)
#3F6900
(63,105,0)
#395E00
(57,94,0)
#335300
(51,83,0)
#2D4800
(45,72,0)
#273D00
(39,61,0)
#213200
(33,50,0)
#1B2700
(27,39,0)
#151C00
(21,28,0)
#0F1100
(15,17,0)
#000000
(0,0,0)

Tints of #4B7F00

#4B7F00
(75,127,0)
#5B8A17
(91,138,23)
#6B952E
(107,149,46)
#7BA045
(123,160,69)
#8BAB5C
(139,171,92)
#9BB673
(155,182,115)
#ABC18A
(171,193,138)
#BBCCA1
(187,204,161)
#CBD7B8
(203,215,184)
#DBE2CF
(219,226,207)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7F00 color. Also use rgb(75,127,0) instead hex code.

Text Font Color

.myTextColor { color: #4B7F00; }

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

This text font color is #4B7F00.


Background Color

.myBgColor { background-color: #4B7F00; }

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

This div background color is #4B7F00.


Border color

.myBorderColor { border: 1px solid #4B7F00; }

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

This div border color is #4B7F00.


Opacity

.myOpacity80 { color: #4B7F00; opacity: 0.8; }

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

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

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

This text has shadow with #4B7F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7F00 on black background.


Color preview on white background

This text has color #4B7F00 on white background.



Black color preview on #4B7F00 background

This text has black color on #4B7F00 background.


White color preview on #4B7F00 background

This text has white color on #4B7F00 background.