COLOR #4A7149

HEX: #4A7149
RGB: (74,113,73)

Renk bilgisi

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

RGB renk modeli

#4A7149 color RGB value is (74,113,73).

  • kırmız ton 74;
  • yeşil ton 113;
  • mavi ton 73.
RGB:
(74,113,73)
(29%,44%,29%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 113 of 255 = 44%
B 73 of 255 = 29%

74
113
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 113 + 73 = 260 (100%)
R 74 of 260 ~ 28.46%
G 113 of 260 ~ 43.46%
B 73 of 260 ~ 28.08%

%28.46
%43.46
%28.08

CMYK RENK MODELİ

#4A7149 rengi CMYK tonu (35,0,35,56).

  • camgöbeği tonu 34.51%
  • eflatun tonu 0.00%
  • sarı tonu 35.40%
  • ana renk tonu 55.69%
CMYK:
(35,0,35,56)
C35M0Y35K56 
(35%,0%,35%,56%)
(0.35/0.00/0.35/0.56)	

CMYK yüzdeleri

%34.51
%0
%35.4
%55.69

Codes

Color #4A7149 in popluar color models

4A7149
RGB7411373
HSL119°21.51%36.47%
HSB/HSV119°35.40%44.31%
CMYK34.51%0.00%35.40%
55.69%

Color #4A7149 in popluar number systems.

HEX4A7149
Decimal7411373
Binary100101011100011001001
Octal112161111

Shades and tints

Shades of #4A7149

#4A7149
(74,113,73)
#446743
(68,103,67)
#3E5D3D
(62,93,61)
#385337
(56,83,55)
#324931
(50,73,49)
#2C3F2B
(44,63,43)
#263525
(38,53,37)
#202B1F
(32,43,31)
#1A2119
(26,33,25)
#141713
(20,23,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #4A7149

#4A7149
(74,113,73)
#5A7D59
(90,125,89)
#6A8969
(106,137,105)
#7A9579
(122,149,121)
#8AA189
(138,161,137)
#9AAD99
(154,173,153)
#AAB9A9
(170,185,169)
#BAC5B9
(186,197,185)
#CAD1C9
(202,209,201)
#DADDD9
(218,221,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7149 color. Also use rgb(74,113,73) instead hex code.

Text Font Color

.myTextColor { color: #4A7149; }

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

This text font color is #4A7149.


Background Color

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

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

This div background color is #4A7149.


Border color

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

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

This div border color is #4A7149.


Opacity

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

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

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

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

This text has shadow with #4A7149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7149 on black background.


Color preview on white background

This text has color #4A7149 on white background.



Black color preview on #4A7149 background

This text has black color on #4A7149 background.


White color preview on #4A7149 background

This text has white color on #4A7149 background.