COLOR #4C114A

HEX: #4C114A
RGB: (76,17,74)

Color info

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

RGB color model

#4C114A color RGB value is (76,17,74).

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

RGB channels and saturation

R 76 of 255 = 30%
G 17 of 255 = 7%
B 74 of 255 = 29%

76
17
74

R + G + B ~ 22%. #4C114A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 17 + 74 = 167 (100%)
R 76 of 167 ~ 45.51%
G 17 of 167 ~ 10.18%
B 74 of 167 ~ 44.31%

%45.51
%10.18
%44.31

CMYK color model

#4C114A color CMYK value is (0,78,3,70).

  • cyan value is 0.00%
  • magenta value is 77.63%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(0,78,3,70)
C0M78Y3K70 
(0%,78%,3%,70%)
(0.00/0.78/0.03/0.70)	

CMYK percentages

%0
%77.63
%2.63
%70.2

Codes

Color #4C114A in popluar color models

4C114A
RGB761774
HSL302°63.44%18.24%
HSB/HSV302°77.63%29.80%
CMYK0.00%77.63%2.63%
70.20%

Color #4C114A in popluar number systems.

HEX4C114A
Decimal761774
Binary1001100100011001010
Octal11421112

Shades and tints

Shades of #4C114A

#4C114A
(76,17,74)
#461044
(70,16,68)
#400F3E
(64,15,62)
#3A0E38
(58,14,56)
#340D32
(52,13,50)
#2E0C2C
(46,12,44)
#280B26
(40,11,38)
#220A20
(34,10,32)
#1C091A
(28,9,26)
#160814
(22,8,20)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #4C114A

#4C114A
(76,17,74)
#5C265A
(92,38,90)
#6C3B6A
(108,59,106)
#7C507A
(124,80,122)
#8C658A
(140,101,138)
#9C7A9A
(156,122,154)
#AC8FAA
(172,143,170)
#BCA4BA
(188,164,186)
#CCB9CA
(204,185,202)
#DCCEDA
(220,206,218)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C114A; }

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

This text font color is #4C114A.


Background Color

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

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

This div background color is #4C114A.


Border color

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

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

This div border color is #4C114A.


Opacity

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

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

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

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

This text has shadow with #4C114A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C114A on black background.


Color preview on white background

This text has color #4C114A on white background.



Black color preview on #4C114A background

This text has black color on #4C114A background.


White color preview on #4C114A background

This text has white color on #4C114A background.