COLOR #4C112A

HEX: #4C112A
RGB: (76,17,42)

Color info

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

RGB color model

#4C112A color RGB value is (76,17,42).

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

RGB channels and saturation

R 76 of 255 = 30%
G 17 of 255 = 7%
B 42 of 255 = 16%

76
17
42

R + G + B ~ 18%. #4C112A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 17 + 42 = 135 (100%)
R 76 of 135 ~ 56.3%
G 17 of 135 ~ 12.59%
B 42 of 135 ~ 31.11%

%56.3
%12.59
%31.11

CMYK color model

#4C112A color CMYK value is (0,78,45,70).

  • cyan value is 0.00%
  • magenta value is 77.63%
  • yellow value is 44.74%
  • key color value is 70.20%
CMYK:
(0,78,45,70)
C0M78Y45K70 
(0%,78%,45%,70%)
(0.00/0.78/0.45/0.70)	

CMYK percentages

%0
%77.63
%44.74
%70.2

Codes

Color #4C112A in popluar color models

4C112A
RGB761742
HSL335°63.44%18.24%
HSB/HSV335°77.63%29.80%
CMYK0.00%77.63%44.74%
70.20%

Color #4C112A in popluar number systems.

HEX4C112A
Decimal761742
Binary100110010001101010
Octal1142152

Shades and tints

Shades of #4C112A

#4C112A
(76,17,42)
#461027
(70,16,39)
#400F24
(64,15,36)
#3A0E21
(58,14,33)
#340D1E
(52,13,30)
#2E0C1B
(46,12,27)
#280B18
(40,11,24)
#220A15
(34,10,21)
#1C0912
(28,9,18)
#16080F
(22,8,15)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #4C112A

#4C112A
(76,17,42)
#5C263D
(92,38,61)
#6C3B50
(108,59,80)
#7C5063
(124,80,99)
#8C6576
(140,101,118)
#9C7A89
(156,122,137)
#AC8F9C
(172,143,156)
#BCA4AF
(188,164,175)
#CCB9C2
(204,185,194)
#DCCED5
(220,206,213)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C112A; }

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

This text font color is #4C112A.


Background Color

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

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

This div background color is #4C112A.


Border color

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

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

This div border color is #4C112A.


Opacity

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

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

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

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

This text has shadow with #4C112A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C112A on black background.


Color preview on white background

This text has color #4C112A on white background.



Black color preview on #4C112A background

This text has black color on #4C112A background.


White color preview on #4C112A background

This text has white color on #4C112A background.