COLOR #4C954A

HEX: #4C954A
RGB: (76,149,74)

Renk bilgisi

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

RGB renk modeli

#4C954A color RGB value is (76,149,74).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 149 of 255 = 58%
B 74 of 255 = 29%

76
149
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 149 + 74 = 299 (100%)
R 76 of 299 ~ 25.42%
G 149 of 299 ~ 49.83%
B 74 of 299 ~ 24.75%

%25.42
%49.83
%24.75

CMYK RENK MODELİ

#4C954A rengi CMYK tonu (49,0,50,42).

  • camgöbeği tonu 48.99%
  • eflatun tonu 0.00%
  • sarı tonu 50.34%
  • ana renk tonu 41.57%
CMYK:
(49,0,50,42)
C49M0Y50K42 
(49%,0%,50%,42%)
(0.49/0.00/0.50/0.42)	

CMYK yüzdeleri

%48.99
%0
%50.34
%41.57

Codes

Color #4C954A in popluar color models

4C954A
RGB7614974
HSL118°33.63%43.73%
HSB/HSV118°50.34%58.43%
CMYK48.99%0.00%50.34%
41.57%

Color #4C954A in popluar number systems.

HEX4C954A
Decimal7614974
Binary1001100100101011001010
Octal114225112

Shades and tints

Shades of #4C954A

#4C954A
(76,149,74)
#468844
(70,136,68)
#407B3E
(64,123,62)
#3A6E38
(58,110,56)
#346132
(52,97,50)
#2E542C
(46,84,44)
#284726
(40,71,38)
#223A20
(34,58,32)
#1C2D1A
(28,45,26)
#162014
(22,32,20)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4C954A

#4C954A
(76,149,74)
#5C9E5A
(92,158,90)
#6CA76A
(108,167,106)
#7CB07A
(124,176,122)
#8CB98A
(140,185,138)
#9CC29A
(156,194,154)
#ACCBAA
(172,203,170)
#BCD4BA
(188,212,186)
#CCDDCA
(204,221,202)
#DCE6DA
(220,230,218)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C954A; }

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

This text font color is #4C954A.


Background Color

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

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

This div background color is #4C954A.


Border color

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

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

This div border color is #4C954A.


Opacity

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

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

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

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

This text has shadow with #4C954A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C954A on black background.


Color preview on white background

This text has color #4C954A on white background.



Black color preview on #4C954A background

This text has black color on #4C954A background.


White color preview on #4C954A background

This text has white color on #4C954A background.