COLOR #4C5F47

HEX: #4C5F47
RGB: (76,95,71)

Color info

#4C5F47 contains red, green and blue colors in about the same proportion. Web safe color of #4C5F47 is #336633 (or #363).

RGB color model

#4C5F47 color RGB value is (76,95,71).

  • red value is 76;
  • green value is 95;
  • blue value is 71.
RGB:
(76,95,71)
(30%,37%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 95 of 255 = 37%
B 71 of 255 = 28%

76
95
71

R + G + B ~ 32%. #4C5F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 95 + 71 = 242 (100%)
R 76 of 242 ~ 31.4%
G 95 of 242 ~ 39.26%
B 71 of 242 ~ 29.34%

%31.4
%39.26
%29.34

CMYK color model

#4C5F47 color CMYK value is (20,0,25,63).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 62.75%
CMYK:
(20,0,25,63)
C20M0Y25K63 
(20%,0%,25%,63%)
(0.20/0.00/0.25/0.63)	

CMYK percentages

%20
%0
%25.26
%62.75

Codes

Color #4C5F47 in popluar color models

4C5F47
RGB769571
HSL108°14.46%32.55%
HSB/HSV108°25.26%37.25%
CMYK20.00%0.00%25.26%
62.75%

Color #4C5F47 in popluar number systems.

HEX4C5F47
Decimal769571
Binary100110010111111000111
Octal114137107

Shades and tints

Shades of #4C5F47

#4C5F47
(76,95,71)
#465741
(70,87,65)
#404F3B
(64,79,59)
#3A4735
(58,71,53)
#343F2F
(52,63,47)
#2E3729
(46,55,41)
#282F23
(40,47,35)
#22271D
(34,39,29)
#1C1F17
(28,31,23)
#161711
(22,23,17)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #4C5F47

#4C5F47
(76,95,71)
#5C6D57
(92,109,87)
#6C7B67
(108,123,103)
#7C8977
(124,137,119)
#8C9787
(140,151,135)
#9CA597
(156,165,151)
#ACB3A7
(172,179,167)
#BCC1B7
(188,193,183)
#CCCFC7
(204,207,199)
#DCDDD7
(220,221,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5F47 color. Also use rgb(76,95,71) instead hex code.

Text Font Color

.myTextColor { color: #4C5F47; }

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

This text font color is #4C5F47.


Background Color

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

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

This div background color is #4C5F47.


Border color

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

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

This div border color is #4C5F47.


Opacity

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

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

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

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

This text has shadow with #4C5F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F47 on black background.


Color preview on white background

This text has color #4C5F47 on white background.



Black color preview on #4C5F47 background

This text has black color on #4C5F47 background.


White color preview on #4C5F47 background

This text has white color on #4C5F47 background.