COLOR #4C1B11

HEX: #4C1B11
RGB: (76,27,17)

Color info

#4C1B11 contains red, green and blue colors in about the same proportion. Web safe color of #4C1B11 is #333300 (or #330).

RGB color model

#4C1B11 color RGB value is (76,27,17).

  • red value is 76;
  • green value is 27;
  • blue value is 17.
RGB:
(76,27,17)
(30%,11%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 27 of 255 = 11%
B 17 of 255 = 7%

76
27
17

R + G + B ~ 16%. #4C1B11 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 27 + 17 = 120 (100%)
R 76 of 120 ~ 63.33%
G 27 of 120 ~ 22.5%
B 17 of 120 ~ 14.17%

%63.33
%22.5
%14.17

CMYK color model

#4C1B11 color CMYK value is (0,64,78,70).

  • cyan value is 0.00%
  • magenta value is 64.47%
  • yellow value is 77.63%
  • key color value is 70.20%
CMYK:
(0,64,78,70)
C0M64Y78K70 
(0%,64%,78%,70%)
(0.00/0.64/0.78/0.70)	

CMYK percentages

%0
%64.47
%77.63
%70.2

Codes

Color #4C1B11 in popluar color models

4C1B11
RGB762717
HSL10°63.44%18.24%
HSB/HSV10°77.63%29.80%
CMYK0.00%64.47%77.63%
70.20%

Color #4C1B11 in popluar number systems.

HEX4C1B11
Decimal762717
Binary10011001101110001
Octal1143321

Shades and tints

Shades of #4C1B11

#4C1B11
(76,27,17)
#461910
(70,25,16)
#40170F
(64,23,15)
#3A150E
(58,21,14)
#34130D
(52,19,13)
#2E110C
(46,17,12)
#280F0B
(40,15,11)
#220D0A
(34,13,10)
#1C0B09
(28,11,9)
#160908
(22,9,8)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C1B11

#4C1B11
(76,27,17)
#5C2F26
(92,47,38)
#6C433B
(108,67,59)
#7C5750
(124,87,80)
#8C6B65
(140,107,101)
#9C7F7A
(156,127,122)
#AC938F
(172,147,143)
#BCA7A4
(188,167,164)
#CCBBB9
(204,187,185)
#DCCFCE
(220,207,206)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1B11 color. Also use rgb(76,27,17) instead hex code.

Text Font Color

.myTextColor { color: #4C1B11; }

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

This text font color is #4C1B11.


Background Color

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

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

This div background color is #4C1B11.


Border color

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

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

This div border color is #4C1B11.


Opacity

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

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

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

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

This text has shadow with #4C1B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1B11 on black background.


Color preview on white background

This text has color #4C1B11 on white background.



Black color preview on #4C1B11 background

This text has black color on #4C1B11 background.


White color preview on #4C1B11 background

This text has white color on #4C1B11 background.