COLOR #4D7F52

HEX: #4D7F52
RGB: (77,127,82)

Color info

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

RGB color model

#4D7F52 color RGB value is (77,127,82).

  • red value is 77;
  • green value is 127;
  • blue value is 82.
RGB:
(77,127,82)
(30%,50%,32%)

RGB channels and saturation

R 77 of 255 = 30%
G 127 of 255 = 50%
B 82 of 255 = 32%

77
127
82

R + G + B ~ 37%. #4D7F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 127 + 82 = 286 (100%)
R 77 of 286 ~ 26.92%
G 127 of 286 ~ 44.41%
B 82 of 286 ~ 28.67%

%26.92
%44.41
%28.67

CMYK color model

#4D7F52 color CMYK value is (39,0,35,50).

  • cyan value is 39.37%
  • magenta value is 0.00%
  • yellow value is 35.43%
  • key color value is 50.20%
CMYK:
(39,0,35,50)
C39M0Y35K50 
(39%,0%,35%,50%)
(0.39/0.00/0.35/0.50)	

CMYK percentages

%39.37
%0
%35.43
%50.2

Codes

Color #4D7F52 in popluar color models

4D7F52
RGB7712782
HSL126°24.51%40.00%
HSB/HSV126°39.37%49.80%
CMYK39.37%0.00%35.43%
50.20%

Color #4D7F52 in popluar number systems.

HEX4D7F52
Decimal7712782
Binary100110111111111010010
Octal115177122

Shades and tints

Shades of #4D7F52

#4D7F52
(77,127,82)
#46744B
(70,116,75)
#3F6944
(63,105,68)
#385E3D
(56,94,61)
#315336
(49,83,54)
#2A482F
(42,72,47)
#233D28
(35,61,40)
#1C3221
(28,50,33)
#15271A
(21,39,26)
#0E1C13
(14,28,19)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #4D7F52

#4D7F52
(77,127,82)
#5D8A61
(93,138,97)
#6D9570
(109,149,112)
#7DA07F
(125,160,127)
#8DAB8E
(141,171,142)
#9DB69D
(157,182,157)
#ADC1AC
(173,193,172)
#BDCCBB
(189,204,187)
#CDD7CA
(205,215,202)
#DDE2D9
(221,226,217)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7F52 color. Also use rgb(77,127,82) instead hex code.

Text Font Color

.myTextColor { color: #4D7F52; }

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

This text font color is #4D7F52.


Background Color

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

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

This div background color is #4D7F52.


Border color

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

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

This div border color is #4D7F52.


Opacity

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

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

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

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

This text has shadow with #4D7F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7F52 on black background.


Color preview on white background

This text has color #4D7F52 on white background.



Black color preview on #4D7F52 background

This text has black color on #4D7F52 background.


White color preview on #4D7F52 background

This text has white color on #4D7F52 background.