COLOR #4C5C0D

HEX: #4C5C0D RGB: (76,92,13)

Color info

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

RGB color model

#4C5C0D color RGB value is (76,92,13).

RGB: (76,92,13) (30%, 36%, 5%)

RGB channels and saturation

R 76 of 255 = 30%
G 92 of 255 = 36%
B 13 of 255 = 5%

76
92
13

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

Portions of RGB colors in percentages

R + G + B = 76 + 92 + 13 = 181 (100%)
R 76 of 181 ~ 41.99%
G 92 of 181 ~ 50.83%
B 13 of 181 ~ 7.18'%

%41.99
%50.83

CMYK color model

#4C5C0D color CMYK value is (17,0,86,64).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 85.87%
  • key color value is 63.92%

CMYK: (17,0,86,64)
C17M0Y86K64 (17%, 0%, 86%, 64%)
(0.17 / 0.00 / 0.86 / 0.64)

CMYK percentages

%17.39
%0
%85.87
%63.92

Codes

Color #4C5C0D in popluar color models

4C 5C 0D
RGB 76 92 13
HSL 72° 75.24% 20.59%
HSB/HSV 72° 85.87% 36.08%
CMYK 17.39% 0.00% 85.87%
63.92%

Color #4C5C0D in popluar number systems.

HEX 4C 5C 0D
Decimal 76 92 13
Binary 1001100 1011100 1101
Octal 114 134 15

Shades and tints

Shades of #4C5C0D

#4C5C0D
(76,92,13)
#46540C
(70,84,12)
#404C0B
(64,76,11)
#3A440A
(58,68,10)
#343C09
(52,60,9)
#2E3408
(46,52,8)
#282C07
(40,44,7)
#222406
(34,36,6)
#1C1C05
(28,28,5)
#161404
(22,20,4)
#100C03
(16,12,3)
#000000
(0,0,0)

Tints of #4C5C0D

#4C5C0D
(76,92,13)
#5C6A23
(92,106,35)
#6C7839
(108,120,57)
#7C864F
(124,134,79)
#8C9465
(140,148,101)
#9CA27B
(156,162,123)
#ACB091
(172,176,145)
#BCBEA7
(188,190,167)
#CCCCBD
(204,204,189)
#DCDAD3
(220,218,211)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5C0D color. Also use rgb(76,92,13) instead hex code.

Text Font Color

.myTextColor { color: #4C5C0D; }

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

This text font color is #4C5C0D.

Background Color

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

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

This div background color is #4C5C0D.

Border color

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

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

This div border color is #4C5C0D.

Opacity

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

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

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

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

This text has shadow with #4C5C0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5C0D.

Preview

Color preview on black background

This text has color #4C5C0D on black background.


Color preview on white background

This text has color #4C5C0D on white background.


Black color preview on #4C5C0D background

This text has black color on #4C5C0D background.


White color preview on #4C5C0D background

This text has white color on #4C5C0D background.


Related colors

Complementary color

Complementary color for #hex is #B3A3F2.


I love getcolorcode.com

Triadic colors

1 #0D4C5C and #5C0D4C with #4C5C0D are triadic colors.

2 #0D5C4C and #5C4C0D with #4C5C0D are triadic colors.