COLOR #4A7F47

HEX: #4A7F47
RGB: (74,127,71)

Renk bilgisi

#4A7F47 contains red, green and blue colors in about the same proportion. #4A7F47 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4A7F47 color RGB value is (74,127,71).

  • kırmız ton 74;
  • yeşil ton 127;
  • mavi ton 71.
RGB:
(74,127,71)
(29%,50%,28%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 127 of 255 = 50%
B 71 of 255 = 28%

74
127
71

R + G + B ~ 36%. #4A7F47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 127 + 71 = 272 (100%)
R 74 of 272 ~ 27.21%
G 127 of 272 ~ 46.69%
B 71 of 272 ~ 26.1%

%27.21
%46.69
%26.1

CMYK RENK MODELİ

#4A7F47 rengi CMYK tonu (42,0,44,50).

  • camgöbeği tonu 41.73%
  • eflatun tonu 0.00%
  • sarı tonu 44.09%
  • ana renk tonu 50.20%
CMYK:
(42,0,44,50)
C42M0Y44K50 
(42%,0%,44%,50%)
(0.42/0.00/0.44/0.50)	

CMYK yüzdeleri

%41.73
%0
%44.09
%50.2

Codes

Color #4A7F47 in popluar color models

4A7F47
RGB7412771
HSL117°28.28%38.82%
HSB/HSV117°44.09%49.80%
CMYK41.73%0.00%44.09%
50.20%

Color #4A7F47 in popluar number systems.

HEX4A7F47
Decimal7412771
Binary100101011111111000111
Octal112177107

Shades and tints

Shades of #4A7F47

#4A7F47
(74,127,71)
#447441
(68,116,65)
#3E693B
(62,105,59)
#385E35
(56,94,53)
#32532F
(50,83,47)
#2C4829
(44,72,41)
#263D23
(38,61,35)
#20321D
(32,50,29)
#1A2717
(26,39,23)
#141C11
(20,28,17)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #4A7F47

#4A7F47
(74,127,71)
#5A8A57
(90,138,87)
#6A9567
(106,149,103)
#7AA077
(122,160,119)
#8AAB87
(138,171,135)
#9AB697
(154,182,151)
#AAC1A7
(170,193,167)
#BACCB7
(186,204,183)
#CAD7C7
(202,215,199)
#DAE2D7
(218,226,215)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7F47 color. Also use rgb(74,127,71) instead hex code.

Text Font Color

.myTextColor { color: #4A7F47; }

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

This text font color is #4A7F47.


Background Color

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

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

This div background color is #4A7F47.


Border color

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

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

This div border color is #4A7F47.


Opacity

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

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

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

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

This text has shadow with #4A7F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7F47 on black background.


Color preview on white background

This text has color #4A7F47 on white background.



Black color preview on #4A7F47 background

This text has black color on #4A7F47 background.


White color preview on #4A7F47 background

This text has white color on #4A7F47 background.