COLOR #4C1911

HEX: #4C1911
RGB: (76,25,17)

Color info

#4C1911 contains red, green and blue colors in about the same proportion. Web safe color of #4C1911 is #330000 (or #300).

RGB color model

#4C1911 color RGB value is (76,25,17).

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

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 17 of 255 = 7%

76
25
17

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

Portions of RGB colors in percentages

R + G + B =
76 + 25 + 17 = 118 (100%)
R 76 of 118 ~ 64.41%
G 25 of 118 ~ 21.19%
B 17 of 118 ~ 14.41%

%64.41
%21.19
%14.41

CMYK color model

#4C1911 color CMYK value is (0,67,78,70).

  • cyan value is 0.00%
  • magenta value is 67.11%
  • yellow value is 77.63%
  • key color value is 70.20%
CMYK:
(0,67,78,70)
C0M67Y78K70 
(0%,67%,78%,70%)
(0.00/0.67/0.78/0.70)	

CMYK percentages

%0
%67.11
%77.63
%70.2

Codes

Color #4C1911 in popluar color models

4C1911
RGB762517
HSL63.44%18.24%
HSB/HSV77.63%29.80%
CMYK0.00%67.11%77.63%
70.20%

Color #4C1911 in popluar number systems.

HEX4C1911
Decimal762517
Binary10011001100110001
Octal1143121

Shades and tints

Shades of #4C1911

#4C1911
(76,25,17)
#461710
(70,23,16)
#40150F
(64,21,15)
#3A130E
(58,19,14)
#34110D
(52,17,13)
#2E0F0C
(46,15,12)
#280D0B
(40,13,11)
#220B0A
(34,11,10)
#1C0909
(28,9,9)
#160708
(22,7,8)
#100507
(16,5,7)
#000000
(0,0,0)

Tints of #4C1911

#4C1911
(76,25,17)
#5C2D26
(92,45,38)
#6C413B
(108,65,59)
#7C5550
(124,85,80)
#8C6965
(140,105,101)
#9C7D7A
(156,125,122)
#AC918F
(172,145,143)
#BCA5A4
(188,165,164)
#CCB9B9
(204,185,185)
#DCCDCE
(220,205,206)
#ECE1E3
(236,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1911; }

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

This text font color is #4C1911.


Background Color

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

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

This div background color is #4C1911.


Border color

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

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

This div border color is #4C1911.


Opacity

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

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

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

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

This text has shadow with #4C1911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1911 on black background.


Color preview on white background

This text has color #4C1911 on white background.



Black color preview on #4C1911 background

This text has black color on #4C1911 background.


White color preview on #4C1911 background

This text has white color on #4C1911 background.