COLOR #4D714F

HEX: #4D714F
RGB: (77,113,79)

Color info

#4D714F contains red, green and blue colors in about the same proportion. Web safe color of #4D714F is #336666 (or #366).

RGB color model

#4D714F color RGB value is (77,113,79).

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

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 79 of 255 = 31%

77
113
79

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

Portions of RGB colors in percentages

R + G + B =
77 + 113 + 79 = 269 (100%)
R 77 of 269 ~ 28.62%
G 113 of 269 ~ 42.01%
B 79 of 269 ~ 29.37%

%28.62
%42.01
%29.37

CMYK color model

#4D714F color CMYK value is (32,0,30,56).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 55.69%
CMYK:
(32,0,30,56)
C32M0Y30K56 
(32%,0%,30%,56%)
(0.32/0.00/0.30/0.56)	

CMYK percentages

%31.86
%0
%30.09
%55.69

Codes

Color #4D714F in popluar color models

4D714F
RGB7711379
HSL123°18.95%37.25%
HSB/HSV123°31.86%44.31%
CMYK31.86%0.00%30.09%
55.69%

Color #4D714F in popluar number systems.

HEX4D714F
Decimal7711379
Binary100110111100011001111
Octal115161117

Shades and tints

Shades of #4D714F

#4D714F
(77,113,79)
#466748
(70,103,72)
#3F5D41
(63,93,65)
#38533A
(56,83,58)
#314933
(49,73,51)
#2A3F2C
(42,63,44)
#233525
(35,53,37)
#1C2B1E
(28,43,30)
#152117
(21,33,23)
#0E1710
(14,23,16)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D714F

#4D714F
(77,113,79)
#5D7D5F
(93,125,95)
#6D896F
(109,137,111)
#7D957F
(125,149,127)
#8DA18F
(141,161,143)
#9DAD9F
(157,173,159)
#ADB9AF
(173,185,175)
#BDC5BF
(189,197,191)
#CDD1CF
(205,209,207)
#DDDDDF
(221,221,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D714F; }

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

This text font color is #4D714F.


Background Color

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

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

This div background color is #4D714F.


Border color

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

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

This div border color is #4D714F.


Opacity

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

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

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

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

This text has shadow with #4D714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D714F on black background.


Color preview on white background

This text has color #4D714F on white background.



Black color preview on #4D714F background

This text has black color on #4D714F background.


White color preview on #4D714F background

This text has white color on #4D714F background.