COLOR #4CA24C

HEX: #4CA24C
RGB: (76,162,76)

Renk bilgisi

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

RGB renk modeli

#4CA24C color RGB value is (76,162,76).

  • kırmız ton 76;
  • yeşil ton 162;
  • mavi ton 76.
RGB:
(76,162,76)
(30%,64%,30%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 162 of 255 = 64%
B 76 of 255 = 30%

76
162
76

R + G + B ~ 41%. #4CA24C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 162 + 76 = 314 (100%)
R 76 of 314 ~ 24.2%
G 162 of 314 ~ 51.59%
B 76 of 314 ~ 24.2%

%24.2
%51.59
%24.2

CMYK RENK MODELİ

#4CA24C rengi CMYK tonu (53,0,53,36).

  • camgöbeği tonu 53.09%
  • eflatun tonu 0.00%
  • sarı tonu 53.09%
  • ana renk tonu 36.47%
CMYK:
(53,0,53,36)
C53M0Y53K36 
(53%,0%,53%,36%)
(0.53/0.00/0.53/0.36)	

CMYK yüzdeleri

%53.09
%0
%53.09
%36.47

Codes

Color #4CA24C in popluar color models

4CA24C
RGB7616276
HSL120°36.13%46.67%
HSB/HSV120°53.09%63.53%
CMYK53.09%0.00%53.09%
36.47%

Color #4CA24C in popluar number systems.

HEX4CA24C
Decimal7616276
Binary1001100101000101001100
Octal114242114

Shades and tints

Shades of #4CA24C

#4CA24C
(76,162,76)
#469446
(70,148,70)
#408640
(64,134,64)
#3A783A
(58,120,58)
#346A34
(52,106,52)
#2E5C2E
(46,92,46)
#284E28
(40,78,40)
#224022
(34,64,34)
#1C321C
(28,50,28)
#162416
(22,36,22)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #4CA24C

#4CA24C
(76,162,76)
#5CAA5C
(92,170,92)
#6CB26C
(108,178,108)
#7CBA7C
(124,186,124)
#8CC28C
(140,194,140)
#9CCA9C
(156,202,156)
#ACD2AC
(172,210,172)
#BCDABC
(188,218,188)
#CCE2CC
(204,226,204)
#DCEADC
(220,234,220)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA24C; }

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

This text font color is #4CA24C.


Background Color

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

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

This div background color is #4CA24C.


Border color

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

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

This div border color is #4CA24C.


Opacity

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

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

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

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

This text has shadow with #4CA24C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA24C on black background.


Color preview on white background

This text has color #4CA24C on white background.



Black color preview on #4CA24C background

This text has black color on #4CA24C background.


White color preview on #4CA24C background

This text has white color on #4CA24C background.