COLOR #4C7E13

HEX: #4C7E13
RGB: (76,126,19)

Renk bilgisi

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

RGB renk modeli

#4C7E13 color RGB value is (76,126,19).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 126 of 255 = 49%
B 19 of 255 = 7%

76
126
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 126 + 19 = 221 (100%)
R 76 of 221 ~ 34.39%
G 126 of 221 ~ 57.01%
B 19 of 221 ~ 8.6%

%34.39
%57.01

CMYK RENK MODELİ

#4C7E13 rengi CMYK tonu (40,0,85,51).

  • camgöbeği tonu 39.68%
  • eflatun tonu 0.00%
  • sarı tonu 84.92%
  • ana renk tonu 50.59%
CMYK:
(40,0,85,51)
C40M0Y85K51 
(40%,0%,85%,51%)
(0.40/0.00/0.85/0.51)	

CMYK yüzdeleri

%39.68
%0
%84.92
%50.59

Codes

Color #4C7E13 in popluar color models

4C7E13
RGB7612619
HSL88°73.79%28.43%
HSB/HSV88°84.92%49.41%
CMYK39.68%0.00%84.92%
50.59%

Color #4C7E13 in popluar number systems.

HEX4C7E13
Decimal7612619
Binary1001100111111010011
Octal11417623

Shades and tints

Shades of #4C7E13

#4C7E13
(76,126,19)
#467312
(70,115,18)
#406811
(64,104,17)
#3A5D10
(58,93,16)
#34520F
(52,82,15)
#2E470E
(46,71,14)
#283C0D
(40,60,13)
#22310C
(34,49,12)
#1C260B
(28,38,11)
#161B0A
(22,27,10)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #4C7E13

#4C7E13
(76,126,19)
#5C8928
(92,137,40)
#6C943D
(108,148,61)
#7C9F52
(124,159,82)
#8CAA67
(140,170,103)
#9CB57C
(156,181,124)
#ACC091
(172,192,145)
#BCCBA6
(188,203,166)
#CCD6BB
(204,214,187)
#DCE1D0
(220,225,208)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7E13; }

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

This text font color is #4C7E13.


Background Color

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

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

This div background color is #4C7E13.


Border color

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

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

This div border color is #4C7E13.


Opacity

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

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

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

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

This text has shadow with #4C7E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7E13 on black background.


Color preview on white background

This text has color #4C7E13 on white background.



Black color preview on #4C7E13 background

This text has black color on #4C7E13 background.


White color preview on #4C7E13 background

This text has white color on #4C7E13 background.