COLOR #4A1F1E

HEX: #4A1F1E
RGB: (74,31,30)

Color info

#4A1F1E contains red, green and blue colors in about the same proportion. Web safe color of #4A1F1E is #333333 (or #333).

RGB color model

#4A1F1E color RGB value is (74,31,30).

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

RGB channels and saturation

R 74 of 255 = 29%
G 31 of 255 = 12%
B 30 of 255 = 12%

74
31
30

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

Portions of RGB colors in percentages

R + G + B =
74 + 31 + 30 = 135 (100%)
R 74 of 135 ~ 54.81%
G 31 of 135 ~ 22.96%
B 30 of 135 ~ 22.22%

%54.81
%22.96
%22.22

CMYK color model

#4A1F1E color CMYK value is (0,58,59,71).

  • cyan value is 0.00%
  • magenta value is 58.11%
  • yellow value is 59.46%
  • key color value is 70.98%
CMYK:
(0,58,59,71)
C0M58Y59K71 
(0%,58%,59%,71%)
(0.00/0.58/0.59/0.71)	

CMYK percentages

%0
%58.11
%59.46
%70.98

Codes

Color #4A1F1E in popluar color models

4A1F1E
RGB743130
HSL42.31%20.39%
HSB/HSV59.46%29.02%
CMYK0.00%58.11%59.46%
70.98%

Color #4A1F1E in popluar number systems.

HEX4A1F1E
Decimal743130
Binary10010101111111110
Octal1123736

Shades and tints

Shades of #4A1F1E

#4A1F1E
(74,31,30)
#441D1C
(68,29,28)
#3E1B1A
(62,27,26)
#381918
(56,25,24)
#321716
(50,23,22)
#2C1514
(44,21,20)
#261312
(38,19,18)
#201110
(32,17,16)
#1A0F0E
(26,15,14)
#140D0C
(20,13,12)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #4A1F1E

#4A1F1E
(74,31,30)
#5A3332
(90,51,50)
#6A4746
(106,71,70)
#7A5B5A
(122,91,90)
#8A6F6E
(138,111,110)
#9A8382
(154,131,130)
#AA9796
(170,151,150)
#BAABAA
(186,171,170)
#CABFBE
(202,191,190)
#DAD3D2
(218,211,210)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1F1E; }

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

This text font color is #4A1F1E.


Background Color

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

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

This div background color is #4A1F1E.


Border color

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

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

This div border color is #4A1F1E.


Opacity

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

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

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

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

This text has shadow with #4A1F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1F1E on black background.


Color preview on white background

This text has color #4A1F1E on white background.



Black color preview on #4A1F1E background

This text has black color on #4A1F1E background.


White color preview on #4A1F1E background

This text has white color on #4A1F1E background.