COLOR #4C974A

HEX: #4C974A
RGB: (76,151,74)

Renk bilgisi

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

RGB renk modeli

#4C974A color RGB value is (76,151,74).

  • kırmız ton 76;
  • yeşil ton 151;
  • mavi ton 74.
RGB:
(76,151,74)
(30%,59%,29%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 151 of 255 = 59%
B 74 of 255 = 29%

76
151
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 151 + 74 = 301 (100%)
R 76 of 301 ~ 25.25%
G 151 of 301 ~ 50.17%
B 74 of 301 ~ 24.58%

%25.25
%50.17
%24.58

CMYK RENK MODELİ

#4C974A rengi CMYK tonu (50,0,51,41).

  • camgöbeği tonu 49.67%
  • eflatun tonu 0.00%
  • sarı tonu 50.99%
  • ana renk tonu 40.78%
CMYK:
(50,0,51,41)
C50M0Y51K41 
(50%,0%,51%,41%)
(0.50/0.00/0.51/0.41)	

CMYK yüzdeleri

%49.67
%0
%50.99
%40.78

Codes

Color #4C974A in popluar color models

4C974A
RGB7615174
HSL118°34.22%44.12%
HSB/HSV118°50.99%59.22%
CMYK49.67%0.00%50.99%
40.78%

Color #4C974A in popluar number systems.

HEX4C974A
Decimal7615174
Binary1001100100101111001010
Octal114227112

Shades and tints

Shades of #4C974A

#4C974A
(76,151,74)
#468A44
(70,138,68)
#407D3E
(64,125,62)
#3A7038
(58,112,56)
#346332
(52,99,50)
#2E562C
(46,86,44)
#284926
(40,73,38)
#223C20
(34,60,32)
#1C2F1A
(28,47,26)
#162214
(22,34,20)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #4C974A

#4C974A
(76,151,74)
#5CA05A
(92,160,90)
#6CA96A
(108,169,106)
#7CB27A
(124,178,122)
#8CBB8A
(140,187,138)
#9CC49A
(156,196,154)
#ACCDAA
(172,205,170)
#BCD6BA
(188,214,186)
#CCDFCA
(204,223,202)
#DCE8DA
(220,232,218)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C974A; }

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

This text font color is #4C974A.


Background Color

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

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

This div background color is #4C974A.


Border color

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

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

This div border color is #4C974A.


Opacity

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

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

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

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

This text has shadow with #4C974A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C974A on black background.


Color preview on white background

This text has color #4C974A on white background.



Black color preview on #4C974A background

This text has black color on #4C974A background.


White color preview on #4C974A background

This text has white color on #4C974A background.