COLOR #4AAD34

HEX: #4AAD34
RGB: (74,173,52)

Renk bilgisi

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

RGB renk modeli

#4AAD34 color RGB value is (74,173,52).

  • kırmız ton 74;
  • yeşil ton 173;
  • mavi ton 52.
RGB:
(74,173,52)
(29%,68%,20%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 173 of 255 = 68%
B 52 of 255 = 20%

74
173
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 173 + 52 = 299 (100%)
R 74 of 299 ~ 24.75%
G 173 of 299 ~ 57.86%
B 52 of 299 ~ 17.39%

%24.75
%57.86
%17.39

CMYK RENK MODELİ

#4AAD34 rengi CMYK tonu (57,0,70,32).

  • camgöbeği tonu 57.23%
  • eflatun tonu 0.00%
  • sarı tonu 69.94%
  • ana renk tonu 32.16%
CMYK:
(57,0,70,32)
C57M0Y70K32 
(57%,0%,70%,32%)
(0.57/0.00/0.70/0.32)	

CMYK yüzdeleri

%57.23
%0
%69.94
%32.16

Codes

Color #4AAD34 in popluar color models

4AAD34
RGB7417352
HSL109°53.78%44.12%
HSB/HSV109°69.94%67.84%
CMYK57.23%0.00%69.94%
32.16%

Color #4AAD34 in popluar number systems.

HEX4AAD34
Decimal7417352
Binary100101010101101110100
Octal11225564

Shades and tints

Shades of #4AAD34

#4AAD34
(74,173,52)
#449E30
(68,158,48)
#3E8F2C
(62,143,44)
#388028
(56,128,40)
#327124
(50,113,36)
#2C6220
(44,98,32)
#26531C
(38,83,28)
#204418
(32,68,24)
#1A3514
(26,53,20)
#142610
(20,38,16)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #4AAD34

#4AAD34
(74,173,52)
#5AB446
(90,180,70)
#6ABB58
(106,187,88)
#7AC26A
(122,194,106)
#8AC97C
(138,201,124)
#9AD08E
(154,208,142)
#AAD7A0
(170,215,160)
#BADEB2
(186,222,178)
#CAE5C4
(202,229,196)
#DAECD6
(218,236,214)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAD34 color. Also use rgb(74,173,52) instead hex code.

Text Font Color

.myTextColor { color: #4AAD34; }

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

This text font color is #4AAD34.


Background Color

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

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

This div background color is #4AAD34.


Border color

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

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

This div border color is #4AAD34.


Opacity

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

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

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

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

This text has shadow with #4AAD34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AAD34 on black background.


Color preview on white background

This text has color #4AAD34 on white background.



Black color preview on #4AAD34 background

This text has black color on #4AAD34 background.


White color preview on #4AAD34 background

This text has white color on #4AAD34 background.