COLOR #4A7247

HEX: #4A7247
RGB: (74,114,71)

Renk bilgisi

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

RGB renk modeli

#4A7247 color RGB value is (74,114,71).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 114 of 255 = 45%
B 71 of 255 = 28%

74
114
71

R + G + B ~ 34%. #4A7247 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 114 + 71 = 259 (100%)
R 74 of 259 ~ 28.57%
G 114 of 259 ~ 44.02%
B 71 of 259 ~ 27.41%

%28.57
%44.02
%27.41

CMYK RENK MODELİ

#4A7247 rengi CMYK tonu (35,0,38,55).

  • camgöbeği tonu 35.09%
  • eflatun tonu 0.00%
  • sarı tonu 37.72%
  • ana renk tonu 55.29%
CMYK:
(35,0,38,55)
C35M0Y38K55 
(35%,0%,38%,55%)
(0.35/0.00/0.38/0.55)	

CMYK yüzdeleri

%35.09
%0
%37.72
%55.29

Codes

Color #4A7247 in popluar color models

4A7247
RGB7411471
HSL116°23.24%36.27%
HSB/HSV116°37.72%44.71%
CMYK35.09%0.00%37.72%
55.29%

Color #4A7247 in popluar number systems.

HEX4A7247
Decimal7411471
Binary100101011100101000111
Octal112162107

Shades and tints

Shades of #4A7247

#4A7247
(74,114,71)
#446841
(68,104,65)
#3E5E3B
(62,94,59)
#385435
(56,84,53)
#324A2F
(50,74,47)
#2C4029
(44,64,41)
#263623
(38,54,35)
#202C1D
(32,44,29)
#1A2217
(26,34,23)
#141811
(20,24,17)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A7247

#4A7247
(74,114,71)
#5A7E57
(90,126,87)
#6A8A67
(106,138,103)
#7A9677
(122,150,119)
#8AA287
(138,162,135)
#9AAE97
(154,174,151)
#AABAA7
(170,186,167)
#BAC6B7
(186,198,183)
#CAD2C7
(202,210,199)
#DADED7
(218,222,215)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7247; }

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

This text font color is #4A7247.


Background Color

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

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

This div background color is #4A7247.


Border color

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

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

This div border color is #4A7247.


Opacity

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

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

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

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

This text has shadow with #4A7247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7247 on black background.


Color preview on white background

This text has color #4A7247 on white background.



Black color preview on #4A7247 background

This text has black color on #4A7247 background.


White color preview on #4A7247 background

This text has white color on #4A7247 background.