COLOR #4C5A48

HEX: #4C5A48
RGB: (76,90,72)

Color info

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

RGB color model

#4C5A48 color RGB value is (76,90,72).

  • red value is 76;
  • green value is 90;
  • blue value is 72.
RGB:
(76,90,72)
(30%,35%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 90 of 255 = 35%
B 72 of 255 = 28%

76
90
72

R + G + B ~ 31%. #4C5A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 90 + 72 = 238 (100%)
R 76 of 238 ~ 31.93%
G 90 of 238 ~ 37.82%
B 72 of 238 ~ 30.25%

%31.93
%37.82
%30.25

CMYK color model

#4C5A48 color CMYK value is (16,0,20,65).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(16,0,20,65)
C16M0Y20K65 
(16%,0%,20%,65%)
(0.16/0.00/0.20/0.65)	

CMYK percentages

%15.56
%0
%20
%64.71

Codes

Color #4C5A48 in popluar color models

4C5A48
RGB769072
HSL107°11.11%31.76%
HSB/HSV107°20.00%35.29%
CMYK15.56%0.00%20.00%
64.71%

Color #4C5A48 in popluar number systems.

HEX4C5A48
Decimal769072
Binary100110010110101001000
Octal114132110

Shades and tints

Shades of #4C5A48

#4C5A48
(76,90,72)
#465242
(70,82,66)
#404A3C
(64,74,60)
#3A4236
(58,66,54)
#343A30
(52,58,48)
#2E322A
(46,50,42)
#282A24
(40,42,36)
#22221E
(34,34,30)
#1C1A18
(28,26,24)
#161212
(22,18,18)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C5A48

#4C5A48
(76,90,72)
#5C6958
(92,105,88)
#6C7868
(108,120,104)
#7C8778
(124,135,120)
#8C9688
(140,150,136)
#9CA598
(156,165,152)
#ACB4A8
(172,180,168)
#BCC3B8
(188,195,184)
#CCD2C8
(204,210,200)
#DCE1D8
(220,225,216)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5A48 color. Also use rgb(76,90,72) instead hex code.

Text Font Color

.myTextColor { color: #4C5A48; }

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

This text font color is #4C5A48.


Background Color

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

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

This div background color is #4C5A48.


Border color

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

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

This div border color is #4C5A48.


Opacity

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

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

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

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

This text has shadow with #4C5A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A48 on black background.


Color preview on white background

This text has color #4C5A48 on white background.



Black color preview on #4C5A48 background

This text has black color on #4C5A48 background.


White color preview on #4C5A48 background

This text has white color on #4C5A48 background.