COLOR #49595A

HEX: #49595A
RGB: (73,89,90)

Color info

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

RGB color model

#49595A color RGB value is (73,89,90).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 90 of 255 = 35%

73
89
90

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

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 90 = 252 (100%)
R 73 of 252 ~ 28.97%
G 89 of 252 ~ 35.32%
B 90 of 252 ~ 35.71%

%28.97
%35.32
%35.71

CMYK color model

#49595A color CMYK value is (19,1,0,65).

  • cyan value is 18.89%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(19,1,0,65)
C19M1Y0K65 
(19%,1%,0%,65%)
(0.19/0.01/0.00/0.65)	

CMYK percentages

%18.89
%1.11
%0
%64.71

Codes

Color #49595A in popluar color models

49595A
RGB738990
HSL184°10.43%31.96%
HSB/HSV184°18.89%35.29%
CMYK18.89%1.11%0.00%
64.71%

Color #49595A in popluar number systems.

HEX49595A
Decimal738990
Binary100100110110011011010
Octal111131132

Shades and tints

Shades of #49595A

#49595A
(73,89,90)
#435152
(67,81,82)
#3D494A
(61,73,74)
#374142
(55,65,66)
#31393A
(49,57,58)
#2B3132
(43,49,50)
#25292A
(37,41,42)
#1F2122
(31,33,34)
#19191A
(25,25,26)
#131112
(19,17,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #49595A

#49595A
(73,89,90)
#596869
(89,104,105)
#697778
(105,119,120)
#798687
(121,134,135)
#899596
(137,149,150)
#99A4A5
(153,164,165)
#A9B3B4
(169,179,180)
#B9C2C3
(185,194,195)
#C9D1D2
(201,209,210)
#D9E0E1
(217,224,225)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49595A; }

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

This text font color is #49595A.


Background Color

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

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

This div background color is #49595A.


Border color

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

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

This div border color is #49595A.


Opacity

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

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

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

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

This text has shadow with #49595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49595A on black background.


Color preview on white background

This text has color #49595A on white background.



Black color preview on #49595A background

This text has black color on #49595A background.


White color preview on #49595A background

This text has white color on #49595A background.