COLOR #4A977D

HEX: #4A977D
RGB: (74,151,125)

Renk bilgisi

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

RGB renk modeli

#4A977D color RGB value is (74,151,125).

  • kırmız ton 74;
  • yeşil ton 151;
  • mavi ton 125.
RGB:
(74,151,125)
(29%,59%,49%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 151 of 255 = 59%
B 125 of 255 = 49%

74
151
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 151 + 125 = 350 (100%)
R 74 of 350 ~ 21.14%
G 151 of 350 ~ 43.14%
B 125 of 350 ~ 35.71%

%21.14
%43.14
%35.71

CMYK RENK MODELİ

#4A977D rengi CMYK tonu (51,0,17,41).

  • camgöbeği tonu 50.99%
  • eflatun tonu 0.00%
  • sarı tonu 17.22%
  • ana renk tonu 40.78%
CMYK:
(51,0,17,41)
C51M0Y17K41 
(51%,0%,17%,41%)
(0.51/0.00/0.17/0.41)	

CMYK yüzdeleri

%50.99
%0
%17.22
%40.78

Codes

Color #4A977D in popluar color models

4A977D
RGB74151125
HSL160°34.22%44.12%
HSB/HSV160°50.99%59.22%
CMYK50.99%0.00%17.22%
40.78%

Color #4A977D in popluar number systems.

HEX4A977D
Decimal74151125
Binary1001010100101111111101
Octal112227175

Shades and tints

Shades of #4A977D

#4A977D
(74,151,125)
#448A72
(68,138,114)
#3E7D67
(62,125,103)
#38705C
(56,112,92)
#326351
(50,99,81)
#2C5646
(44,86,70)
#26493B
(38,73,59)
#203C30
(32,60,48)
#1A2F25
(26,47,37)
#14221A
(20,34,26)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #4A977D

#4A977D
(74,151,125)
#5AA088
(90,160,136)
#6AA993
(106,169,147)
#7AB29E
(122,178,158)
#8ABBA9
(138,187,169)
#9AC4B4
(154,196,180)
#AACDBF
(170,205,191)
#BAD6CA
(186,214,202)
#CADFD5
(202,223,213)
#DAE8E0
(218,232,224)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A977D color. Also use rgb(74,151,125) instead hex code.

Text Font Color

.myTextColor { color: #4A977D; }

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

This text font color is #4A977D.


Background Color

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

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

This div background color is #4A977D.


Border color

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

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

This div border color is #4A977D.


Opacity

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

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

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

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

This text has shadow with #4A977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A977D on black background.


Color preview on white background

This text has color #4A977D on white background.



Black color preview on #4A977D background

This text has black color on #4A977D background.


White color preview on #4A977D background

This text has white color on #4A977D background.