COLOR #4C5114

HEX: #4C5114 RGB: (76,81,20)

Color info

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

RGB color model

#4C5114 color RGB value is (76,81,20).

RGB: (76,81,20) (30%, 32%, 8%)

RGB channels and saturation

R 76 of 255 = 30%
G 81 of 255 = 32%
B 20 of 255 = 8%

76
81
20

R + G + B ~ 23%. #4C5114 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 81 + 20 = 177 (100%)
R 76 of 177 ~ 42.94%
G 81 of 177 ~ 45.76%
B 20 of 177 ~ 11.3'%

%42.94
%45.76
%11.3

CMYK color model

#4C5114 color CMYK value is (6,0,75,68).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 75.31%
  • key color value is 68.24%
CMYK: (6,0,75,68) C6M0Y75K68 (6%,0%,75%,68%) (0.06/0.00/0.75/0.68) 

CMYK percentages

%6.17
%0
%75.31
%68.24

Codes

Color #4C5114 in popluar color models

4C 51 14
RGB 76 81 20
HSL 65° 60.40% 19.80%
HSB/HSV 65° 75.31% 31.76%
CMYK 6.17% 0.00% 75.31%
68.24%

Color #4C5114 in popluar number systems.

HEX 4C 51 14
Decimal 76 81 20
Binary 1001100 1010001 10100
Octal 114 121 24

Shades and tints

Shades of #4C5114

#4C5114
(76,81,20)
#464A13
(70,74,19)
#404312
(64,67,18)
#3A3C11
(58,60,17)
#343510
(52,53,16)
#2E2E0F
(46,46,15)
#28270E
(40,39,14)
#22200D
(34,32,13)
#1C190C
(28,25,12)
#16120B
(22,18,11)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #4C5114

#4C5114
(76,81,20)
#5C6029
(92,96,41)
#6C6F3E
(108,111,62)
#7C7E53
(124,126,83)
#8C8D68
(140,141,104)
#9C9C7D
(156,156,125)
#ACAB92
(172,171,146)
#BCBAA7
(188,186,167)
#CCC9BC
(204,201,188)
#DCD8D1
(220,216,209)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5114 color. Also use rgb(76,81,20) instead hex code.

Text Font Color

.myTextColor { color: #4C5114; }

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

This text font color is #4C5114.

Background Color

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

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

This div background color is #4C5114.

Border color

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

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

This div border color is #4C5114.

Opacity

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

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

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

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

This text has shadow with #4C5114 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5114.

Preview

Color preview on black background

This text has color #4C5114 on black background.


Color preview on white background

This text has color #4C5114 on white background.


Black color preview on #4C5114 background

This text has black color on #4C5114 background.


White color preview on #4C5114 background

This text has white color on #4C5114 background.


Related colors

Complementary color

Complementary color for #hex is #B3AEEB.


I love getcolorcode.com

Triadic colors

1 #144C51 and #51144C with #4C5114 are triadic colors.

2 #14514C and #514C14 with #4C5114 are triadic colors.