COLOR #49435F

HEX: #49435F
RGB: (73,67,95)

Color info

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

RGB color model

#49435F color RGB value is (73,67,95).

  • red value is 73;
  • green value is 67;
  • blue value is 95.
RGB:
(73,67,95)
(29%,26%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 95 of 255 = 37%

73
67
95

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

Portions of RGB colors in percentages

R + G + B =
73 + 67 + 95 = 235 (100%)
R 73 of 235 ~ 31.06%
G 67 of 235 ~ 28.51%
B 95 of 235 ~ 40.43%

%31.06
%28.51
%40.43

CMYK color model

#49435F color CMYK value is (23,29,0,63).

  • cyan value is 23.16%
  • magenta value is 29.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(23,29,0,63)
C23M29Y0K63 
(23%,29%,0%,63%)
(0.23/0.29/0.00/0.63)	

CMYK percentages

%23.16
%29.47
%0
%62.75

Codes

Color #49435F in popluar color models

49435F
RGB736795
HSL253°17.28%31.76%
HSB/HSV253°29.47%37.25%
CMYK23.16%29.47%0.00%
62.75%

Color #49435F in popluar number systems.

HEX49435F
Decimal736795
Binary100100110000111011111
Octal111103137

Shades and tints

Shades of #49435F

#49435F
(73,67,95)
#433D57
(67,61,87)
#3D374F
(61,55,79)
#373147
(55,49,71)
#312B3F
(49,43,63)
#2B2537
(43,37,55)
#251F2F
(37,31,47)
#1F1927
(31,25,39)
#19131F
(25,19,31)
#130D17
(19,13,23)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #49435F

#49435F
(73,67,95)
#59546D
(89,84,109)
#69657B
(105,101,123)
#797689
(121,118,137)
#898797
(137,135,151)
#9998A5
(153,152,165)
#A9A9B3
(169,169,179)
#B9BAC1
(185,186,193)
#C9CBCF
(201,203,207)
#D9DCDD
(217,220,221)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49435F color. Also use rgb(73,67,95) instead hex code.

Text Font Color

.myTextColor { color: #49435F; }

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

This text font color is #49435F.


Background Color

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

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

This div background color is #49435F.


Border color

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

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

This div border color is #49435F.


Opacity

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

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

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

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

This text has shadow with #49435F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49435F on black background.


Color preview on white background

This text has color #49435F on white background.



Black color preview on #49435F background

This text has black color on #49435F background.


White color preview on #49435F background

This text has white color on #49435F background.