COLOR #4CA931

HEX: #4CA931
RGB: (76,169,49)

Renk bilgisi

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

RGB renk modeli

#4CA931 color RGB value is (76,169,49).

  • kırmız ton 76;
  • yeşil ton 169;
  • mavi ton 49.
RGB:
(76,169,49)
(30%,66%,19%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 169 of 255 = 66%
B 49 of 255 = 19%

76
169
49

R + G + B ~ 38%. #4CA931 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 169 + 49 = 294 (100%)
R 76 of 294 ~ 25.85%
G 169 of 294 ~ 57.48%
B 49 of 294 ~ 16.67%

%25.85
%57.48
%16.67

CMYK RENK MODELİ

#4CA931 rengi CMYK tonu (55,0,71,34).

  • camgöbeği tonu 55.03%
  • eflatun tonu 0.00%
  • sarı tonu 71.01%
  • ana renk tonu 33.73%
CMYK:
(55,0,71,34)
C55M0Y71K34 
(55%,0%,71%,34%)
(0.55/0.00/0.71/0.34)	

CMYK yüzdeleri

%55.03
%0
%71.01
%33.73

Codes

Color #4CA931 in popluar color models

4CA931
RGB7616949
HSL107°55.05%42.75%
HSB/HSV107°71.01%66.27%
CMYK55.03%0.00%71.01%
33.73%

Color #4CA931 in popluar number systems.

HEX4CA931
Decimal7616949
Binary100110010101001110001
Octal11425161

Shades and tints

Shades of #4CA931

#4CA931
(76,169,49)
#469A2D
(70,154,45)
#408B29
(64,139,41)
#3A7C25
(58,124,37)
#346D21
(52,109,33)
#2E5E1D
(46,94,29)
#284F19
(40,79,25)
#224015
(34,64,21)
#1C3111
(28,49,17)
#16220D
(22,34,13)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #4CA931

#4CA931
(76,169,49)
#5CB043
(92,176,67)
#6CB755
(108,183,85)
#7CBE67
(124,190,103)
#8CC579
(140,197,121)
#9CCC8B
(156,204,139)
#ACD39D
(172,211,157)
#BCDAAF
(188,218,175)
#CCE1C1
(204,225,193)
#DCE8D3
(220,232,211)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA931; }

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

This text font color is #4CA931.


Background Color

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

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

This div background color is #4CA931.


Border color

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

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

This div border color is #4CA931.


Opacity

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

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

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

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

This text has shadow with #4CA931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA931 on black background.


Color preview on white background

This text has color #4CA931 on white background.



Black color preview on #4CA931 background

This text has black color on #4CA931 background.


White color preview on #4CA931 background

This text has white color on #4CA931 background.