COLOR #4C151C

HEX: #4C151C
RGB: (76,21,28)

Color info

#4C151C contains red, green and blue colors in about the same proportion. Web safe color of #4C151C is #330033 (or #303).

RGB color model

#4C151C color RGB value is (76,21,28).

  • red value is 76;
  • green value is 21;
  • blue value is 28.
RGB:
(76,21,28)
(30%,8%,11%)

RGB channels and saturation

R 76 of 255 = 30%
G 21 of 255 = 8%
B 28 of 255 = 11%

76
21
28

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

Portions of RGB colors in percentages

R + G + B =
76 + 21 + 28 = 125 (100%)
R 76 of 125 ~ 60.8%
G 21 of 125 ~ 16.8%
B 28 of 125 ~ 22.4%

%60.8
%16.8
%22.4

CMYK color model

#4C151C color CMYK value is (0,72,63,70).

  • cyan value is 0.00%
  • magenta value is 72.37%
  • yellow value is 63.16%
  • key color value is 70.20%
CMYK:
(0,72,63,70)
C0M72Y63K70 
(0%,72%,63%,70%)
(0.00/0.72/0.63/0.70)	

CMYK percentages

%0
%72.37
%63.16
%70.2

Codes

Color #4C151C in popluar color models

4C151C
RGB762128
HSL352°56.70%19.02%
HSB/HSV352°72.37%29.80%
CMYK0.00%72.37%63.16%
70.20%

Color #4C151C in popluar number systems.

HEX4C151C
Decimal762128
Binary10011001010111100
Octal1142534

Shades and tints

Shades of #4C151C

#4C151C
(76,21,28)
#46141A
(70,20,26)
#401318
(64,19,24)
#3A1216
(58,18,22)
#341114
(52,17,20)
#2E1012
(46,16,18)
#280F10
(40,15,16)
#220E0E
(34,14,14)
#1C0D0C
(28,13,12)
#160C0A
(22,12,10)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #4C151C

#4C151C
(76,21,28)
#5C2A30
(92,42,48)
#6C3F44
(108,63,68)
#7C5458
(124,84,88)
#8C696C
(140,105,108)
#9C7E80
(156,126,128)
#AC9394
(172,147,148)
#BCA8A8
(188,168,168)
#CCBDBC
(204,189,188)
#DCD2D0
(220,210,208)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C151C color. Also use rgb(76,21,28) instead hex code.

Text Font Color

.myTextColor { color: #4C151C; }

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

This text font color is #4C151C.


Background Color

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

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

This div background color is #4C151C.


Border color

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

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

This div border color is #4C151C.


Opacity

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

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

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

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

This text has shadow with #4C151C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C151C on black background.


Color preview on white background

This text has color #4C151C on white background.



Black color preview on #4C151C background

This text has black color on #4C151C background.


White color preview on #4C151C background

This text has white color on #4C151C background.