COLOR #4A111F

HEX: #4A111F
RGB: (74,17,31)

Color info

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

RGB color model

#4A111F color RGB value is (74,17,31).

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

RGB channels and saturation

R 74 of 255 = 29%
G 17 of 255 = 7%
B 31 of 255 = 12%

74
17
31

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

Portions of RGB colors in percentages

R + G + B =
74 + 17 + 31 = 122 (100%)
R 74 of 122 ~ 60.66%
G 17 of 122 ~ 13.93%
B 31 of 122 ~ 25.41%

%60.66
%13.93
%25.41

CMYK color model

#4A111F color CMYK value is (0,77,58,71).

  • cyan value is 0.00%
  • magenta value is 77.03%
  • yellow value is 58.11%
  • key color value is 70.98%
CMYK:
(0,77,58,71)
C0M77Y58K71 
(0%,77%,58%,71%)
(0.00/0.77/0.58/0.71)	

CMYK percentages

%0
%77.03
%58.11
%70.98

Codes

Color #4A111F in popluar color models

4A111F
RGB741731
HSL345°62.64%17.84%
HSB/HSV345°77.03%29.02%
CMYK0.00%77.03%58.11%
70.98%

Color #4A111F in popluar number systems.

HEX4A111F
Decimal741731
Binary10010101000111111
Octal1122137

Shades and tints

Shades of #4A111F

#4A111F
(74,17,31)
#44101D
(68,16,29)
#3E0F1B
(62,15,27)
#380E19
(56,14,25)
#320D17
(50,13,23)
#2C0C15
(44,12,21)
#260B13
(38,11,19)
#200A11
(32,10,17)
#1A090F
(26,9,15)
#14080D
(20,8,13)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #4A111F

#4A111F
(74,17,31)
#5A2633
(90,38,51)
#6A3B47
(106,59,71)
#7A505B
(122,80,91)
#8A656F
(138,101,111)
#9A7A83
(154,122,131)
#AA8F97
(170,143,151)
#BAA4AB
(186,164,171)
#CAB9BF
(202,185,191)
#DACED3
(218,206,211)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A111F; }

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

This text font color is #4A111F.


Background Color

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

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

This div background color is #4A111F.


Border color

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

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

This div border color is #4A111F.


Opacity

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

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

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

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

This text has shadow with #4A111F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A111F on black background.


Color preview on white background

This text has color #4A111F on white background.



Black color preview on #4A111F background

This text has black color on #4A111F background.


White color preview on #4A111F background

This text has white color on #4A111F background.