COLOR #49462F

HEX: #49462F
RGB: (73,70,47)

Color info

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

RGB color model

#49462F color RGB value is (73,70,47).

  • red value is 73;
  • green value is 70;
  • blue value is 47.
RGB:
(73,70,47)
(29%,27%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 47 of 255 = 18%

73
70
47

R + G + B ~ 25%. #49462F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 47 = 190 (100%)
R 73 of 190 ~ 38.42%
G 70 of 190 ~ 36.84%
B 47 of 190 ~ 24.74%

%38.42
%36.84
%24.74

CMYK color model

#49462F color CMYK value is (0,4,36,71).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(0,4,36,71)
C0M4Y36K71 
(0%,4%,36%,71%)
(0.00/0.04/0.36/0.71)	

CMYK percentages

%0
%4.11
%35.62
%71.37

Codes

Color #49462F in popluar color models

49462F
RGB737047
HSL53°21.67%23.53%
HSB/HSV53°35.62%28.63%
CMYK0.00%4.11%35.62%
71.37%

Color #49462F in popluar number systems.

HEX49462F
Decimal737047
Binary10010011000110101111
Octal11110657

Shades and tints

Shades of #49462F

#49462F
(73,70,47)
#43402B
(67,64,43)
#3D3A27
(61,58,39)
#373423
(55,52,35)
#312E1F
(49,46,31)
#2B281B
(43,40,27)
#252217
(37,34,23)
#1F1C13
(31,28,19)
#19160F
(25,22,15)
#13100B
(19,16,11)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #49462F

#49462F
(73,70,47)
#595641
(89,86,65)
#696653
(105,102,83)
#797665
(121,118,101)
#898677
(137,134,119)
#999689
(153,150,137)
#A9A69B
(169,166,155)
#B9B6AD
(185,182,173)
#C9C6BF
(201,198,191)
#D9D6D1
(217,214,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49462F color. Also use rgb(73,70,47) instead hex code.

Text Font Color

.myTextColor { color: #49462F; }

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

This text font color is #49462F.


Background Color

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

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

This div background color is #49462F.


Border color

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

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

This div border color is #49462F.


Opacity

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

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

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

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

This text has shadow with #49462F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49462F on black background.


Color preview on white background

This text has color #49462F on white background.



Black color preview on #49462F background

This text has black color on #49462F background.


White color preview on #49462F background

This text has white color on #49462F background.