COLOR #4C9D36

HEX: #4C9D36
RGB: (76,157,54)

Renk bilgisi

#4C9D36 contains mainly green color. #4C9D36 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4C9D36 color RGB value is (76,157,54).

  • kırmız ton 76;
  • yeşil ton 157;
  • mavi ton 54.
RGB:
(76,157,54)
(30%,62%,21%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 157 of 255 = 62%
B 54 of 255 = 21%

76
157
54

R + G + B ~ 38%. #4C9D36 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 157 + 54 = 287 (100%)
R 76 of 287 ~ 26.48%
G 157 of 287 ~ 54.7%
B 54 of 287 ~ 18.82%

%26.48
%54.7
%18.82

CMYK RENK MODELİ

#4C9D36 rengi CMYK tonu (52,0,66,38).

  • camgöbeği tonu 51.59%
  • eflatun tonu 0.00%
  • sarı tonu 65.61%
  • ana renk tonu 38.43%
CMYK:
(52,0,66,38)
C52M0Y66K38 
(52%,0%,66%,38%)
(0.52/0.00/0.66/0.38)	

CMYK yüzdeleri

%51.59
%0
%65.61
%38.43

Codes

Color #4C9D36 in popluar color models

4C9D36
RGB7615754
HSL107°48.82%41.37%
HSB/HSV107°65.61%61.57%
CMYK51.59%0.00%65.61%
38.43%

Color #4C9D36 in popluar number systems.

HEX4C9D36
Decimal7615754
Binary100110010011101110110
Octal11423566

Shades and tints

Shades of #4C9D36

#4C9D36
(76,157,54)
#468F32
(70,143,50)
#40812E
(64,129,46)
#3A732A
(58,115,42)
#346526
(52,101,38)
#2E5722
(46,87,34)
#28491E
(40,73,30)
#223B1A
(34,59,26)
#1C2D16
(28,45,22)
#161F12
(22,31,18)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #4C9D36

#4C9D36
(76,157,54)
#5CA548
(92,165,72)
#6CAD5A
(108,173,90)
#7CB56C
(124,181,108)
#8CBD7E
(140,189,126)
#9CC590
(156,197,144)
#ACCDA2
(172,205,162)
#BCD5B4
(188,213,180)
#CCDDC6
(204,221,198)
#DCE5D8
(220,229,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9D36 color. Also use rgb(76,157,54) instead hex code.

Text Font Color

.myTextColor { color: #4C9D36; }

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

This text font color is #4C9D36.


Background Color

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

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

This div background color is #4C9D36.


Border color

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

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

This div border color is #4C9D36.


Opacity

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

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

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

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

This text has shadow with #4C9D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9D36 on black background.


Color preview on white background

This text has color #4C9D36 on white background.



Black color preview on #4C9D36 background

This text has black color on #4C9D36 background.


White color preview on #4C9D36 background

This text has white color on #4C9D36 background.