COLOR #4C5321

HEX: #4C5321
RGB: (76,83,33)

Color info

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

RGB color model

#4C5321 color RGB value is (76,83,33).

  • red value is 76;
  • green value is 83;
  • blue value is 33.
RGB:
(76,83,33)
(30%,33%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 33 of 255 = 13%

76
83
33

R + G + B ~ 25%. #4C5321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 33 = 192 (100%)
R 76 of 192 ~ 39.58%
G 83 of 192 ~ 43.23%
B 33 of 192 ~ 17.19%

%39.58
%43.23
%17.19

CMYK color model

#4C5321 color CMYK value is (8,0,60,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 60.24%
  • key color value is 67.45%
CMYK:
(8,0,60,67)
C8M0Y60K67 
(8%,0%,60%,67%)
(0.08/0.00/0.60/0.67)	

CMYK percentages

%8.43
%0
%60.24
%67.45

Codes

Color #4C5321 in popluar color models

4C5321
RGB768333
HSL68°43.10%22.75%
HSB/HSV68°60.24%32.55%
CMYK8.43%0.00%60.24%
67.45%

Color #4C5321 in popluar number systems.

HEX4C5321
Decimal768333
Binary10011001010011100001
Octal11412341

Shades and tints

Shades of #4C5321

#4C5321
(76,83,33)
#464C1E
(70,76,30)
#40451B
(64,69,27)
#3A3E18
(58,62,24)
#343715
(52,55,21)
#2E3012
(46,48,18)
#28290F
(40,41,15)
#22220C
(34,34,12)
#1C1B09
(28,27,9)
#161406
(22,20,6)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C5321

#4C5321
(76,83,33)
#5C6235
(92,98,53)
#6C7149
(108,113,73)
#7C805D
(124,128,93)
#8C8F71
(140,143,113)
#9C9E85
(156,158,133)
#ACAD99
(172,173,153)
#BCBCAD
(188,188,173)
#CCCBC1
(204,203,193)
#DCDAD5
(220,218,213)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5321 color. Also use rgb(76,83,33) instead hex code.

Text Font Color

.myTextColor { color: #4C5321; }

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

This text font color is #4C5321.


Background Color

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

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

This div background color is #4C5321.


Border color

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

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

This div border color is #4C5321.


Opacity

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

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

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

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

This text has shadow with #4C5321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5321 on black background.


Color preview on white background

This text has color #4C5321 on white background.



Black color preview on #4C5321 background

This text has black color on #4C5321 background.


White color preview on #4C5321 background

This text has white color on #4C5321 background.