COLOR #4C1D08

HEX: #4C1D08 RGB: (76,29,8)

Color info

#4C1D08 contains mainly red and green colors. Web safe color of #4C1D08 is #333300 (or #330).

RGB color model

#4C1D08 color RGB value is (76,29,8).

RGB: (76,29,8) (30%, 11%, 3%)

RGB channels and saturation

R 76 of 255 = 30%
G 29 of 255 = 11%
B 8 of 255 = 3%

76
29
8

R + G + B ~ 15%. #4C1D08 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 29 + 8 = 113 (100%)
R 76 of 113 ~ 67.26%
G 29 of 113 ~ 25.66%
B 8 of 113 ~ 7.08'%

%67.26
%25.66

CMYK color model

#4C1D08 color CMYK value is (0,62,89,70).

  • cyan value is 0.00%
  • magenta value is 61.84%
  • yellow value is 89.47%
  • key color value is 70.20%
CMYK: (0,62,89,70) C0M62Y89K70 (0%,62%,89%,70%) (0.00/0.62/0.89/0.70) 

CMYK percentages

%0
%61.84
%89.47
%70.2

Codes

Color #4C1D08 in popluar color models

4C 1D 08
RGB 76 29 8
HSL 19° 80.95% 16.47%
HSB/HSV 19° 89.47% 29.80%
CMYK 0.00% 61.84% 89.47%
70.20%

Color #4C1D08 in popluar number systems.

HEX 4C 1D 08
Decimal 76 29 8
Binary 1001100 11101 1000
Octal 114 35 10

Shades and tints

Shades of #4C1D08

#4C1D08
(76,29,8)
#461B08
(70,27,8)
#401908
(64,25,8)
#3A1708
(58,23,8)
#341508
(52,21,8)
#2E1308
(46,19,8)
#281108
(40,17,8)
#220F08
(34,15,8)
#1C0D08
(28,13,8)
#160B08
(22,11,8)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #4C1D08

#4C1D08
(76,29,8)
#5C311E
(92,49,30)
#6C4534
(108,69,52)
#7C594A
(124,89,74)
#8C6D60
(140,109,96)
#9C8176
(156,129,118)
#AC958C
(172,149,140)
#BCA9A2
(188,169,162)
#CCBDB8
(204,189,184)
#DCD1CE
(220,209,206)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1D08; }

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

This text font color is #4C1D08.

Background Color

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

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

This div background color is #4C1D08.

Border color

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

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

This div border color is #4C1D08.

Opacity

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

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

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

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

This text has shadow with #4C1D08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1D08.

Preview

Color preview on black background

This text has color #4C1D08 on black background.


Color preview on white background

This text has color #4C1D08 on white background.


Black color preview on #4C1D08 background

This text has black color on #4C1D08 background.


White color preview on #4C1D08 background

This text has white color on #4C1D08 background.


Related colors

Complementary color

Complementary color for #hex is #B3E2F7.


I love getcolorcode.com

Triadic colors

1 #084C1D and #1D084C with #4C1D08 are triadic colors.

2 #081D4C and #1D4C08 with #4C1D08 are triadic colors.