COLOR #4C4D1D

HEX: #4C4D1D RGB: (76,77,29)

Color info

#4C4D1D contains red, green and blue colors in about the same proportion. Web safe color of #4C4D1D is #333333 (or #333).

RGB color model

#4C4D1D color RGB value is (76,77,29).

RGB: (76,77,29) (30%, 30%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 29 of 255 = 11%

76
77
29

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

Portions of RGB colors in percentages

R + G + B = 76 + 77 + 29 = 182 (100%)
R 76 of 182 ~ 41.76%
G 77 of 182 ~ 42.31%
B 29 of 182 ~ 15.93'%

%41.76
%42.31
%15.93

CMYK color model

#4C4D1D color CMYK value is (1,0,62,70).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 62.34%
  • key color value is 69.80%

CMYK: (1,0,62,70)
C1M0Y62K70 (1%, 0%, 62%, 70%)
(0.01 / 0.00 / 0.62 / 0.70)

CMYK percentages

%1.3
%0
%62.34
%69.8

Codes

Color #4C4D1D in popluar color models

4C 4D 1D
RGB 76 77 29
HSL 61° 45.28% 20.78%
HSB/HSV 61° 62.34% 30.20%
CMYK 1.30% 0.00% 62.34%
69.80%

Color #4C4D1D in popluar number systems.

HEX 4C 4D 1D
Decimal 76 77 29
Binary 1001100 1001101 11101
Octal 114 115 35

Shades and tints

Shades of #4C4D1D

#4C4D1D
(76,77,29)
#46461B
(70,70,27)
#403F19
(64,63,25)
#3A3817
(58,56,23)
#343115
(52,49,21)
#2E2A13
(46,42,19)
#282311
(40,35,17)
#221C0F
(34,28,15)
#1C150D
(28,21,13)
#160E0B
(22,14,11)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #4C4D1D

#4C4D1D
(76,77,29)
#5C5D31
(92,93,49)
#6C6D45
(108,109,69)
#7C7D59
(124,125,89)
#8C8D6D
(140,141,109)
#9C9D81
(156,157,129)
#ACAD95
(172,173,149)
#BCBDA9
(188,189,169)
#CCCDBD
(204,205,189)
#DCDDD1
(220,221,209)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4D1D color. Also use rgb(76,77,29) instead hex code.

Text Font Color

.myTextColor { color: #4C4D1D; }

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

This text font color is #4C4D1D.

Background Color

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

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

This div background color is #4C4D1D.

Border color

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

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

This div border color is #4C4D1D.

Opacity

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

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

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

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

This text has shadow with #4C4D1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4D1D.

Preview

Color preview on black background

This text has color #4C4D1D on black background.


Color preview on white background

This text has color #4C4D1D on white background.


Black color preview on #4C4D1D background

This text has black color on #4C4D1D background.


White color preview on #4C4D1D background

This text has white color on #4C4D1D background.


Related colors

Complementary color

Complementary color for #hex is #B3B2E2.


I love getcolorcode.com

Triadic colors

1 #1D4C4D and #4D1D4C with #4C4D1D are triadic colors.

2 #1D4D4C and #4D4C1D with #4C4D1D are triadic colors.