COLOR #4AA475

HEX: #4AA475
RGB: (74,164,117)

Renk bilgisi

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

RGB renk modeli

#4AA475 color RGB value is (74,164,117).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 164 of 255 = 64%
B 117 of 255 = 46%

74
164
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 164 + 117 = 355 (100%)
R 74 of 355 ~ 20.85%
G 164 of 355 ~ 46.2%
B 117 of 355 ~ 32.96%

%20.85
%46.2
%32.96

CMYK RENK MODELİ

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

  • camgöbeği tonu 54.88%
  • eflatun tonu 0.00%
  • sarı tonu 28.66%
  • 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
%28.66
%35.69

Codes

Color #4AA475 in popluar color models

4AA475
RGB74164117
HSL149°37.82%46.67%
HSB/HSV149°54.88%64.31%
CMYK54.88%0.00%28.66%
35.69%

Color #4AA475 in popluar number systems.

HEX4AA475
Decimal74164117
Binary1001010101001001110101
Octal112244165

Shades and tints

Shades of #4AA475

#4AA475
(74,164,117)
#44966B
(68,150,107)
#3E8861
(62,136,97)
#387A57
(56,122,87)
#326C4D
(50,108,77)
#2C5E43
(44,94,67)
#265039
(38,80,57)
#20422F
(32,66,47)
#1A3425
(26,52,37)
#14261B
(20,38,27)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #4AA475

#4AA475
(74,164,117)
#5AAC81
(90,172,129)
#6AB48D
(106,180,141)
#7ABC99
(122,188,153)
#8AC4A5
(138,196,165)
#9ACCB1
(154,204,177)
#AAD4BD
(170,212,189)
#BADCC9
(186,220,201)
#CAE4D5
(202,228,213)
#DAECE1
(218,236,225)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA475; }

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

This text font color is #4AA475.


Background Color

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

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

This div background color is #4AA475.


Border color

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

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

This div border color is #4AA475.


Opacity

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

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

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

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

This text has shadow with #4AA475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA475 on black background.


Color preview on white background

This text has color #4AA475 on white background.



Black color preview on #4AA475 background

This text has black color on #4AA475 background.


White color preview on #4AA475 background

This text has white color on #4AA475 background.