COLOR #4A111C

HEX: #4A111C
RGB: (74,17,28)

Color info

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

RGB color model

#4A111C color RGB value is (74,17,28).

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

RGB channels and saturation

R 74 of 255 = 29%
G 17 of 255 = 7%
B 28 of 255 = 11%

74
17
28

R + G + B ~ 16%. #4A111C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 17 + 28 = 119 (100%)
R 74 of 119 ~ 62.18%
G 17 of 119 ~ 14.29%
B 28 of 119 ~ 23.53%

%62.18
%14.29
%23.53

CMYK color model

#4A111C color CMYK value is (0,77,62,71).

  • cyan value is 0.00%
  • magenta value is 77.03%
  • yellow value is 62.16%
  • key color value is 70.98%
CMYK:
(0,77,62,71)
C0M77Y62K71 
(0%,77%,62%,71%)
(0.00/0.77/0.62/0.71)	

CMYK percentages

%0
%77.03
%62.16
%70.98

Codes

Color #4A111C in popluar color models

4A111C
RGB741728
HSL348°62.64%17.84%
HSB/HSV348°77.03%29.02%
CMYK0.00%77.03%62.16%
70.98%

Color #4A111C in popluar number systems.

HEX4A111C
Decimal741728
Binary10010101000111100
Octal1122134

Shades and tints

Shades of #4A111C

#4A111C
(74,17,28)
#44101A
(68,16,26)
#3E0F18
(62,15,24)
#380E16
(56,14,22)
#320D14
(50,13,20)
#2C0C12
(44,12,18)
#260B10
(38,11,16)
#200A0E
(32,10,14)
#1A090C
(26,9,12)
#14080A
(20,8,10)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #4A111C

#4A111C
(74,17,28)
#5A2630
(90,38,48)
#6A3B44
(106,59,68)
#7A5058
(122,80,88)
#8A656C
(138,101,108)
#9A7A80
(154,122,128)
#AA8F94
(170,143,148)
#BAA4A8
(186,164,168)
#CAB9BC
(202,185,188)
#DACED0
(218,206,208)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A111C; }

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

This text font color is #4A111C.


Background Color

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

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

This div background color is #4A111C.


Border color

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

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

This div border color is #4A111C.


Opacity

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

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

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

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

This text has shadow with #4A111C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A111C on black background.


Color preview on white background

This text has color #4A111C on white background.



Black color preview on #4A111C background

This text has black color on #4A111C background.


White color preview on #4A111C background

This text has white color on #4A111C background.