COLOR #4A141F

HEX: #4A141F RGB: (74,20,31)

Color info

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

RGB color model

#4A141F color RGB value is (74,20,31).

RGB: (74,20,31) (29%, 8%, 12%)

RGB channels and saturation

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

74
20
31

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

Portions of RGB colors in percentages

R + G + B = 74 + 20 + 31 = 125 (100%)
R 74 of 125 ~ 59.2%
G 20 of 125 ~ 16%
B 31 of 125 ~ 24.8'%

%59.2
%16
%24.8

CMYK color model

#4A141F color CMYK value is (0,73,58,71).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 58.11%
  • key color value is 70.98%

CMYK: (0,73,58,71)
C0M73Y58K71 (0%, 73%, 58%, 71%)
(0.00 / 0.73 / 0.58 / 0.71)

CMYK percentages

%0
%72.97
%58.11
%70.98

Codes

Color #4A141F in popluar color models

4A 14 1F
RGB 74 20 31
HSL 348° 57.45% 18.43%
HSB/HSV 348° 72.97% 29.02%
CMYK 0.00% 72.97% 58.11%
70.98%

Color #4A141F in popluar number systems.

HEX 4A 14 1F
Decimal 74 20 31
Binary 1001010 10100 11111
Octal 112 24 37

Shades and tints

Shades of #4A141F

#4A141F
(74,20,31)
#44131D
(68,19,29)
#3E121B
(62,18,27)
#381119
(56,17,25)
#321017
(50,16,23)
#2C0F15
(44,15,21)
#260E13
(38,14,19)
#200D11
(32,13,17)
#1A0C0F
(26,12,15)
#140B0D
(20,11,13)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #4A141F

#4A141F
(74,20,31)
#5A2933
(90,41,51)
#6A3E47
(106,62,71)
#7A535B
(122,83,91)
#8A686F
(138,104,111)
#9A7D83
(154,125,131)
#AA9297
(170,146,151)
#BAA7AB
(186,167,171)
#CABCBF
(202,188,191)
#DAD1D3
(218,209,211)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A141F; }

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

This text font color is #4A141F.

Background Color

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

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

This div background color is #4A141F.

Border color

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

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

This div border color is #4A141F.

Opacity

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

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

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

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

This text has shadow with #4A141F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A141F.

Preview

Color preview on black background

This text has color #4A141F on black background.


Color preview on white background

This text has color #4A141F on white background.


Black color preview on #4A141F background

This text has black color on #4A141F background.


White color preview on #4A141F background

This text has white color on #4A141F background.


Related colors

Complementary color

Complementary color for #hex is #B5EBE0.


I love getcolorcode.com

Triadic colors

1 #1F4A14 and #141F4A with #4A141F are triadic colors.

2 #1F144A and #144A1F with #4A141F are triadic colors.