COLOR #4C9D3C

HEX: #4C9D3C
RGB: (76,157,60)

Renk bilgisi

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

RGB renk modeli

#4C9D3C color RGB value is (76,157,60).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 157 of 255 = 62%
B 60 of 255 = 24%

76
157
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 157 + 60 = 293 (100%)
R 76 of 293 ~ 25.94%
G 157 of 293 ~ 53.58%
B 60 of 293 ~ 20.48%

%25.94
%53.58
%20.48

CMYK RENK MODELİ

#4C9D3C rengi CMYK tonu (52,0,62,38).

  • camgöbeği tonu 51.59%
  • eflatun tonu 0.00%
  • sarı tonu 61.78%
  • ana renk tonu 38.43%
CMYK:
(52,0,62,38)
C52M0Y62K38 
(52%,0%,62%,38%)
(0.52/0.00/0.62/0.38)	

CMYK yüzdeleri

%51.59
%0
%61.78
%38.43

Codes

Color #4C9D3C in popluar color models

4C9D3C
RGB7615760
HSL110°44.70%42.55%
HSB/HSV110°61.78%61.57%
CMYK51.59%0.00%61.78%
38.43%

Color #4C9D3C in popluar number systems.

HEX4C9D3C
Decimal7615760
Binary100110010011101111100
Octal11423574

Shades and tints

Shades of #4C9D3C

#4C9D3C
(76,157,60)
#468F37
(70,143,55)
#408132
(64,129,50)
#3A732D
(58,115,45)
#346528
(52,101,40)
#2E5723
(46,87,35)
#28491E
(40,73,30)
#223B19
(34,59,25)
#1C2D14
(28,45,20)
#161F0F
(22,31,15)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #4C9D3C

#4C9D3C
(76,157,60)
#5CA54D
(92,165,77)
#6CAD5E
(108,173,94)
#7CB56F
(124,181,111)
#8CBD80
(140,189,128)
#9CC591
(156,197,145)
#ACCDA2
(172,205,162)
#BCD5B3
(188,213,179)
#CCDDC4
(204,221,196)
#DCE5D5
(220,229,213)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9D3C; }

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

This text font color is #4C9D3C.


Background Color

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

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

This div background color is #4C9D3C.


Border color

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

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

This div border color is #4C9D3C.


Opacity

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

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

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

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

This text has shadow with #4C9D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9D3C on black background.


Color preview on white background

This text has color #4C9D3C on white background.



Black color preview on #4C9D3C background

This text has black color on #4C9D3C background.


White color preview on #4C9D3C background

This text has white color on #4C9D3C background.