COLOR #4A9D59

HEX: #4A9D59
RGB: (74,157,89)

Renk bilgisi

#4A9D59 contains mainly green color. #4A9D59 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4A9D59 color RGB value is (74,157,89).

  • kırmız ton 74;
  • yeşil ton 157;
  • mavi ton 89.
RGB:
(74,157,89)
(29%,62%,35%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 157 of 255 = 62%
B 89 of 255 = 35%

74
157
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 157 + 89 = 320 (100%)
R 74 of 320 ~ 23.13%
G 157 of 320 ~ 49.06%
B 89 of 320 ~ 27.81%

%23.13
%49.06
%27.81

CMYK RENK MODELİ

#4A9D59 rengi CMYK tonu (53,0,43,38).

  • camgöbeği tonu 52.87%
  • eflatun tonu 0.00%
  • sarı tonu 43.31%
  • ana renk tonu 38.43%
CMYK:
(53,0,43,38)
C53M0Y43K38 
(53%,0%,43%,38%)
(0.53/0.00/0.43/0.38)	

CMYK yüzdeleri

%52.87
%0
%43.31
%38.43

Codes

Color #4A9D59 in popluar color models

4A9D59
RGB7415789
HSL131°35.93%45.29%
HSB/HSV131°52.87%61.57%
CMYK52.87%0.00%43.31%
38.43%

Color #4A9D59 in popluar number systems.

HEX4A9D59
Decimal7415789
Binary1001010100111011011001
Octal112235131

Shades and tints

Shades of #4A9D59

#4A9D59
(74,157,89)
#448F51
(68,143,81)
#3E8149
(62,129,73)
#387341
(56,115,65)
#326539
(50,101,57)
#2C5731
(44,87,49)
#264929
(38,73,41)
#203B21
(32,59,33)
#1A2D19
(26,45,25)
#141F11
(20,31,17)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #4A9D59

#4A9D59
(74,157,89)
#5AA568
(90,165,104)
#6AAD77
(106,173,119)
#7AB586
(122,181,134)
#8ABD95
(138,189,149)
#9AC5A4
(154,197,164)
#AACDB3
(170,205,179)
#BAD5C2
(186,213,194)
#CADDD1
(202,221,209)
#DAE5E0
(218,229,224)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9D59 color. Also use rgb(74,157,89) instead hex code.

Text Font Color

.myTextColor { color: #4A9D59; }

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

This text font color is #4A9D59.


Background Color

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

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

This div background color is #4A9D59.


Border color

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

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

This div border color is #4A9D59.


Opacity

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

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

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

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

This text has shadow with #4A9D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9D59 on black background.


Color preview on white background

This text has color #4A9D59 on white background.



Black color preview on #4A9D59 background

This text has black color on #4A9D59 background.


White color preview on #4A9D59 background

This text has white color on #4A9D59 background.