COLOR #4C5315

HEX: #4C5315
RGB: (76,83,21)

Color info

#4C5315 contains mainly red and green colors. Web safe color of #4C5315 is #336600 (or #360).

RGB color model

#4C5315 color RGB value is (76,83,21).

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

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 21 of 255 = 8%

76
83
21

R + G + B ~ 24%. #4C5315 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 21 = 180 (100%)
R 76 of 180 ~ 42.22%
G 83 of 180 ~ 46.11%
B 21 of 180 ~ 11.67%

%42.22
%46.11
%11.67

CMYK color model

#4C5315 color CMYK value is (8,0,75,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 74.70%
  • key color value is 67.45%
CMYK:
(8,0,75,67)
C8M0Y75K67 
(8%,0%,75%,67%)
(0.08/0.00/0.75/0.67)	

CMYK percentages

%8.43
%0
%74.7
%67.45

Codes

Color #4C5315 in popluar color models

4C5315
RGB768321
HSL67°59.62%20.39%
HSB/HSV67°74.70%32.55%
CMYK8.43%0.00%74.70%
67.45%

Color #4C5315 in popluar number systems.

HEX4C5315
Decimal768321
Binary1001100101001110101
Octal11412325

Shades and tints

Shades of #4C5315

#4C5315
(76,83,21)
#464C14
(70,76,20)
#404513
(64,69,19)
#3A3E12
(58,62,18)
#343711
(52,55,17)
#2E3010
(46,48,16)
#28290F
(40,41,15)
#22220E
(34,34,14)
#1C1B0D
(28,27,13)
#16140C
(22,20,12)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C5315

#4C5315
(76,83,21)
#5C622A
(92,98,42)
#6C713F
(108,113,63)
#7C8054
(124,128,84)
#8C8F69
(140,143,105)
#9C9E7E
(156,158,126)
#ACAD93
(172,173,147)
#BCBCA8
(188,188,168)
#CCCBBD
(204,203,189)
#DCDAD2
(220,218,210)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5315; }

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

This text font color is #4C5315.


Background Color

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

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

This div background color is #4C5315.


Border color

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

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

This div border color is #4C5315.


Opacity

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

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

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

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

This text has shadow with #4C5315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5315 on black background.


Color preview on white background

This text has color #4C5315 on white background.



Black color preview on #4C5315 background

This text has black color on #4C5315 background.


White color preview on #4C5315 background

This text has white color on #4C5315 background.