COLOR #4D714C

HEX: #4D714C
RGB: (77,113,76)

Color info

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

RGB color model

#4D714C color RGB value is (77,113,76).

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

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 76 of 255 = 30%

77
113
76

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

Portions of RGB colors in percentages

R + G + B =
77 + 113 + 76 = 266 (100%)
R 77 of 266 ~ 28.95%
G 113 of 266 ~ 42.48%
B 76 of 266 ~ 28.57%

%28.95
%42.48
%28.57

CMYK color model

#4D714C color CMYK value is (32,0,33,56).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 55.69%
CMYK:
(32,0,33,56)
C32M0Y33K56 
(32%,0%,33%,56%)
(0.32/0.00/0.33/0.56)	

CMYK percentages

%31.86
%0
%32.74
%55.69

Codes

Color #4D714C in popluar color models

4D714C
RGB7711376
HSL118°19.58%37.06%
HSB/HSV118°32.74%44.31%
CMYK31.86%0.00%32.74%
55.69%

Color #4D714C in popluar number systems.

HEX4D714C
Decimal7711376
Binary100110111100011001100
Octal115161114

Shades and tints

Shades of #4D714C

#4D714C
(77,113,76)
#466746
(70,103,70)
#3F5D40
(63,93,64)
#38533A
(56,83,58)
#314934
(49,73,52)
#2A3F2E
(42,63,46)
#233528
(35,53,40)
#1C2B22
(28,43,34)
#15211C
(21,33,28)
#0E1716
(14,23,22)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D714C

#4D714C
(77,113,76)
#5D7D5C
(93,125,92)
#6D896C
(109,137,108)
#7D957C
(125,149,124)
#8DA18C
(141,161,140)
#9DAD9C
(157,173,156)
#ADB9AC
(173,185,172)
#BDC5BC
(189,197,188)
#CDD1CC
(205,209,204)
#DDDDDC
(221,221,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D714C; }

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

This text font color is #4D714C.


Background Color

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

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

This div background color is #4D714C.


Border color

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

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

This div border color is #4D714C.


Opacity

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

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

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

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

This text has shadow with #4D714C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D714C on black background.


Color preview on white background

This text has color #4D714C on white background.



Black color preview on #4D714C background

This text has black color on #4D714C background.


White color preview on #4D714C background

This text has white color on #4D714C background.