COLOR #49423E

HEX: #49423E
RGB: (73,66,62)

Color info

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

RGB color model

#49423E color RGB value is (73,66,62).

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

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 62 of 255 = 24%

73
66
62

R + G + B ~ 26%. #49423E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 62 = 201 (100%)
R 73 of 201 ~ 36.32%
G 66 of 201 ~ 32.84%
B 62 of 201 ~ 30.85%

%36.32
%32.84
%30.85

CMYK color model

#49423E color CMYK value is (0,10,15,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(0,10,15,71)
C0M10Y15K71 
(0%,10%,15%,71%)
(0.00/0.10/0.15/0.71)	

CMYK percentages

%0
%9.59
%15.07
%71.37

Codes

Color #49423E in popluar color models

49423E
RGB736662
HSL22°8.15%26.47%
HSB/HSV22°15.07%28.63%
CMYK0.00%9.59%15.07%
71.37%

Color #49423E in popluar number systems.

HEX49423E
Decimal736662
Binary10010011000010111110
Octal11110276

Shades and tints

Shades of #49423E

#49423E
(73,66,62)
#433C39
(67,60,57)
#3D3634
(61,54,52)
#37302F
(55,48,47)
#312A2A
(49,42,42)
#2B2425
(43,36,37)
#251E20
(37,30,32)
#1F181B
(31,24,27)
#191216
(25,18,22)
#130C11
(19,12,17)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #49423E

#49423E
(73,66,62)
#59534F
(89,83,79)
#696460
(105,100,96)
#797571
(121,117,113)
#898682
(137,134,130)
#999793
(153,151,147)
#A9A8A4
(169,168,164)
#B9B9B5
(185,185,181)
#C9CAC6
(201,202,198)
#D9DBD7
(217,219,215)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49423E color. Also use rgb(73,66,62) instead hex code.

Text Font Color

.myTextColor { color: #49423E; }

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

This text font color is #49423E.


Background Color

.myBgColor { background-color: #49423E; }

<div style="background-color:#49423E">Inner text</div>

This div background color is #49423E.


Border color

.myBorderColor { border: 1px solid #49423E; }

<div style="border:3px solid #49423E">Div</div>

This div border color is #49423E.


Opacity

.myOpacity80 { color: #49423E; opacity: 0.8; }

<p style="color:#49423E;opacity:0.8;">80%</p>

Text with #49423E 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 #49423E;}

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

This text has shadow with #49423E color.

.textShadow {text-shadow: 3px 3px 1px #49423E, 3px 3px 1px red;}

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

This text has shadow with #49423E primary color and red secondary color.


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

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

This text has shadow with #49423E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49423E on black background.


Color preview on white background

This text has color #49423E on white background.



Black color preview on #49423E background

This text has black color on #49423E background.


White color preview on #49423E background

This text has white color on #49423E background.