COLOR #4A874F

HEX: #4A874F
RGB: (74,135,79)

Renk bilgisi

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

RGB renk modeli

#4A874F color RGB value is (74,135,79).

  • kırmız ton 74;
  • yeşil ton 135;
  • mavi ton 79.
RGB:
(74,135,79)
(29%,53%,31%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 135 of 255 = 53%
B 79 of 255 = 31%

74
135
79

R + G + B ~ 38%. #4A874F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 135 + 79 = 288 (100%)
R 74 of 288 ~ 25.69%
G 135 of 288 ~ 46.88%
B 79 of 288 ~ 27.43%

%25.69
%46.88
%27.43

CMYK RENK MODELİ

#4A874F rengi CMYK tonu (45,0,41,47).

  • camgöbeği tonu 45.19%
  • eflatun tonu 0.00%
  • sarı tonu 41.48%
  • ana renk tonu 47.06%
CMYK:
(45,0,41,47)
C45M0Y41K47 
(45%,0%,41%,47%)
(0.45/0.00/0.41/0.47)	

CMYK yüzdeleri

%45.19
%0
%41.48
%47.06

Codes

Color #4A874F in popluar color models

4A874F
RGB7413579
HSL125°29.19%40.98%
HSB/HSV125°45.19%52.94%
CMYK45.19%0.00%41.48%
47.06%

Color #4A874F in popluar number systems.

HEX4A874F
Decimal7413579
Binary1001010100001111001111
Octal112207117

Shades and tints

Shades of #4A874F

#4A874F
(74,135,79)
#447B48
(68,123,72)
#3E6F41
(62,111,65)
#38633A
(56,99,58)
#325733
(50,87,51)
#2C4B2C
(44,75,44)
#263F25
(38,63,37)
#20331E
(32,51,30)
#1A2717
(26,39,23)
#141B10
(20,27,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #4A874F

#4A874F
(74,135,79)
#5A915F
(90,145,95)
#6A9B6F
(106,155,111)
#7AA57F
(122,165,127)
#8AAF8F
(138,175,143)
#9AB99F
(154,185,159)
#AAC3AF
(170,195,175)
#BACDBF
(186,205,191)
#CAD7CF
(202,215,207)
#DAE1DF
(218,225,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A874F color. Also use rgb(74,135,79) instead hex code.

Text Font Color

.myTextColor { color: #4A874F; }

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

This text font color is #4A874F.


Background Color

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

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

This div background color is #4A874F.


Border color

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

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

This div border color is #4A874F.


Opacity

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

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

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

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

This text has shadow with #4A874F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A874F on black background.


Color preview on white background

This text has color #4A874F on white background.



Black color preview on #4A874F background

This text has black color on #4A874F background.


White color preview on #4A874F background

This text has white color on #4A874F background.