COLOR #4A744E

HEX: #4A744E
RGB: (74,116,78)

Renk bilgisi

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

RGB renk modeli

#4A744E color RGB value is (74,116,78).

  • kırmız ton 74;
  • yeşil ton 116;
  • mavi ton 78.
RGB:
(74,116,78)
(29%,45%,31%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 116 of 255 = 45%
B 78 of 255 = 31%

74
116
78

R + G + B ~ 35%. #4A744E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 116 + 78 = 268 (100%)
R 74 of 268 ~ 27.61%
G 116 of 268 ~ 43.28%
B 78 of 268 ~ 29.1%

%27.61
%43.28
%29.1

CMYK RENK MODELİ

#4A744E rengi CMYK tonu (36,0,33,55).

  • camgöbeği tonu 36.21%
  • eflatun tonu 0.00%
  • sarı tonu 32.76%
  • ana renk tonu 54.51%
CMYK:
(36,0,33,55)
C36M0Y33K55 
(36%,0%,33%,55%)
(0.36/0.00/0.33/0.55)	

CMYK yüzdeleri

%36.21
%0
%32.76
%54.51

Codes

Color #4A744E in popluar color models

4A744E
RGB7411678
HSL126°22.11%37.25%
HSB/HSV126°36.21%45.49%
CMYK36.21%0.00%32.76%
54.51%

Color #4A744E in popluar number systems.

HEX4A744E
Decimal7411678
Binary100101011101001001110
Octal112164116

Shades and tints

Shades of #4A744E

#4A744E
(74,116,78)
#446A47
(68,106,71)
#3E6040
(62,96,64)
#385639
(56,86,57)
#324C32
(50,76,50)
#2C422B
(44,66,43)
#263824
(38,56,36)
#202E1D
(32,46,29)
#1A2416
(26,36,22)
#141A0F
(20,26,15)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #4A744E

#4A744E
(74,116,78)
#5A805E
(90,128,94)
#6A8C6E
(106,140,110)
#7A987E
(122,152,126)
#8AA48E
(138,164,142)
#9AB09E
(154,176,158)
#AABCAE
(170,188,174)
#BAC8BE
(186,200,190)
#CAD4CE
(202,212,206)
#DAE0DE
(218,224,222)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A744E color. Also use rgb(74,116,78) instead hex code.

Text Font Color

.myTextColor { color: #4A744E; }

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

This text font color is #4A744E.


Background Color

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

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

This div background color is #4A744E.


Border color

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

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

This div border color is #4A744E.


Opacity

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

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

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

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

This text has shadow with #4A744E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A744E on black background.


Color preview on white background

This text has color #4A744E on white background.



Black color preview on #4A744E background

This text has black color on #4A744E background.


White color preview on #4A744E background

This text has white color on #4A744E background.