COLOR #4C162F

HEX: #4C162F RGB: (76,22,47)

Color info

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

RGB color model

#4C162F color RGB value is (76,22,47).

RGB: (76,22,47) (30%, 9%, 18%)

RGB channels and saturation

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

76
22
47

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

Portions of RGB colors in percentages

R + G + B = 76 + 22 + 47 = 145 (100%)
R 76 of 145 ~ 52.41%
G 22 of 145 ~ 15.17%
B 47 of 145 ~ 32.41'%

%52.41
%15.17
%32.41

CMYK color model

#4C162F color CMYK value is (0,71,38,70).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 38.16%
  • key color value is 70.20%

CMYK: (0,71,38,70)
C0M71Y38K70 (0%, 71%, 38%, 70%)
(0.00 / 0.71 / 0.38 / 0.70)

CMYK percentages

%0
%71.05
%38.16
%70.2

Codes

Color #4C162F in popluar color models

4C 16 2F
RGB 76 22 47
HSL 332° 55.10% 19.22%
HSB/HSV 332° 71.05% 29.80%
CMYK 0.00% 71.05% 38.16%
70.20%

Color #4C162F in popluar number systems.

HEX 4C 16 2F
Decimal 76 22 47
Binary 1001100 10110 101111
Octal 114 26 57

Shades and tints

Shades of #4C162F

#4C162F
(76,22,47)
#46142B
(70,20,43)
#401227
(64,18,39)
#3A1023
(58,16,35)
#340E1F
(52,14,31)
#2E0C1B
(46,12,27)
#280A17
(40,10,23)
#220813
(34,8,19)
#1C060F
(28,6,15)
#16040B
(22,4,11)
#100207
(16,2,7)
#000000
(0,0,0)

Tints of #4C162F

#4C162F
(76,22,47)
#5C2B41
(92,43,65)
#6C4053
(108,64,83)
#7C5565
(124,85,101)
#8C6A77
(140,106,119)
#9C7F89
(156,127,137)
#AC949B
(172,148,155)
#BCA9AD
(188,169,173)
#CCBEBF
(204,190,191)
#DCD3D1
(220,211,209)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C162F; }

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

This text font color is #4C162F.

Background Color

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

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

This div background color is #4C162F.

Border color

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

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

This div border color is #4C162F.

Opacity

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

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

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

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

This text has shadow with #4C162F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C162F.

Preview

Color preview on black background

This text has color #4C162F on black background.


Color preview on white background

This text has color #4C162F on white background.


Black color preview on #4C162F background

This text has black color on #4C162F background.


White color preview on #4C162F background

This text has white color on #4C162F background.


Related colors

Complementary color

Complementary color for #hex is #B3E9D0.


I love getcolorcode.com

Triadic colors

1 #2F4C16 and #162F4C with #4C162F are triadic colors.

2 #2F164C and #164C2F with #4C162F are triadic colors.