COLOR #4C161F

HEX: #4C161F
RGB: (76,22,31)

Color info

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

RGB color model

#4C161F color RGB value is (76,22,31).

  • red value is 76;
  • green value is 22;
  • blue value is 31.
RGB:
(76,22,31)
(30%,9%,12%)

RGB channels and saturation

R 76 of 255 = 30%
G 22 of 255 = 9%
B 31 of 255 = 12%

76
22
31

R + G + B ~ 17%. #4C161F is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 22 + 31 = 129 (100%)
R 76 of 129 ~ 58.91%
G 22 of 129 ~ 17.05%
B 31 of 129 ~ 24.03%

%58.91
%17.05
%24.03

CMYK color model

#4C161F color CMYK value is (0,71,59,70).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 59.21%
  • key color value is 70.20%
CMYK:
(0,71,59,70)
C0M71Y59K70 
(0%,71%,59%,70%)
(0.00/0.71/0.59/0.70)	

CMYK percentages

%0
%71.05
%59.21
%70.2

Codes

Color #4C161F in popluar color models

4C161F
RGB762231
HSL350°55.10%19.22%
HSB/HSV350°71.05%29.80%
CMYK0.00%71.05%59.21%
70.20%

Color #4C161F in popluar number systems.

HEX4C161F
Decimal762231
Binary10011001011011111
Octal1142637

Shades and tints

Shades of #4C161F

#4C161F
(76,22,31)
#46141D
(70,20,29)
#40121B
(64,18,27)
#3A1019
(58,16,25)
#340E17
(52,14,23)
#2E0C15
(46,12,21)
#280A13
(40,10,19)
#220811
(34,8,17)
#1C060F
(28,6,15)
#16040D
(22,4,13)
#10020B
(16,2,11)
#000000
(0,0,0)

Tints of #4C161F

#4C161F
(76,22,31)
#5C2B33
(92,43,51)
#6C4047
(108,64,71)
#7C555B
(124,85,91)
#8C6A6F
(140,106,111)
#9C7F83
(156,127,131)
#AC9497
(172,148,151)
#BCA9AB
(188,169,171)
#CCBEBF
(204,190,191)
#DCD3D3
(220,211,211)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C161F color. Also use rgb(76,22,31) instead hex code.

Text Font Color

.myTextColor { color: #4C161F; }

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

This text font color is #4C161F.


Background Color

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

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

This div background color is #4C161F.


Border color

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

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

This div border color is #4C161F.


Opacity

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

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

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

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

This text has shadow with #4C161F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C161F on black background.


Color preview on white background

This text has color #4C161F on white background.



Black color preview on #4C161F background

This text has black color on #4C161F background.


White color preview on #4C161F background

This text has white color on #4C161F background.