COLOR #4D744A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
116
74

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

Portions of RGB colors in percentages

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

%28.84
%43.45
%27.72

CMYK color model

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

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

CMYK percentages

%33.62
%0
%36.21
%54.51

Codes

Color #4D744A in popluar color models

4D744A
RGB7711674
HSL116°22.11%37.25%
HSB/HSV116°36.21%45.49%
CMYK33.62%0.00%36.21%
54.51%

Color #4D744A in popluar number systems.

HEX4D744A
Decimal7711674
Binary100110111101001001010
Octal115164112

Shades and tints

Shades of #4D744A

#4D744A
(77,116,74)
#466A44
(70,106,68)
#3F603E
(63,96,62)
#385638
(56,86,56)
#314C32
(49,76,50)
#2A422C
(42,66,44)
#233826
(35,56,38)
#1C2E20
(28,46,32)
#15241A
(21,36,26)
#0E1A14
(14,26,20)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #4D744A

#4D744A
(77,116,74)
#5D805A
(93,128,90)
#6D8C6A
(109,140,106)
#7D987A
(125,152,122)
#8DA48A
(141,164,138)
#9DB09A
(157,176,154)
#ADBCAA
(173,188,170)
#BDC8BA
(189,200,186)
#CDD4CA
(205,212,202)
#DDE0DA
(221,224,218)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D744A; }

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

This text font color is #4D744A.


Background Color

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

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

This div background color is #4D744A.


Border color

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

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

This div border color is #4D744A.


Opacity

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

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

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

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

This text has shadow with #4D744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D744A on black background.


Color preview on white background

This text has color #4D744A on white background.



Black color preview on #4D744A background

This text has black color on #4D744A background.


White color preview on #4D744A background

This text has white color on #4D744A background.