COLOR #4C7F0A

HEX: #4C7F0A
RGB: (76,127,10)

Renk bilgisi

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

RGB renk modeli

#4C7F0A color RGB value is (76,127,10).

  • kırmız ton 76;
  • yeşil ton 127;
  • mavi ton 10.
RGB:
(76,127,10)
(30%,50%,4%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 127 of 255 = 50%
B 10 of 255 = 4%

76
127
10

R + G + B ~ 28%. #4C7F0A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 127 + 10 = 213 (100%)
R 76 of 213 ~ 35.68%
G 127 of 213 ~ 59.62%
B 10 of 213 ~ 4.69%

%35.68
%59.62

CMYK RENK MODELİ

#4C7F0A rengi CMYK tonu (40,0,92,50).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 92.13%
  • ana renk tonu 50.20%
CMYK:
(40,0,92,50)
C40M0Y92K50 
(40%,0%,92%,50%)
(0.40/0.00/0.92/0.50)	

CMYK yüzdeleri

%40.16
%0
%92.13
%50.2

Codes

Color #4C7F0A in popluar color models

4C7F0A
RGB7612710
HSL86°85.40%26.86%
HSB/HSV86°92.13%49.80%
CMYK40.16%0.00%92.13%
50.20%

Color #4C7F0A in popluar number systems.

HEX4C7F0A
Decimal7612710
Binary100110011111111010
Octal11417712

Shades and tints

Shades of #4C7F0A

#4C7F0A
(76,127,10)
#46740A
(70,116,10)
#40690A
(64,105,10)
#3A5E0A
(58,94,10)
#34530A
(52,83,10)
#2E480A
(46,72,10)
#283D0A
(40,61,10)
#22320A
(34,50,10)
#1C270A
(28,39,10)
#161C0A
(22,28,10)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #4C7F0A

#4C7F0A
(76,127,10)
#5C8A20
(92,138,32)
#6C9536
(108,149,54)
#7CA04C
(124,160,76)
#8CAB62
(140,171,98)
#9CB678
(156,182,120)
#ACC18E
(172,193,142)
#BCCCA4
(188,204,164)
#CCD7BA
(204,215,186)
#DCE2D0
(220,226,208)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7F0A color. Also use rgb(76,127,10) instead hex code.

Text Font Color

.myTextColor { color: #4C7F0A; }

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

This text font color is #4C7F0A.


Background Color

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

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

This div background color is #4C7F0A.


Border color

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

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

This div border color is #4C7F0A.


Opacity

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

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

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

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

This text has shadow with #4C7F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7F0A on black background.


Color preview on white background

This text has color #4C7F0A on white background.



Black color preview on #4C7F0A background

This text has black color on #4C7F0A background.


White color preview on #4C7F0A background

This text has white color on #4C7F0A background.