COLOR #4C924E

HEX: #4C924E
RGB: (76,146,78)

Renk bilgisi

#4C924E contains mainly green color. #4C924E ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4C924E color RGB value is (76,146,78).

  • kırmız ton 76;
  • yeşil ton 146;
  • mavi ton 78.
RGB:
(76,146,78)
(30%,57%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 146 of 255 = 57%
B 78 of 255 = 31%

76
146
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 146 + 78 = 300 (100%)
R 76 of 300 ~ 25.33%
G 146 of 300 ~ 48.67%
B 78 of 300 ~ 26%

%25.33
%48.67
%26

CMYK RENK MODELİ

#4C924E rengi CMYK tonu (48,0,47,43).

  • camgöbeği tonu 47.95%
  • eflatun tonu 0.00%
  • sarı tonu 46.58%
  • ana renk tonu 42.75%
CMYK:
(48,0,47,43)
C48M0Y47K43 
(48%,0%,47%,43%)
(0.48/0.00/0.47/0.43)	

CMYK yüzdeleri

%47.95
%0
%46.58
%42.75

Codes

Color #4C924E in popluar color models

4C924E
RGB7614678
HSL122°31.53%43.53%
HSB/HSV122°47.95%57.25%
CMYK47.95%0.00%46.58%
42.75%

Color #4C924E in popluar number systems.

HEX4C924E
Decimal7614678
Binary1001100100100101001110
Octal114222116

Shades and tints

Shades of #4C924E

#4C924E
(76,146,78)
#468547
(70,133,71)
#407840
(64,120,64)
#3A6B39
(58,107,57)
#345E32
(52,94,50)
#2E512B
(46,81,43)
#284424
(40,68,36)
#22371D
(34,55,29)
#1C2A16
(28,42,22)
#161D0F
(22,29,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #4C924E

#4C924E
(76,146,78)
#5C9B5E
(92,155,94)
#6CA46E
(108,164,110)
#7CAD7E
(124,173,126)
#8CB68E
(140,182,142)
#9CBF9E
(156,191,158)
#ACC8AE
(172,200,174)
#BCD1BE
(188,209,190)
#CCDACE
(204,218,206)
#DCE3DE
(220,227,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C924E; }

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

This text font color is #4C924E.


Background Color

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

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

This div background color is #4C924E.


Border color

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

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

This div border color is #4C924E.


Opacity

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

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

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

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

This text has shadow with #4C924E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C924E on black background.


Color preview on white background

This text has color #4C924E on white background.



Black color preview on #4C924E background

This text has black color on #4C924E background.


White color preview on #4C924E background

This text has white color on #4C924E background.