COLOR #49475B

HEX: #49475B
RGB: (73,71,91)

Color info

#49475B contains red, green and blue colors in about the same proportion. Web safe color of #49475B is #333366 (or #336).

RGB color model

#49475B color RGB value is (73,71,91).

  • red value is 73;
  • green value is 71;
  • blue value is 91.
RGB:
(73,71,91)
(29%,28%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 91 of 255 = 36%

73
71
91

R + G + B ~ 31%. #49475B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 91 = 235 (100%)
R 73 of 235 ~ 31.06%
G 71 of 235 ~ 30.21%
B 91 of 235 ~ 38.72%

%31.06
%30.21
%38.72

CMYK color model

#49475B color CMYK value is (20,22,0,64).

  • cyan value is 19.78%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,22,0,64)
C20M22Y0K64 
(20%,22%,0%,64%)
(0.20/0.22/0.00/0.64)	

CMYK percentages

%19.78
%21.98
%0
%64.31

Codes

Color #49475B in popluar color models

49475B
RGB737191
HSL246°12.35%31.76%
HSB/HSV246°21.98%35.69%
CMYK19.78%21.98%0.00%
64.31%

Color #49475B in popluar number systems.

HEX49475B
Decimal737191
Binary100100110001111011011
Octal111107133

Shades and tints

Shades of #49475B

#49475B
(73,71,91)
#434153
(67,65,83)
#3D3B4B
(61,59,75)
#373543
(55,53,67)
#312F3B
(49,47,59)
#2B2933
(43,41,51)
#25232B
(37,35,43)
#1F1D23
(31,29,35)
#19171B
(25,23,27)
#131113
(19,17,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #49475B

#49475B
(73,71,91)
#595769
(89,87,105)
#696777
(105,103,119)
#797785
(121,119,133)
#898793
(137,135,147)
#9997A1
(153,151,161)
#A9A7AF
(169,167,175)
#B9B7BD
(185,183,189)
#C9C7CB
(201,199,203)
#D9D7D9
(217,215,217)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49475B color. Also use rgb(73,71,91) instead hex code.

Text Font Color

.myTextColor { color: #49475B; }

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

This text font color is #49475B.


Background Color

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

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

This div background color is #49475B.


Border color

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

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

This div border color is #49475B.


Opacity

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

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

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

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

This text has shadow with #49475B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49475B on black background.


Color preview on white background

This text has color #49475B on white background.



Black color preview on #49475B background

This text has black color on #49475B background.


White color preview on #49475B background

This text has white color on #49475B background.