COLOR #4C7E15

HEX: #4C7E15
RGB: (76,126,21)

Renk bilgisi

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

RGB renk modeli

#4C7E15 color RGB value is (76,126,21).

  • kırmız ton 76;
  • yeşil ton 126;
  • mavi ton 21.
RGB:
(76,126,21)
(30%,49%,8%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 126 of 255 = 49%
B 21 of 255 = 8%

76
126
21

R + G + B ~ 29%. #4C7E15 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 126 + 21 = 223 (100%)
R 76 of 223 ~ 34.08%
G 126 of 223 ~ 56.5%
B 21 of 223 ~ 9.42%

%34.08
%56.5

CMYK RENK MODELİ

#4C7E15 rengi CMYK tonu (40,0,83,51).

  • camgöbeği tonu 39.68%
  • eflatun tonu 0.00%
  • sarı tonu 83.33%
  • ana renk tonu 50.59%
CMYK:
(40,0,83,51)
C40M0Y83K51 
(40%,0%,83%,51%)
(0.40/0.00/0.83/0.51)	

CMYK yüzdeleri

%39.68
%0
%83.33
%50.59

Codes

Color #4C7E15 in popluar color models

4C7E15
RGB7612621
HSL89°71.43%28.82%
HSB/HSV89°83.33%49.41%
CMYK39.68%0.00%83.33%
50.59%

Color #4C7E15 in popluar number systems.

HEX4C7E15
Decimal7612621
Binary1001100111111010101
Octal11417625

Shades and tints

Shades of #4C7E15

#4C7E15
(76,126,21)
#467314
(70,115,20)
#406813
(64,104,19)
#3A5D12
(58,93,18)
#345211
(52,82,17)
#2E4710
(46,71,16)
#283C0F
(40,60,15)
#22310E
(34,49,14)
#1C260D
(28,38,13)
#161B0C
(22,27,12)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #4C7E15

#4C7E15
(76,126,21)
#5C892A
(92,137,42)
#6C943F
(108,148,63)
#7C9F54
(124,159,84)
#8CAA69
(140,170,105)
#9CB57E
(156,181,126)
#ACC093
(172,192,147)
#BCCBA8
(188,203,168)
#CCD6BD
(204,214,189)
#DCE1D2
(220,225,210)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7E15 color. Also use rgb(76,126,21) instead hex code.

Text Font Color

.myTextColor { color: #4C7E15; }

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

This text font color is #4C7E15.


Background Color

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

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

This div background color is #4C7E15.


Border color

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

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

This div border color is #4C7E15.


Opacity

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

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

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

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

This text has shadow with #4C7E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7E15 on black background.


Color preview on white background

This text has color #4C7E15 on white background.



Black color preview on #4C7E15 background

This text has black color on #4C7E15 background.


White color preview on #4C7E15 background

This text has white color on #4C7E15 background.