COLOR #4D744B

HEX: #4D744B
RGB: (77,116,75)

Color info

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

RGB color model

#4D744B color RGB value is (77,116,75).

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

RGB channels and saturation

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

77
116
75

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

Portions of RGB colors in percentages

R + G + B =
77 + 116 + 75 = 268 (100%)
R 77 of 268 ~ 28.73%
G 116 of 268 ~ 43.28%
B 75 of 268 ~ 27.99%

%28.73
%43.28
%27.99

CMYK color model

#4D744B color CMYK value is (34,0,35,55).

  • cyan value is 33.62%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(34,0,35,55)
C34M0Y35K55 
(34%,0%,35%,55%)
(0.34/0.00/0.35/0.55)	

CMYK percentages

%33.62
%0
%35.34
%54.51

Codes

Color #4D744B in popluar color models

4D744B
RGB7711675
HSL117°21.47%37.45%
HSB/HSV117°35.34%45.49%
CMYK33.62%0.00%35.34%
54.51%

Color #4D744B in popluar number systems.

HEX4D744B
Decimal7711675
Binary100110111101001001011
Octal115164113

Shades and tints

Shades of #4D744B

#4D744B
(77,116,75)
#466A45
(70,106,69)
#3F603F
(63,96,63)
#385639
(56,86,57)
#314C33
(49,76,51)
#2A422D
(42,66,45)
#233827
(35,56,39)
#1C2E21
(28,46,33)
#15241B
(21,36,27)
#0E1A15
(14,26,21)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #4D744B

#4D744B
(77,116,75)
#5D805B
(93,128,91)
#6D8C6B
(109,140,107)
#7D987B
(125,152,123)
#8DA48B
(141,164,139)
#9DB09B
(157,176,155)
#ADBCAB
(173,188,171)
#BDC8BB
(189,200,187)
#CDD4CB
(205,212,203)
#DDE0DB
(221,224,219)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D744B; }

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

This text font color is #4D744B.


Background Color

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

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

This div background color is #4D744B.


Border color

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

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

This div border color is #4D744B.


Opacity

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

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

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

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

This text has shadow with #4D744B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D744B on black background.


Color preview on white background

This text has color #4D744B on white background.



Black color preview on #4D744B background

This text has black color on #4D744B background.


White color preview on #4D744B background

This text has white color on #4D744B background.