COLOR #4A151F

HEX: #4A151F
RGB: (74,21,31)

Color info

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

RGB color model

#4A151F color RGB value is (74,21,31).

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

RGB channels and saturation

R 74 of 255 = 29%
G 21 of 255 = 8%
B 31 of 255 = 12%

74
21
31

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

Portions of RGB colors in percentages

R + G + B =
74 + 21 + 31 = 126 (100%)
R 74 of 126 ~ 58.73%
G 21 of 126 ~ 16.67%
B 31 of 126 ~ 24.6%

%58.73
%16.67
%24.6

CMYK color model

#4A151F color CMYK value is (0,72,58,71).

  • cyan value is 0.00%
  • magenta value is 71.62%
  • yellow value is 58.11%
  • key color value is 70.98%
CMYK:
(0,72,58,71)
C0M72Y58K71 
(0%,72%,58%,71%)
(0.00/0.72/0.58/0.71)	

CMYK percentages

%0
%71.62
%58.11
%70.98

Codes

Color #4A151F in popluar color models

4A151F
RGB742131
HSL349°55.79%18.63%
HSB/HSV349°71.62%29.02%
CMYK0.00%71.62%58.11%
70.98%

Color #4A151F in popluar number systems.

HEX4A151F
Decimal742131
Binary10010101010111111
Octal1122537

Shades and tints

Shades of #4A151F

#4A151F
(74,21,31)
#44141D
(68,20,29)
#3E131B
(62,19,27)
#381219
(56,18,25)
#321117
(50,17,23)
#2C1015
(44,16,21)
#260F13
(38,15,19)
#200E11
(32,14,17)
#1A0D0F
(26,13,15)
#140C0D
(20,12,13)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #4A151F

#4A151F
(74,21,31)
#5A2A33
(90,42,51)
#6A3F47
(106,63,71)
#7A545B
(122,84,91)
#8A696F
(138,105,111)
#9A7E83
(154,126,131)
#AA9397
(170,147,151)
#BAA8AB
(186,168,171)
#CABDBF
(202,189,191)
#DAD2D3
(218,210,211)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A151F; }

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

This text font color is #4A151F.


Background Color

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

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

This div background color is #4A151F.


Border color

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

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

This div border color is #4A151F.


Opacity

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

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

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

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

This text has shadow with #4A151F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A151F on black background.


Color preview on white background

This text has color #4A151F on white background.



Black color preview on #4A151F background

This text has black color on #4A151F background.


White color preview on #4A151F background

This text has white color on #4A151F background.