COLOR #4A311F

HEX: #4A311F
RGB: (74,49,31)

Color info

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

RGB color model

#4A311F color RGB value is (74,49,31).

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

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 31 of 255 = 12%

74
49
31

R + G + B ~ 20%. #4A311F is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 31 = 154 (100%)
R 74 of 154 ~ 48.05%
G 49 of 154 ~ 31.82%
B 31 of 154 ~ 20.13%

%48.05
%31.82
%20.13

CMYK color model

#4A311F color CMYK value is (0,34,58,71).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 58.11%
  • key color value is 70.98%
CMYK:
(0,34,58,71)
C0M34Y58K71 
(0%,34%,58%,71%)
(0.00/0.34/0.58/0.71)	

CMYK percentages

%0
%33.78
%58.11
%70.98

Codes

Color #4A311F in popluar color models

4A311F
RGB744931
HSL25°40.95%20.59%
HSB/HSV25°58.11%29.02%
CMYK0.00%33.78%58.11%
70.98%

Color #4A311F in popluar number systems.

HEX4A311F
Decimal744931
Binary100101011000111111
Octal1126137

Shades and tints

Shades of #4A311F

#4A311F
(74,49,31)
#442D1D
(68,45,29)
#3E291B
(62,41,27)
#382519
(56,37,25)
#322117
(50,33,23)
#2C1D15
(44,29,21)
#261913
(38,25,19)
#201511
(32,21,17)
#1A110F
(26,17,15)
#140D0D
(20,13,13)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #4A311F

#4A311F
(74,49,31)
#5A4333
(90,67,51)
#6A5547
(106,85,71)
#7A675B
(122,103,91)
#8A796F
(138,121,111)
#9A8B83
(154,139,131)
#AA9D97
(170,157,151)
#BAAFAB
(186,175,171)
#CAC1BF
(202,193,191)
#DAD3D3
(218,211,211)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A311F; }

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

This text font color is #4A311F.


Background Color

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

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

This div background color is #4A311F.


Border color

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

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

This div border color is #4A311F.


Opacity

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

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

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

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

This text has shadow with #4A311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A311F on black background.


Color preview on white background

This text has color #4A311F on white background.



Black color preview on #4A311F background

This text has black color on #4A311F background.


White color preview on #4A311F background

This text has white color on #4A311F background.