COLOR #49401B

HEX: #49401B
RGB: (73,64,27)

Color info

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

RGB color model

#49401B color RGB value is (73,64,27).

  • red value is 73;
  • green value is 64;
  • blue value is 27.
RGB:
(73,64,27)
(29%,25%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 27 of 255 = 11%

73
64
27

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

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 27 = 164 (100%)
R 73 of 164 ~ 44.51%
G 64 of 164 ~ 39.02%
B 27 of 164 ~ 16.46%

%44.51
%39.02
%16.46

CMYK color model

#49401B color CMYK value is (0,12,63,71).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,12,63,71)
C0M12Y63K71 
(0%,12%,63%,71%)
(0.00/0.12/0.63/0.71)	

CMYK percentages

%0
%12.33
%63.01
%71.37

Codes

Color #49401B in popluar color models

49401B
RGB736427
HSL48°46.00%19.61%
HSB/HSV48°63.01%28.63%
CMYK0.00%12.33%63.01%
71.37%

Color #49401B in popluar number systems.

HEX49401B
Decimal736427
Binary1001001100000011011
Octal11110033

Shades and tints

Shades of #49401B

#49401B
(73,64,27)
#433B19
(67,59,25)
#3D3617
(61,54,23)
#373115
(55,49,21)
#312C13
(49,44,19)
#2B2711
(43,39,17)
#25220F
(37,34,15)
#1F1D0D
(31,29,13)
#19180B
(25,24,11)
#131309
(19,19,9)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #49401B

#49401B
(73,64,27)
#59512F
(89,81,47)
#696243
(105,98,67)
#797357
(121,115,87)
#89846B
(137,132,107)
#99957F
(153,149,127)
#A9A693
(169,166,147)
#B9B7A7
(185,183,167)
#C9C8BB
(201,200,187)
#D9D9CF
(217,217,207)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49401B color. Also use rgb(73,64,27) instead hex code.

Text Font Color

.myTextColor { color: #49401B; }

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

This text font color is #49401B.


Background Color

.myBgColor { background-color: #49401B; }

<div style="background-color:#49401B">Inner text</div>

This div background color is #49401B.


Border color

.myBorderColor { border: 1px solid #49401B; }

<div style="border:3px solid #49401B">Div</div>

This div border color is #49401B.


Opacity

.myOpacity80 { color: #49401B; opacity: 0.8; }

<p style="color:#49401B;opacity:0.8;">80%</p>

Text with #49401B 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 #49401B;}

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

This text has shadow with #49401B color.

.textShadow {text-shadow: 3px 3px 1px #49401B, 3px 3px 1px red;}

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

This text has shadow with #49401B primary color and red secondary color.


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

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

This text has shadow with #49401B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49401B on black background.


Color preview on white background

This text has color #49401B on white background.



Black color preview on #49401B background

This text has black color on #49401B background.


White color preview on #49401B background

This text has white color on #49401B background.