COLOR #4A7744

HEX: #4A7744
RGB: (74,119,68)

Renk bilgisi

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

RGB renk modeli

#4A7744 color RGB value is (74,119,68).

  • kırmız ton 74;
  • yeşil ton 119;
  • mavi ton 68.
RGB:
(74,119,68)
(29%,47%,27%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 119 of 255 = 47%
B 68 of 255 = 27%

74
119
68

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 119 + 68 = 261 (100%)
R 74 of 261 ~ 28.35%
G 119 of 261 ~ 45.59%
B 68 of 261 ~ 26.05%

%28.35
%45.59
%26.05

CMYK RENK MODELİ

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

  • camgöbeği tonu 37.82%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 53.33%
CMYK:
(38,0,43,53)
C38M0Y43K53 
(38%,0%,43%,53%)
(0.38/0.00/0.43/0.53)	

CMYK yüzdeleri

%37.82
%0
%42.86
%53.33

Codes

Color #4A7744 in popluar color models

4A7744
RGB7411968
HSL113°27.27%36.67%
HSB/HSV113°42.86%46.67%
CMYK37.82%0.00%42.86%
53.33%

Color #4A7744 in popluar number systems.

HEX4A7744
Decimal7411968
Binary100101011101111000100
Octal112167104

Shades and tints

Shades of #4A7744

#4A7744
(74,119,68)
#446D3E
(68,109,62)
#3E6338
(62,99,56)
#385932
(56,89,50)
#324F2C
(50,79,44)
#2C4526
(44,69,38)
#263B20
(38,59,32)
#20311A
(32,49,26)
#1A2714
(26,39,20)
#141D0E
(20,29,14)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #4A7744

#4A7744
(74,119,68)
#5A8355
(90,131,85)
#6A8F66
(106,143,102)
#7A9B77
(122,155,119)
#8AA788
(138,167,136)
#9AB399
(154,179,153)
#AABFAA
(170,191,170)
#BACBBB
(186,203,187)
#CAD7CC
(202,215,204)
#DAE3DD
(218,227,221)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7744 color. Also use rgb(74,119,68) instead hex code.

Text Font Color

.myTextColor { color: #4A7744; }

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

This text font color is #4A7744.


Background Color

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

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

This div background color is #4A7744.


Border color

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

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

This div border color is #4A7744.


Opacity

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

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

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

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

This text has shadow with #4A7744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7744 on black background.


Color preview on white background

This text has color #4A7744 on white background.



Black color preview on #4A7744 background

This text has black color on #4A7744 background.


White color preview on #4A7744 background

This text has white color on #4A7744 background.