COLOR #4D7353

HEX: #4D7353
RGB: (77,115,83)

Color info

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

RGB color model

#4D7353 color RGB value is (77,115,83).

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

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 83 of 255 = 33%

77
115
83

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

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 83 = 275 (100%)
R 77 of 275 ~ 28%
G 115 of 275 ~ 41.82%
B 83 of 275 ~ 30.18%

%28
%41.82
%30.18

CMYK color model

#4D7353 color CMYK value is (33,0,28,55).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(33,0,28,55)
C33M0Y28K55 
(33%,0%,28%,55%)
(0.33/0.00/0.28/0.55)	

CMYK percentages

%33.04
%0
%27.83
%54.9

Codes

Color #4D7353 in popluar color models

4D7353
RGB7711583
HSL129°19.79%37.65%
HSB/HSV129°33.04%45.10%
CMYK33.04%0.00%27.83%
54.90%

Color #4D7353 in popluar number systems.

HEX4D7353
Decimal7711583
Binary100110111100111010011
Octal115163123

Shades and tints

Shades of #4D7353

#4D7353
(77,115,83)
#46694C
(70,105,76)
#3F5F45
(63,95,69)
#38553E
(56,85,62)
#314B37
(49,75,55)
#2A4130
(42,65,48)
#233729
(35,55,41)
#1C2D22
(28,45,34)
#15231B
(21,35,27)
#0E1914
(14,25,20)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D7353

#4D7353
(77,115,83)
#5D7F62
(93,127,98)
#6D8B71
(109,139,113)
#7D9780
(125,151,128)
#8DA38F
(141,163,143)
#9DAF9E
(157,175,158)
#ADBBAD
(173,187,173)
#BDC7BC
(189,199,188)
#CDD3CB
(205,211,203)
#DDDFDA
(221,223,218)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7353; }

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

This text font color is #4D7353.


Background Color

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

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

This div background color is #4D7353.


Border color

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

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

This div border color is #4D7353.


Opacity

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

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

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

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

This text has shadow with #4D7353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7353 on black background.


Color preview on white background

This text has color #4D7353 on white background.



Black color preview on #4D7353 background

This text has black color on #4D7353 background.


White color preview on #4D7353 background

This text has white color on #4D7353 background.