COLOR #4C5515

HEX: #4C5515 RGB: (76,85,21)

Color info

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

RGB color model

#4C5515 color RGB value is (76,85,21).

RGB: (76,85,21) (30%, 33%, 8%)

RGB channels and saturation

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

76
85
21

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

Portions of RGB colors in percentages

R + G + B = 76 + 85 + 21 = 182 (100%)
R 76 of 182 ~ 41.76%
G 85 of 182 ~ 46.7%
B 21 of 182 ~ 11.54'%

%41.76
%46.7
%11.54

CMYK color model

#4C5515 color CMYK value is (11,0,75,67).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 75.29%
  • key color value is 66.67%

CMYK: (11,0,75,67)
C11M0Y75K67 (11%, 0%, 75%, 67%)
(0.11 / 0.00 / 0.75 / 0.67)

CMYK percentages

%10.59
%0
%75.29
%66.67

Codes

Color #4C5515 in popluar color models

4C 55 15
RGB 76 85 21
HSL 68° 60.38% 20.78%
HSB/HSV 68° 75.29% 33.33%
CMYK 10.59% 0.00% 75.29%
66.67%

Color #4C5515 in popluar number systems.

HEX 4C 55 15
Decimal 76 85 21
Binary 1001100 1010101 10101
Octal 114 125 25

Shades and tints

Shades of #4C5515

#4C5515
(76,85,21)
#464E14
(70,78,20)
#404713
(64,71,19)
#3A4012
(58,64,18)
#343911
(52,57,17)
#2E3210
(46,50,16)
#282B0F
(40,43,15)
#22240E
(34,36,14)
#1C1D0D
(28,29,13)
#16160C
(22,22,12)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #4C5515

#4C5515
(76,85,21)
#5C642A
(92,100,42)
#6C733F
(108,115,63)
#7C8254
(124,130,84)
#8C9169
(140,145,105)
#9CA07E
(156,160,126)
#ACAF93
(172,175,147)
#BCBEA8
(188,190,168)
#CCCDBD
(204,205,189)
#DCDCD2
(220,220,210)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5515; }

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

This text font color is #4C5515.

Background Color

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

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

This div background color is #4C5515.

Border color

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

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

This div border color is #4C5515.

Opacity

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

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

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

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

This text has shadow with #4C5515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5515.

Preview

Color preview on black background

This text has color #4C5515 on black background.


Color preview on white background

This text has color #4C5515 on white background.


Black color preview on #4C5515 background

This text has black color on #4C5515 background.


White color preview on #4C5515 background

This text has white color on #4C5515 background.


Related colors

Complementary color

Complementary color for #hex is #B3AAEA.


I love getcolorcode.com

Triadic colors

1 #154C55 and #55154C with #4C5515 are triadic colors.

2 #15554C and #554C15 with #4C5515 are triadic colors.