COLOR #4D875C

HEX: #4D875C
RGB: (77,135,92)

Color info

#4D875C contains red, green and blue colors in about the same proportion. Web safe color of #4D875C is #339966 (or #396).

RGB color model

#4D875C color RGB value is (77,135,92).

  • red value is 77;
  • green value is 135;
  • blue value is 92.
RGB:
(77,135,92)
(30%,53%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 135 of 255 = 53%
B 92 of 255 = 36%

77
135
92

R + G + B ~ 40%. #4D875C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 135 + 92 = 304 (100%)
R 77 of 304 ~ 25.33%
G 135 of 304 ~ 44.41%
B 92 of 304 ~ 30.26%

%25.33
%44.41
%30.26

CMYK color model

#4D875C color CMYK value is (43,0,32,47).

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(43,0,32,47)
C43M0Y32K47 
(43%,0%,32%,47%)
(0.43/0.00/0.32/0.47)	

CMYK percentages

%42.96
%0
%31.85
%47.06

Codes

Color #4D875C in popluar color models

4D875C
RGB7713592
HSL136°27.36%41.57%
HSB/HSV136°42.96%52.94%
CMYK42.96%0.00%31.85%
47.06%

Color #4D875C in popluar number systems.

HEX4D875C
Decimal7713592
Binary1001101100001111011100
Octal115207134

Shades and tints

Shades of #4D875C

#4D875C
(77,135,92)
#467B54
(70,123,84)
#3F6F4C
(63,111,76)
#386344
(56,99,68)
#31573C
(49,87,60)
#2A4B34
(42,75,52)
#233F2C
(35,63,44)
#1C3324
(28,51,36)
#15271C
(21,39,28)
#0E1B14
(14,27,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D875C

#4D875C
(77,135,92)
#5D916A
(93,145,106)
#6D9B78
(109,155,120)
#7DA586
(125,165,134)
#8DAF94
(141,175,148)
#9DB9A2
(157,185,162)
#ADC3B0
(173,195,176)
#BDCDBE
(189,205,190)
#CDD7CC
(205,215,204)
#DDE1DA
(221,225,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D875C color. Also use rgb(77,135,92) instead hex code.

Text Font Color

.myTextColor { color: #4D875C; }

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

This text font color is #4D875C.


Background Color

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

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

This div background color is #4D875C.


Border color

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

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

This div border color is #4D875C.


Opacity

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

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

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

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

This text has shadow with #4D875C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D875C on black background.


Color preview on white background

This text has color #4D875C on white background.



Black color preview on #4D875C background

This text has black color on #4D875C background.


White color preview on #4D875C background

This text has white color on #4D875C background.