COLOR #4A9979

HEX: #4A9979
RGB: (74,153,121)

Renk bilgisi

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

RGB renk modeli

#4A9979 color RGB value is (74,153,121).

  • kırmız ton 74;
  • yeşil ton 153;
  • mavi ton 121.
RGB:
(74,153,121)
(29%,60%,47%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 153 of 255 = 60%
B 121 of 255 = 47%

74
153
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 153 + 121 = 348 (100%)
R 74 of 348 ~ 21.26%
G 153 of 348 ~ 43.97%
B 121 of 348 ~ 34.77%

%21.26
%43.97
%34.77

CMYK RENK MODELİ

#4A9979 rengi CMYK tonu (52,0,21,40).

  • camgöbeği tonu 51.63%
  • eflatun tonu 0.00%
  • sarı tonu 20.92%
  • ana renk tonu 40.00%
CMYK:
(52,0,21,40)
C52M0Y21K40 
(52%,0%,21%,40%)
(0.52/0.00/0.21/0.40)	

CMYK yüzdeleri

%51.63
%0
%20.92
%40

Codes

Color #4A9979 in popluar color models

4A9979
RGB74153121
HSL156°34.80%44.51%
HSB/HSV156°51.63%60.00%
CMYK51.63%0.00%20.92%
40.00%

Color #4A9979 in popluar number systems.

HEX4A9979
Decimal74153121
Binary1001010100110011111001
Octal112231171

Shades and tints

Shades of #4A9979

#4A9979
(74,153,121)
#448C6E
(68,140,110)
#3E7F63
(62,127,99)
#387258
(56,114,88)
#32654D
(50,101,77)
#2C5842
(44,88,66)
#264B37
(38,75,55)
#203E2C
(32,62,44)
#1A3121
(26,49,33)
#142416
(20,36,22)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #4A9979

#4A9979
(74,153,121)
#5AA285
(90,162,133)
#6AAB91
(106,171,145)
#7AB49D
(122,180,157)
#8ABDA9
(138,189,169)
#9AC6B5
(154,198,181)
#AACFC1
(170,207,193)
#BAD8CD
(186,216,205)
#CAE1D9
(202,225,217)
#DAEAE5
(218,234,229)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9979 color. Also use rgb(74,153,121) instead hex code.

Text Font Color

.myTextColor { color: #4A9979; }

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

This text font color is #4A9979.


Background Color

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

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

This div background color is #4A9979.


Border color

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

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

This div border color is #4A9979.


Opacity

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

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

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

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

This text has shadow with #4A9979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9979 on black background.


Color preview on white background

This text has color #4A9979 on white background.



Black color preview on #4A9979 background

This text has black color on #4A9979 background.


White color preview on #4A9979 background

This text has white color on #4A9979 background.