COLOR #4C8921

HEX: #4C8921
RGB: (76,137,33)

Renk bilgisi

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

RGB renk modeli

#4C8921 color RGB value is (76,137,33).

  • kırmız ton 76;
  • yeşil ton 137;
  • mavi ton 33.
RGB:
(76,137,33)
(30%,54%,13%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 137 of 255 = 54%
B 33 of 255 = 13%

76
137
33

R + G + B ~ 32%. #4C8921 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 137 + 33 = 246 (100%)
R 76 of 246 ~ 30.89%
G 137 of 246 ~ 55.69%
B 33 of 246 ~ 13.41%

%30.89
%55.69
%13.41

CMYK RENK MODELİ

#4C8921 rengi CMYK tonu (45,0,76,46).

  • camgöbeği tonu 44.53%
  • eflatun tonu 0.00%
  • sarı tonu 75.91%
  • ana renk tonu 46.27%
CMYK:
(45,0,76,46)
C45M0Y76K46 
(45%,0%,76%,46%)
(0.45/0.00/0.76/0.46)	

CMYK yüzdeleri

%44.53
%0
%75.91
%46.27

Codes

Color #4C8921 in popluar color models

4C8921
RGB7613733
HSL95°61.18%33.33%
HSB/HSV95°75.91%53.73%
CMYK44.53%0.00%75.91%
46.27%

Color #4C8921 in popluar number systems.

HEX4C8921
Decimal7613733
Binary100110010001001100001
Octal11421141

Shades and tints

Shades of #4C8921

#4C8921
(76,137,33)
#467D1E
(70,125,30)
#40711B
(64,113,27)
#3A6518
(58,101,24)
#345915
(52,89,21)
#2E4D12
(46,77,18)
#28410F
(40,65,15)
#22350C
(34,53,12)
#1C2909
(28,41,9)
#161D06
(22,29,6)
#101103
(16,17,3)
#000000
(0,0,0)

Tints of #4C8921

#4C8921
(76,137,33)
#5C9335
(92,147,53)
#6C9D49
(108,157,73)
#7CA75D
(124,167,93)
#8CB171
(140,177,113)
#9CBB85
(156,187,133)
#ACC599
(172,197,153)
#BCCFAD
(188,207,173)
#CCD9C1
(204,217,193)
#DCE3D5
(220,227,213)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8921 color. Also use rgb(76,137,33) instead hex code.

Text Font Color

.myTextColor { color: #4C8921; }

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

This text font color is #4C8921.


Background Color

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

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

This div background color is #4C8921.


Border color

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

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

This div border color is #4C8921.


Opacity

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

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

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

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

This text has shadow with #4C8921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8921 on black background.


Color preview on white background

This text has color #4C8921 on white background.



Black color preview on #4C8921 background

This text has black color on #4C8921 background.


White color preview on #4C8921 background

This text has white color on #4C8921 background.