COLOR #4C112F

HEX: #4C112F
RGB: (76,17,47)

Color info

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

RGB color model

#4C112F color RGB value is (76,17,47).

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

RGB channels and saturation

R 76 of 255 = 30%
G 17 of 255 = 7%
B 47 of 255 = 18%

76
17
47

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

Portions of RGB colors in percentages

R + G + B =
76 + 17 + 47 = 140 (100%)
R 76 of 140 ~ 54.29%
G 17 of 140 ~ 12.14%
B 47 of 140 ~ 33.57%

%54.29
%12.14
%33.57

CMYK color model

#4C112F color CMYK value is (0,78,38,70).

  • cyan value is 0.00%
  • magenta value is 77.63%
  • yellow value is 38.16%
  • key color value is 70.20%
CMYK:
(0,78,38,70)
C0M78Y38K70 
(0%,78%,38%,70%)
(0.00/0.78/0.38/0.70)	

CMYK percentages

%0
%77.63
%38.16
%70.2

Codes

Color #4C112F in popluar color models

4C112F
RGB761747
HSL329°63.44%18.24%
HSB/HSV329°77.63%29.80%
CMYK0.00%77.63%38.16%
70.20%

Color #4C112F in popluar number systems.

HEX4C112F
Decimal761747
Binary100110010001101111
Octal1142157

Shades and tints

Shades of #4C112F

#4C112F
(76,17,47)
#46102B
(70,16,43)
#400F27
(64,15,39)
#3A0E23
(58,14,35)
#340D1F
(52,13,31)
#2E0C1B
(46,12,27)
#280B17
(40,11,23)
#220A13
(34,10,19)
#1C090F
(28,9,15)
#16080B
(22,8,11)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C112F

#4C112F
(76,17,47)
#5C2641
(92,38,65)
#6C3B53
(108,59,83)
#7C5065
(124,80,101)
#8C6577
(140,101,119)
#9C7A89
(156,122,137)
#AC8F9B
(172,143,155)
#BCA4AD
(188,164,173)
#CCB9BF
(204,185,191)
#DCCED1
(220,206,209)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C112F; }

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

This text font color is #4C112F.


Background Color

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

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

This div background color is #4C112F.


Border color

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

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

This div border color is #4C112F.


Opacity

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

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

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

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

This text has shadow with #4C112F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C112F on black background.


Color preview on white background

This text has color #4C112F on white background.



Black color preview on #4C112F background

This text has black color on #4C112F background.


White color preview on #4C112F background

This text has white color on #4C112F background.