COLOR #49525C

HEX: #49525C
RGB: (73,82,92)

Color info

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

RGB color model

#49525C color RGB value is (73,82,92).

  • red value is 73;
  • green value is 82;
  • blue value is 92.
RGB:
(73,82,92)
(29%,32%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 92 of 255 = 36%

73
82
92

R + G + B ~ 32%. #49525C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 92 = 247 (100%)
R 73 of 247 ~ 29.55%
G 82 of 247 ~ 33.2%
B 92 of 247 ~ 37.25%

%29.55
%33.2
%37.25

CMYK color model

#49525C color CMYK value is (21,11,0,64).

  • cyan value is 20.65%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(21,11,0,64)
C21M11Y0K64 
(21%,11%,0%,64%)
(0.21/0.11/0.00/0.64)	

CMYK percentages

%20.65
%10.87
%0
%63.92

Codes

Color #49525C in popluar color models

49525C
RGB738292
HSL212°11.52%32.35%
HSB/HSV212°20.65%36.08%
CMYK20.65%10.87%0.00%
63.92%

Color #49525C in popluar number systems.

HEX49525C
Decimal738292
Binary100100110100101011100
Octal111122134

Shades and tints

Shades of #49525C

#49525C
(73,82,92)
#434B54
(67,75,84)
#3D444C
(61,68,76)
#373D44
(55,61,68)
#31363C
(49,54,60)
#2B2F34
(43,47,52)
#25282C
(37,40,44)
#1F2124
(31,33,36)
#191A1C
(25,26,28)
#131314
(19,19,20)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #49525C

#49525C
(73,82,92)
#59616A
(89,97,106)
#697078
(105,112,120)
#797F86
(121,127,134)
#898E94
(137,142,148)
#999DA2
(153,157,162)
#A9ACB0
(169,172,176)
#B9BBBE
(185,187,190)
#C9CACC
(201,202,204)
#D9D9DA
(217,217,218)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49525C color. Also use rgb(73,82,92) instead hex code.

Text Font Color

.myTextColor { color: #49525C; }

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

This text font color is #49525C.


Background Color

.myBgColor { background-color: #49525C; }

<div style="background-color:#49525C">Inner text</div>

This div background color is #49525C.


Border color

.myBorderColor { border: 1px solid #49525C; }

<div style="border:3px solid #49525C">Div</div>

This div border color is #49525C.


Opacity

.myOpacity80 { color: #49525C; opacity: 0.8; }

<p style="color:#49525C;opacity:0.8;">80%</p>

Text with #49525C 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 #49525C;}

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

This text has shadow with #49525C color.

.textShadow {text-shadow: 3px 3px 1px #49525C, 3px 3px 1px red;}

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

This text has shadow with #49525C primary color and red secondary color.


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

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

This text has shadow with #49525C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49525C on black background.


Color preview on white background

This text has color #49525C on white background.



Black color preview on #49525C background

This text has black color on #49525C background.


White color preview on #49525C background

This text has white color on #49525C background.