COLOR #4D7554

HEX: #4D7554
RGB: (77,117,84)

Color info

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

RGB color model

#4D7554 color RGB value is (77,117,84).

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

RGB channels and saturation

R 77 of 255 = 30%
G 117 of 255 = 46%
B 84 of 255 = 33%

77
117
84

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

Portions of RGB colors in percentages

R + G + B =
77 + 117 + 84 = 278 (100%)
R 77 of 278 ~ 27.7%
G 117 of 278 ~ 42.09%
B 84 of 278 ~ 30.22%

%27.7
%42.09
%30.22

CMYK color model

#4D7554 color CMYK value is (34,0,28,54).

  • cyan value is 34.19%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(34,0,28,54)
C34M0Y28K54 
(34%,0%,28%,54%)
(0.34/0.00/0.28/0.54)	

CMYK percentages

%34.19
%0
%28.21
%54.12

Codes

Color #4D7554 in popluar color models

4D7554
RGB7711784
HSL131°20.62%38.04%
HSB/HSV131°34.19%45.88%
CMYK34.19%0.00%28.21%
54.12%

Color #4D7554 in popluar number systems.

HEX4D7554
Decimal7711784
Binary100110111101011010100
Octal115165124

Shades and tints

Shades of #4D7554

#4D7554
(77,117,84)
#466B4D
(70,107,77)
#3F6146
(63,97,70)
#38573F
(56,87,63)
#314D38
(49,77,56)
#2A4331
(42,67,49)
#23392A
(35,57,42)
#1C2F23
(28,47,35)
#15251C
(21,37,28)
#0E1B15
(14,27,21)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #4D7554

#4D7554
(77,117,84)
#5D8163
(93,129,99)
#6D8D72
(109,141,114)
#7D9981
(125,153,129)
#8DA590
(141,165,144)
#9DB19F
(157,177,159)
#ADBDAE
(173,189,174)
#BDC9BD
(189,201,189)
#CDD5CC
(205,213,204)
#DDE1DB
(221,225,219)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7554; }

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

This text font color is #4D7554.


Background Color

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

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

This div background color is #4D7554.


Border color

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

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

This div border color is #4D7554.


Opacity

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

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

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

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

This text has shadow with #4D7554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7554 on black background.


Color preview on white background

This text has color #4D7554 on white background.



Black color preview on #4D7554 background

This text has black color on #4D7554 background.


White color preview on #4D7554 background

This text has white color on #4D7554 background.