COLOR #4C5428

HEX: #4C5428
RGB: (76,84,40)

Color info

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

RGB color model

#4C5428 color RGB value is (76,84,40).

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

RGB channels and saturation

R 76 of 255 = 30%
G 84 of 255 = 33%
B 40 of 255 = 16%

76
84
40

R + G + B ~ 26%. #4C5428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 84 + 40 = 200 (100%)
R 76 of 200 ~ 38%
G 84 of 200 ~ 42%
B 40 of 200 ~ 20%

%38
%42
%20

CMYK color model

#4C5428 color CMYK value is (10,0,52,67).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 67.06%
CMYK:
(10,0,52,67)
C10M0Y52K67 
(10%,0%,52%,67%)
(0.10/0.00/0.52/0.67)	

CMYK percentages

%9.52
%0
%52.38
%67.06

Codes

Color #4C5428 in popluar color models

4C5428
RGB768440
HSL71°35.48%24.31%
HSB/HSV71°52.38%32.94%
CMYK9.52%0.00%52.38%
67.06%

Color #4C5428 in popluar number systems.

HEX4C5428
Decimal768440
Binary10011001010100101000
Octal11412450

Shades and tints

Shades of #4C5428

#4C5428
(76,84,40)
#464D25
(70,77,37)
#404622
(64,70,34)
#3A3F1F
(58,63,31)
#34381C
(52,56,28)
#2E3119
(46,49,25)
#282A16
(40,42,22)
#222313
(34,35,19)
#1C1C10
(28,28,16)
#16150D
(22,21,13)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C5428

#4C5428
(76,84,40)
#5C633B
(92,99,59)
#6C724E
(108,114,78)
#7C8161
(124,129,97)
#8C9074
(140,144,116)
#9C9F87
(156,159,135)
#ACAE9A
(172,174,154)
#BCBDAD
(188,189,173)
#CCCCC0
(204,204,192)
#DCDBD3
(220,219,211)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5428; }

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

This text font color is #4C5428.


Background Color

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

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

This div background color is #4C5428.


Border color

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

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

This div border color is #4C5428.


Opacity

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

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

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

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

This text has shadow with #4C5428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5428 on black background.


Color preview on white background

This text has color #4C5428 on white background.



Black color preview on #4C5428 background

This text has black color on #4C5428 background.


White color preview on #4C5428 background

This text has white color on #4C5428 background.