COLOR #4C542D

HEX: #4C542D
RGB: (76,84,45)

Color info

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

RGB color model

#4C542D color RGB value is (76,84,45).

  • red value is 76;
  • green value is 84;
  • blue value is 45.
RGB:
(76,84,45)
(30%,33%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 84 of 255 = 33%
B 45 of 255 = 18%

76
84
45

R + G + B ~ 27%. #4C542D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 84 + 45 = 205 (100%)
R 76 of 205 ~ 37.07%
G 84 of 205 ~ 40.98%
B 45 of 205 ~ 21.95%

%37.07
%40.98
%21.95

CMYK color model

#4C542D color CMYK value is (10,0,46,67).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 67.06%
CMYK:
(10,0,46,67)
C10M0Y46K67 
(10%,0%,46%,67%)
(0.10/0.00/0.46/0.67)	

CMYK percentages

%9.52
%0
%46.43
%67.06

Codes

Color #4C542D in popluar color models

4C542D
RGB768445
HSL72°30.23%25.29%
HSB/HSV72°46.43%32.94%
CMYK9.52%0.00%46.43%
67.06%

Color #4C542D in popluar number systems.

HEX4C542D
Decimal768445
Binary10011001010100101101
Octal11412455

Shades and tints

Shades of #4C542D

#4C542D
(76,84,45)
#464D29
(70,77,41)
#404625
(64,70,37)
#3A3F21
(58,63,33)
#34381D
(52,56,29)
#2E3119
(46,49,25)
#282A15
(40,42,21)
#222311
(34,35,17)
#1C1C0D
(28,28,13)
#161509
(22,21,9)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #4C542D

#4C542D
(76,84,45)
#5C6340
(92,99,64)
#6C7253
(108,114,83)
#7C8166
(124,129,102)
#8C9079
(140,144,121)
#9C9F8C
(156,159,140)
#ACAE9F
(172,174,159)
#BCBDB2
(188,189,178)
#CCCCC5
(204,204,197)
#DCDBD8
(220,219,216)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C542D color. Also use rgb(76,84,45) instead hex code.

Text Font Color

.myTextColor { color: #4C542D; }

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

This text font color is #4C542D.


Background Color

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

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

This div background color is #4C542D.


Border color

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

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

This div border color is #4C542D.


Opacity

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

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

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

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

This text has shadow with #4C542D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C542D on black background.


Color preview on white background

This text has color #4C542D on white background.



Black color preview on #4C542D background

This text has black color on #4C542D background.


White color preview on #4C542D background

This text has white color on #4C542D background.