COLOR #49423D

HEX: #49423D
RGB: (73,66,61)

Color info

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

RGB color model

#49423D color RGB value is (73,66,61).

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

RGB channels and saturation

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

73
66
61

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

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 61 = 200 (100%)
R 73 of 200 ~ 36.5%
G 66 of 200 ~ 33%
B 61 of 200 ~ 30.5%

%36.5
%33
%30.5

CMYK color model

#49423D color CMYK value is (0,10,16,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(0,10,16,71)
C0M10Y16K71 
(0%,10%,16%,71%)
(0.00/0.10/0.16/0.71)	

CMYK percentages

%0
%9.59
%16.44
%71.37

Codes

Color #49423D in popluar color models

49423D
RGB736661
HSL25°8.96%26.27%
HSB/HSV25°16.44%28.63%
CMYK0.00%9.59%16.44%
71.37%

Color #49423D in popluar number systems.

HEX49423D
Decimal736661
Binary10010011000010111101
Octal11110275

Shades and tints

Shades of #49423D

#49423D
(73,66,61)
#433C38
(67,60,56)
#3D3633
(61,54,51)
#37302E
(55,48,46)
#312A29
(49,42,41)
#2B2424
(43,36,36)
#251E1F
(37,30,31)
#1F181A
(31,24,26)
#191215
(25,18,21)
#130C10
(19,12,16)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #49423D

#49423D
(73,66,61)
#59534E
(89,83,78)
#69645F
(105,100,95)
#797570
(121,117,112)
#898681
(137,134,129)
#999792
(153,151,146)
#A9A8A3
(169,168,163)
#B9B9B4
(185,185,180)
#C9CAC5
(201,202,197)
#D9DBD6
(217,219,214)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49423D; }

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

This text font color is #49423D.


Background Color

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

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

This div background color is #49423D.


Border color

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

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

This div border color is #49423D.


Opacity

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

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

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

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

This text has shadow with #49423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49423D on black background.


Color preview on white background

This text has color #49423D on white background.



Black color preview on #49423D background

This text has black color on #49423D background.


White color preview on #49423D background

This text has white color on #49423D background.