COLOR #49575A

HEX: #49575A
RGB: (73,87,90)

Color info

#49575A contains red, green and blue colors in about the same proportion. Web safe color of #49575A is #336666 (or #366).

RGB color model

#49575A color RGB value is (73,87,90).

  • red value is 73;
  • green value is 87;
  • blue value is 90.
RGB:
(73,87,90)
(29%,34%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 87 of 255 = 34%
B 90 of 255 = 35%

73
87
90

R + G + B ~ 33%. #49575A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 87 + 90 = 250 (100%)
R 73 of 250 ~ 29.2%
G 87 of 250 ~ 34.8%
B 90 of 250 ~ 36%

%29.2
%34.8
%36

CMYK color model

#49575A color CMYK value is (19,3,0,65).

  • cyan value is 18.89%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(19,3,0,65)
C19M3Y0K65 
(19%,3%,0%,65%)
(0.19/0.03/0.00/0.65)	

CMYK percentages

%18.89
%3.33
%0
%64.71

Codes

Color #49575A in popluar color models

49575A
RGB738790
HSL191°10.43%31.96%
HSB/HSV191°18.89%35.29%
CMYK18.89%3.33%0.00%
64.71%

Color #49575A in popluar number systems.

HEX49575A
Decimal738790
Binary100100110101111011010
Octal111127132

Shades and tints

Shades of #49575A

#49575A
(73,87,90)
#435052
(67,80,82)
#3D494A
(61,73,74)
#374242
(55,66,66)
#313B3A
(49,59,58)
#2B3432
(43,52,50)
#252D2A
(37,45,42)
#1F2622
(31,38,34)
#191F1A
(25,31,26)
#131812
(19,24,18)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #49575A

#49575A
(73,87,90)
#596669
(89,102,105)
#697578
(105,117,120)
#798487
(121,132,135)
#899396
(137,147,150)
#99A2A5
(153,162,165)
#A9B1B4
(169,177,180)
#B9C0C3
(185,192,195)
#C9CFD2
(201,207,210)
#D9DEE1
(217,222,225)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49575A color. Also use rgb(73,87,90) instead hex code.

Text Font Color

.myTextColor { color: #49575A; }

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

This text font color is #49575A.


Background Color

.myBgColor { background-color: #49575A; }

<div style="background-color:#49575A">Inner text</div>

This div background color is #49575A.


Border color

.myBorderColor { border: 1px solid #49575A; }

<div style="border:3px solid #49575A">Div</div>

This div border color is #49575A.


Opacity

.myOpacity80 { color: #49575A; opacity: 0.8; }

<p style="color:#49575A;opacity:0.8;">80%</p>

Text with #49575A 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 #49575A;}

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

This text has shadow with #49575A color.

.textShadow {text-shadow: 3px 3px 1px #49575A, 3px 3px 1px red;}

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

This text has shadow with #49575A primary color and red secondary color.


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

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

This text has shadow with #49575A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49575A on black background.


Color preview on white background

This text has color #49575A on white background.



Black color preview on #49575A background

This text has black color on #49575A background.


White color preview on #49575A background

This text has white color on #49575A background.