COLOR #4D7350

HEX: #4D7350
RGB: (77,115,80)

Color info

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

RGB color model

#4D7350 color RGB value is (77,115,80).

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

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 80 of 255 = 31%

77
115
80

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

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 80 = 272 (100%)
R 77 of 272 ~ 28.31%
G 115 of 272 ~ 42.28%
B 80 of 272 ~ 29.41%

%28.31
%42.28
%29.41

CMYK color model

#4D7350 color CMYK value is (33,0,30,55).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(33,0,30,55)
C33M0Y30K55 
(33%,0%,30%,55%)
(0.33/0.00/0.30/0.55)	

CMYK percentages

%33.04
%0
%30.43
%54.9

Codes

Color #4D7350 in popluar color models

4D7350
RGB7711580
HSL125°19.79%37.65%
HSB/HSV125°33.04%45.10%
CMYK33.04%0.00%30.43%
54.90%

Color #4D7350 in popluar number systems.

HEX4D7350
Decimal7711580
Binary100110111100111010000
Octal115163120

Shades and tints

Shades of #4D7350

#4D7350
(77,115,80)
#466949
(70,105,73)
#3F5F42
(63,95,66)
#38553B
(56,85,59)
#314B34
(49,75,52)
#2A412D
(42,65,45)
#233726
(35,55,38)
#1C2D1F
(28,45,31)
#152318
(21,35,24)
#0E1911
(14,25,17)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #4D7350

#4D7350
(77,115,80)
#5D7F5F
(93,127,95)
#6D8B6E
(109,139,110)
#7D977D
(125,151,125)
#8DA38C
(141,163,140)
#9DAF9B
(157,175,155)
#ADBBAA
(173,187,170)
#BDC7B9
(189,199,185)
#CDD3C8
(205,211,200)
#DDDFD7
(221,223,215)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7350; }

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

This text font color is #4D7350.


Background Color

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

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

This div background color is #4D7350.


Border color

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

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

This div border color is #4D7350.


Opacity

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

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

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

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

This text has shadow with #4D7350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7350 on black background.


Color preview on white background

This text has color #4D7350 on white background.



Black color preview on #4D7350 background

This text has black color on #4D7350 background.


White color preview on #4D7350 background

This text has white color on #4D7350 background.