COLOR #4C113A

HEX: #4C113A
RGB: (76,17,58)

Color info

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

RGB color model

#4C113A color RGB value is (76,17,58).

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

RGB channels and saturation

R 76 of 255 = 30%
G 17 of 255 = 7%
B 58 of 255 = 23%

76
17
58

R + G + B ~ 20%. #4C113A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 17 + 58 = 151 (100%)
R 76 of 151 ~ 50.33%
G 17 of 151 ~ 11.26%
B 58 of 151 ~ 38.41%

%50.33
%11.26
%38.41

CMYK color model

#4C113A color CMYK value is (0,78,24,70).

  • cyan value is 0.00%
  • magenta value is 77.63%
  • yellow value is 23.68%
  • key color value is 70.20%
CMYK:
(0,78,24,70)
C0M78Y24K70 
(0%,78%,24%,70%)
(0.00/0.78/0.24/0.70)	

CMYK percentages

%0
%77.63
%23.68
%70.2

Codes

Color #4C113A in popluar color models

4C113A
RGB761758
HSL318°63.44%18.24%
HSB/HSV318°77.63%29.80%
CMYK0.00%77.63%23.68%
70.20%

Color #4C113A in popluar number systems.

HEX4C113A
Decimal761758
Binary100110010001111010
Octal1142172

Shades and tints

Shades of #4C113A

#4C113A
(76,17,58)
#461035
(70,16,53)
#400F30
(64,15,48)
#3A0E2B
(58,14,43)
#340D26
(52,13,38)
#2E0C21
(46,12,33)
#280B1C
(40,11,28)
#220A17
(34,10,23)
#1C0912
(28,9,18)
#16080D
(22,8,13)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #4C113A

#4C113A
(76,17,58)
#5C264B
(92,38,75)
#6C3B5C
(108,59,92)
#7C506D
(124,80,109)
#8C657E
(140,101,126)
#9C7A8F
(156,122,143)
#AC8FA0
(172,143,160)
#BCA4B1
(188,164,177)
#CCB9C2
(204,185,194)
#DCCED3
(220,206,211)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C113A; }

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

This text font color is #4C113A.


Background Color

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

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

This div background color is #4C113A.


Border color

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

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

This div border color is #4C113A.


Opacity

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

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

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

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

This text has shadow with #4C113A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C113A on black background.


Color preview on white background

This text has color #4C113A on white background.



Black color preview on #4C113A background

This text has black color on #4C113A background.


White color preview on #4C113A background

This text has white color on #4C113A background.