COLOR #4D7254

HEX: #4D7254
RGB: (77,114,84)

Color info

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

RGB color model

#4D7254 color RGB value is (77,114,84).

  • red value is 77;
  • green value is 114;
  • blue value is 84.
RGB:
(77,114,84)
(30%,45%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 114 of 255 = 45%
B 84 of 255 = 33%

77
114
84

R + G + B ~ 36%. #4D7254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 114 + 84 = 275 (100%)
R 77 of 275 ~ 28%
G 114 of 275 ~ 41.45%
B 84 of 275 ~ 30.55%

%28
%41.45
%30.55

CMYK color model

#4D7254 color CMYK value is (32,0,26,55).

  • cyan value is 32.46%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 55.29%
CMYK:
(32,0,26,55)
C32M0Y26K55 
(32%,0%,26%,55%)
(0.32/0.00/0.26/0.55)	

CMYK percentages

%32.46
%0
%26.32
%55.29

Codes

Color #4D7254 in popluar color models

4D7254
RGB7711484
HSL131°19.37%37.45%
HSB/HSV131°32.46%44.71%
CMYK32.46%0.00%26.32%
55.29%

Color #4D7254 in popluar number systems.

HEX4D7254
Decimal7711484
Binary100110111100101010100
Octal115162124

Shades and tints

Shades of #4D7254

#4D7254
(77,114,84)
#46684D
(70,104,77)
#3F5E46
(63,94,70)
#38543F
(56,84,63)
#314A38
(49,74,56)
#2A4031
(42,64,49)
#23362A
(35,54,42)
#1C2C23
(28,44,35)
#15221C
(21,34,28)
#0E1815
(14,24,21)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #4D7254

#4D7254
(77,114,84)
#5D7E63
(93,126,99)
#6D8A72
(109,138,114)
#7D9681
(125,150,129)
#8DA290
(141,162,144)
#9DAE9F
(157,174,159)
#ADBAAE
(173,186,174)
#BDC6BD
(189,198,189)
#CDD2CC
(205,210,204)
#DDDEDB
(221,222,219)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7254 color. Also use rgb(77,114,84) instead hex code.

Text Font Color

.myTextColor { color: #4D7254; }

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

This text font color is #4D7254.


Background Color

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

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

This div background color is #4D7254.


Border color

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

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

This div border color is #4D7254.


Opacity

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

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

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

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

This text has shadow with #4D7254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7254 on black background.


Color preview on white background

This text has color #4D7254 on white background.



Black color preview on #4D7254 background

This text has black color on #4D7254 background.


White color preview on #4D7254 background

This text has white color on #4D7254 background.