COLOR #4AA474

HEX: #4AA474
RGB: (74,164,116)

Renk bilgisi

#4AA474 contains mainly green and blue colors. #4AA474 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4AA474 color RGB value is (74,164,116).

  • kırmız ton 74;
  • yeşil ton 164;
  • mavi ton 116.
RGB:
(74,164,116)
(29%,64%,45%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 164 of 255 = 64%
B 116 of 255 = 45%

74
164
116

R + G + B ~ 46%. #4AA474 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 164 + 116 = 354 (100%)
R 74 of 354 ~ 20.9%
G 164 of 354 ~ 46.33%
B 116 of 354 ~ 32.77%

%20.9
%46.33
%32.77

CMYK RENK MODELİ

#4AA474 rengi CMYK tonu (55,0,29,36).

  • camgöbeği tonu 54.88%
  • eflatun tonu 0.00%
  • sarı tonu 29.27%
  • ana renk tonu 35.69%
CMYK:
(55,0,29,36)
C55M0Y29K36 
(55%,0%,29%,36%)
(0.55/0.00/0.29/0.36)	

CMYK yüzdeleri

%54.88
%0
%29.27
%35.69

Codes

Color #4AA474 in popluar color models

4AA474
RGB74164116
HSL148°37.82%46.67%
HSB/HSV148°54.88%64.31%
CMYK54.88%0.00%29.27%
35.69%

Color #4AA474 in popluar number systems.

HEX4AA474
Decimal74164116
Binary1001010101001001110100
Octal112244164

Shades and tints

Shades of #4AA474

#4AA474
(74,164,116)
#44966A
(68,150,106)
#3E8860
(62,136,96)
#387A56
(56,122,86)
#326C4C
(50,108,76)
#2C5E42
(44,94,66)
#265038
(38,80,56)
#20422E
(32,66,46)
#1A3424
(26,52,36)
#14261A
(20,38,26)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #4AA474

#4AA474
(74,164,116)
#5AAC80
(90,172,128)
#6AB48C
(106,180,140)
#7ABC98
(122,188,152)
#8AC4A4
(138,196,164)
#9ACCB0
(154,204,176)
#AAD4BC
(170,212,188)
#BADCC8
(186,220,200)
#CAE4D4
(202,228,212)
#DAECE0
(218,236,224)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA474 color. Also use rgb(74,164,116) instead hex code.

Text Font Color

.myTextColor { color: #4AA474; }

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

This text font color is #4AA474.


Background Color

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

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

This div background color is #4AA474.


Border color

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

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

This div border color is #4AA474.


Opacity

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

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

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

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

This text has shadow with #4AA474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA474 on black background.


Color preview on white background

This text has color #4AA474 on white background.



Black color preview on #4AA474 background

This text has black color on #4AA474 background.


White color preview on #4AA474 background

This text has white color on #4AA474 background.