COLOR #4D734C

HEX: #4D734C
RGB: (77,115,76)

Color info

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

RGB color model

#4D734C color RGB value is (77,115,76).

  • red value is 77;
  • green value is 115;
  • blue value is 76.
RGB:
(77,115,76)
(30%,45%,30%)

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 76 of 255 = 30%

77
115
76

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

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 76 = 268 (100%)
R 77 of 268 ~ 28.73%
G 115 of 268 ~ 42.91%
B 76 of 268 ~ 28.36%

%28.73
%42.91
%28.36

CMYK color model

#4D734C color CMYK value is (33,0,34,55).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(33,0,34,55)
C33M0Y34K55 
(33%,0%,34%,55%)
(0.33/0.00/0.34/0.55)	

CMYK percentages

%33.04
%0
%33.91
%54.9

Codes

Color #4D734C in popluar color models

4D734C
RGB7711576
HSL118°20.42%37.45%
HSB/HSV118°33.91%45.10%
CMYK33.04%0.00%33.91%
54.90%

Color #4D734C in popluar number systems.

HEX4D734C
Decimal7711576
Binary100110111100111001100
Octal115163114

Shades and tints

Shades of #4D734C

#4D734C
(77,115,76)
#466946
(70,105,70)
#3F5F40
(63,95,64)
#38553A
(56,85,58)
#314B34
(49,75,52)
#2A412E
(42,65,46)
#233728
(35,55,40)
#1C2D22
(28,45,34)
#15231C
(21,35,28)
#0E1916
(14,25,22)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D734C

#4D734C
(77,115,76)
#5D7F5C
(93,127,92)
#6D8B6C
(109,139,108)
#7D977C
(125,151,124)
#8DA38C
(141,163,140)
#9DAF9C
(157,175,156)
#ADBBAC
(173,187,172)
#BDC7BC
(189,199,188)
#CDD3CC
(205,211,204)
#DDDFDC
(221,223,220)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D734C color. Also use rgb(77,115,76) instead hex code.

Text Font Color

.myTextColor { color: #4D734C; }

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

This text font color is #4D734C.


Background Color

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

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

This div background color is #4D734C.


Border color

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

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

This div border color is #4D734C.


Opacity

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

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

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

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

This text has shadow with #4D734C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D734C on black background.


Color preview on white background

This text has color #4D734C on white background.



Black color preview on #4D734C background

This text has black color on #4D734C background.


White color preview on #4D734C background

This text has white color on #4D734C background.