COLOR #4C1128

HEX: #4C1128
RGB: (76,17,40)

Color info

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

RGB color model

#4C1128 color RGB value is (76,17,40).

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

RGB channels and saturation

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

76
17
40

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

Portions of RGB colors in percentages

R + G + B =
76 + 17 + 40 = 133 (100%)
R 76 of 133 ~ 57.14%
G 17 of 133 ~ 12.78%
B 40 of 133 ~ 30.08%

%57.14
%12.78
%30.08

CMYK color model

#4C1128 color CMYK value is (0,78,47,70).

  • cyan value is 0.00%
  • magenta value is 77.63%
  • yellow value is 47.37%
  • key color value is 70.20%
CMYK:
(0,78,47,70)
C0M78Y47K70 
(0%,78%,47%,70%)
(0.00/0.78/0.47/0.70)	

CMYK percentages

%0
%77.63
%47.37
%70.2

Codes

Color #4C1128 in popluar color models

4C1128
RGB761740
HSL337°63.44%18.24%
HSB/HSV337°77.63%29.80%
CMYK0.00%77.63%47.37%
70.20%

Color #4C1128 in popluar number systems.

HEX4C1128
Decimal761740
Binary100110010001101000
Octal1142150

Shades and tints

Shades of #4C1128

#4C1128
(76,17,40)
#461025
(70,16,37)
#400F22
(64,15,34)
#3A0E1F
(58,14,31)
#340D1C
(52,13,28)
#2E0C19
(46,12,25)
#280B16
(40,11,22)
#220A13
(34,10,19)
#1C0910
(28,9,16)
#16080D
(22,8,13)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C1128

#4C1128
(76,17,40)
#5C263B
(92,38,59)
#6C3B4E
(108,59,78)
#7C5061
(124,80,97)
#8C6574
(140,101,116)
#9C7A87
(156,122,135)
#AC8F9A
(172,143,154)
#BCA4AD
(188,164,173)
#CCB9C0
(204,185,192)
#DCCED3
(220,206,211)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1128; }

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

This text font color is #4C1128.


Background Color

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

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

This div background color is #4C1128.


Border color

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

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

This div border color is #4C1128.


Opacity

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

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

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

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

This text has shadow with #4C1128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1128 on black background.


Color preview on white background

This text has color #4C1128 on white background.



Black color preview on #4C1128 background

This text has black color on #4C1128 background.


White color preview on #4C1128 background

This text has white color on #4C1128 background.