COLOR #4C5436

HEX: #4C5436
RGB: (76,84,54)

Color info

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

RGB color model

#4C5436 color RGB value is (76,84,54).

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

RGB channels and saturation

R 76 of 255 = 30%
G 84 of 255 = 33%
B 54 of 255 = 21%

76
84
54

R + G + B ~ 28%. #4C5436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 84 + 54 = 214 (100%)
R 76 of 214 ~ 35.51%
G 84 of 214 ~ 39.25%
B 54 of 214 ~ 25.23%

%35.51
%39.25
%25.23

CMYK color model

#4C5436 color CMYK value is (10,0,36,67).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 67.06%
CMYK:
(10,0,36,67)
C10M0Y36K67 
(10%,0%,36%,67%)
(0.10/0.00/0.36/0.67)	

CMYK percentages

%9.52
%0
%35.71
%67.06

Codes

Color #4C5436 in popluar color models

4C5436
RGB768454
HSL76°21.74%27.06%
HSB/HSV76°35.71%32.94%
CMYK9.52%0.00%35.71%
67.06%

Color #4C5436 in popluar number systems.

HEX4C5436
Decimal768454
Binary10011001010100110110
Octal11412466

Shades and tints

Shades of #4C5436

#4C5436
(76,84,54)
#464D32
(70,77,50)
#40462E
(64,70,46)
#3A3F2A
(58,63,42)
#343826
(52,56,38)
#2E3122
(46,49,34)
#282A1E
(40,42,30)
#22231A
(34,35,26)
#1C1C16
(28,28,22)
#161512
(22,21,18)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #4C5436

#4C5436
(76,84,54)
#5C6348
(92,99,72)
#6C725A
(108,114,90)
#7C816C
(124,129,108)
#8C907E
(140,144,126)
#9C9F90
(156,159,144)
#ACAEA2
(172,174,162)
#BCBDB4
(188,189,180)
#CCCCC6
(204,204,198)
#DCDBD8
(220,219,216)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5436; }

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

This text font color is #4C5436.


Background Color

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

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

This div background color is #4C5436.


Border color

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

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

This div border color is #4C5436.


Opacity

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

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

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

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

This text has shadow with #4C5436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5436 on black background.


Color preview on white background

This text has color #4C5436 on white background.



Black color preview on #4C5436 background

This text has black color on #4C5436 background.


White color preview on #4C5436 background

This text has white color on #4C5436 background.