COLOR #4C9844

HEX: #4C9844
RGB: (76,152,68)

Renk bilgisi

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

RGB renk modeli

#4C9844 color RGB value is (76,152,68).

  • kırmız ton 76;
  • yeşil ton 152;
  • mavi ton 68.
RGB:
(76,152,68)
(30%,60%,27%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 152 of 255 = 60%
B 68 of 255 = 27%

76
152
68

R + G + B ~ 39%. #4C9844 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 152 + 68 = 296 (100%)
R 76 of 296 ~ 25.68%
G 152 of 296 ~ 51.35%
B 68 of 296 ~ 22.97%

%25.68
%51.35
%22.97

CMYK RENK MODELİ

#4C9844 rengi CMYK tonu (50,0,55,40).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 55.26%
  • ana renk tonu 40.39%
CMYK:
(50,0,55,40)
C50M0Y55K40 
(50%,0%,55%,40%)
(0.50/0.00/0.55/0.40)	

CMYK yüzdeleri

%50
%0
%55.26
%40.39

Codes

Color #4C9844 in popluar color models

4C9844
RGB7615268
HSL114°38.18%43.14%
HSB/HSV114°55.26%59.61%
CMYK50.00%0.00%55.26%
40.39%

Color #4C9844 in popluar number systems.

HEX4C9844
Decimal7615268
Binary1001100100110001000100
Octal114230104

Shades and tints

Shades of #4C9844

#4C9844
(76,152,68)
#468B3E
(70,139,62)
#407E38
(64,126,56)
#3A7132
(58,113,50)
#34642C
(52,100,44)
#2E5726
(46,87,38)
#284A20
(40,74,32)
#223D1A
(34,61,26)
#1C3014
(28,48,20)
#16230E
(22,35,14)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #4C9844

#4C9844
(76,152,68)
#5CA155
(92,161,85)
#6CAA66
(108,170,102)
#7CB377
(124,179,119)
#8CBC88
(140,188,136)
#9CC599
(156,197,153)
#ACCEAA
(172,206,170)
#BCD7BB
(188,215,187)
#CCE0CC
(204,224,204)
#DCE9DD
(220,233,221)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9844 color. Also use rgb(76,152,68) instead hex code.

Text Font Color

.myTextColor { color: #4C9844; }

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

This text font color is #4C9844.


Background Color

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

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

This div background color is #4C9844.


Border color

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

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

This div border color is #4C9844.


Opacity

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

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

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

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

This text has shadow with #4C9844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9844 on black background.


Color preview on white background

This text has color #4C9844 on white background.



Black color preview on #4C9844 background

This text has black color on #4C9844 background.


White color preview on #4C9844 background

This text has white color on #4C9844 background.