COLOR #4C162D

HEX: #4C162D
RGB: (76,22,45)

Color info

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

RGB color model

#4C162D color RGB value is (76,22,45).

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

RGB channels and saturation

R 76 of 255 = 30%
G 22 of 255 = 9%
B 45 of 255 = 18%

76
22
45

R + G + B ~ 19%. #4C162D is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 22 + 45 = 143 (100%)
R 76 of 143 ~ 53.15%
G 22 of 143 ~ 15.38%
B 45 of 143 ~ 31.47%

%53.15
%15.38
%31.47

CMYK color model

#4C162D color CMYK value is (0,71,41,70).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 40.79%
  • key color value is 70.20%
CMYK:
(0,71,41,70)
C0M71Y41K70 
(0%,71%,41%,70%)
(0.00/0.71/0.41/0.70)	

CMYK percentages

%0
%71.05
%40.79
%70.2

Codes

Color #4C162D in popluar color models

4C162D
RGB762245
HSL334°55.10%19.22%
HSB/HSV334°71.05%29.80%
CMYK0.00%71.05%40.79%
70.20%

Color #4C162D in popluar number systems.

HEX4C162D
Decimal762245
Binary100110010110101101
Octal1142655

Shades and tints

Shades of #4C162D

#4C162D
(76,22,45)
#461429
(70,20,41)
#401225
(64,18,37)
#3A1021
(58,16,33)
#340E1D
(52,14,29)
#2E0C19
(46,12,25)
#280A15
(40,10,21)
#220811
(34,8,17)
#1C060D
(28,6,13)
#160409
(22,4,9)
#100205
(16,2,5)
#000000
(0,0,0)

Tints of #4C162D

#4C162D
(76,22,45)
#5C2B40
(92,43,64)
#6C4053
(108,64,83)
#7C5566
(124,85,102)
#8C6A79
(140,106,121)
#9C7F8C
(156,127,140)
#AC949F
(172,148,159)
#BCA9B2
(188,169,178)
#CCBEC5
(204,190,197)
#DCD3D8
(220,211,216)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C162D; }

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

This text font color is #4C162D.


Background Color

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

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

This div background color is #4C162D.


Border color

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

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

This div border color is #4C162D.


Opacity

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

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

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

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

This text has shadow with #4C162D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C162D on black background.


Color preview on white background

This text has color #4C162D on white background.



Black color preview on #4C162D background

This text has black color on #4C162D background.


White color preview on #4C162D background

This text has white color on #4C162D background.