COLOR #4A744D

HEX: #4A744D
RGB: (74,116,77)

Color info

#4A744D contains red, green and blue colors in about the same proportion. Web safe color of #4A744D is #336633 (or #363).

RGB color model

#4A744D color RGB value is (74,116,77).

  • red value is 74;
  • green value is 116;
  • blue value is 77.
RGB:
(74,116,77)
(29%,45%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 116 of 255 = 45%
B 77 of 255 = 30%

74
116
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 116 + 77 = 267 (100%)
R 74 of 267 ~ 27.72%
G 116 of 267 ~ 43.45%
B 77 of 267 ~ 28.84%

%27.72
%43.45
%28.84

CMYK color model

#4A744D color CMYK value is (36,0,34,55).

  • cyan value is 36.21%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(36,0,34,55)
C36M0Y34K55 
(36%,0%,34%,55%)
(0.36/0.00/0.34/0.55)	

CMYK percentages

%36.21
%0
%33.62
%54.51

Codes

Color #4A744D in popluar color models

4A744D
RGB7411677
HSL124°22.11%37.25%
HSB/HSV124°36.21%45.49%
CMYK36.21%0.00%33.62%
54.51%

Color #4A744D in popluar number systems.

HEX4A744D
Decimal7411677
Binary100101011101001001101
Octal112164115

Shades and tints

Shades of #4A744D

#4A744D
(74,116,77)
#446A46
(68,106,70)
#3E603F
(62,96,63)
#385638
(56,86,56)
#324C31
(50,76,49)
#2C422A
(44,66,42)
#263823
(38,56,35)
#202E1C
(32,46,28)
#1A2415
(26,36,21)
#141A0E
(20,26,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #4A744D

#4A744D
(74,116,77)
#5A805D
(90,128,93)
#6A8C6D
(106,140,109)
#7A987D
(122,152,125)
#8AA48D
(138,164,141)
#9AB09D
(154,176,157)
#AABCAD
(170,188,173)
#BAC8BD
(186,200,189)
#CAD4CD
(202,212,205)
#DAE0DD
(218,224,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A744D; }

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

This text font color is #4A744D.


Background Color

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

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

This div background color is #4A744D.


Border color

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

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

This div border color is #4A744D.


Opacity

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

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

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

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

This text has shadow with #4A744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A744D on black background.


Color preview on white background

This text has color #4A744D on white background.



Black color preview on #4A744D background

This text has black color on #4A744D background.


White color preview on #4A744D background

This text has white color on #4A744D background.