COLOR #49421F

HEX: #49421F
RGB: (73,66,31)

Color info

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

RGB color model

#49421F color RGB value is (73,66,31).

  • red value is 73;
  • green value is 66;
  • blue value is 31.
RGB:
(73,66,31)
(29%,26%,12%)

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 31 of 255 = 12%

73
66
31

R + G + B ~ 22%. #49421F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 31 = 170 (100%)
R 73 of 170 ~ 42.94%
G 66 of 170 ~ 38.82%
B 31 of 170 ~ 18.24%

%42.94
%38.82
%18.24

CMYK color model

#49421F color CMYK value is (0,10,58,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(0,10,58,71)
C0M10Y58K71 
(0%,10%,58%,71%)
(0.00/0.10/0.58/0.71)	

CMYK percentages

%0
%9.59
%57.53
%71.37

Codes

Color #49421F in popluar color models

49421F
RGB736631
HSL50°40.38%20.39%
HSB/HSV50°57.53%28.63%
CMYK0.00%9.59%57.53%
71.37%

Color #49421F in popluar number systems.

HEX49421F
Decimal736631
Binary1001001100001011111
Octal11110237

Shades and tints

Shades of #49421F

#49421F
(73,66,31)
#433C1D
(67,60,29)
#3D361B
(61,54,27)
#373019
(55,48,25)
#312A17
(49,42,23)
#2B2415
(43,36,21)
#251E13
(37,30,19)
#1F1811
(31,24,17)
#19120F
(25,18,15)
#130C0D
(19,12,13)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #49421F

#49421F
(73,66,31)
#595333
(89,83,51)
#696447
(105,100,71)
#79755B
(121,117,91)
#89866F
(137,134,111)
#999783
(153,151,131)
#A9A897
(169,168,151)
#B9B9AB
(185,185,171)
#C9CABF
(201,202,191)
#D9DBD3
(217,219,211)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49421F color. Also use rgb(73,66,31) instead hex code.

Text Font Color

.myTextColor { color: #49421F; }

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

This text font color is #49421F.


Background Color

.myBgColor { background-color: #49421F; }

<div style="background-color:#49421F">Inner text</div>

This div background color is #49421F.


Border color

.myBorderColor { border: 1px solid #49421F; }

<div style="border:3px solid #49421F">Div</div>

This div border color is #49421F.


Opacity

.myOpacity80 { color: #49421F; opacity: 0.8; }

<p style="color:#49421F;opacity:0.8;">80%</p>

Text with #49421F 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 #49421F;}

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

This text has shadow with #49421F color.

.textShadow {text-shadow: 3px 3px 1px #49421F, 3px 3px 1px red;}

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

This text has shadow with #49421F primary color and red secondary color.


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

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

This text has shadow with #49421F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49421F on black background.


Color preview on white background

This text has color #49421F on white background.



Black color preview on #49421F background

This text has black color on #49421F background.


White color preview on #49421F background

This text has white color on #49421F background.