COLOR #49526B

HEX: #49526B
RGB: (73,82,107)

Color info

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

RGB color model

#49526B color RGB value is (73,82,107).

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

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 107 of 255 = 42%

73
82
107

R + G + B ~ 34%. #49526B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 107 = 262 (100%)
R 73 of 262 ~ 27.86%
G 82 of 262 ~ 31.3%
B 107 of 262 ~ 40.84%

%27.86
%31.3
%40.84

CMYK color model

#49526B color CMYK value is (32,23,0,58).

  • cyan value is 31.78%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,23,0,58)
C32M23Y0K58 
(32%,23%,0%,58%)
(0.32/0.23/0.00/0.58)	

CMYK percentages

%31.78
%23.36
%0
%58.04

Codes

Color #49526B in popluar color models

49526B
RGB7382107
HSL224°18.89%35.29%
HSB/HSV224°31.78%41.96%
CMYK31.78%23.36%0.00%
58.04%

Color #49526B in popluar number systems.

HEX49526B
Decimal7382107
Binary100100110100101101011
Octal111122153

Shades and tints

Shades of #49526B

#49526B
(73,82,107)
#434B62
(67,75,98)
#3D4459
(61,68,89)
#373D50
(55,61,80)
#313647
(49,54,71)
#2B2F3E
(43,47,62)
#252835
(37,40,53)
#1F212C
(31,33,44)
#191A23
(25,26,35)
#13131A
(19,19,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #49526B

#49526B
(73,82,107)
#596178
(89,97,120)
#697085
(105,112,133)
#797F92
(121,127,146)
#898E9F
(137,142,159)
#999DAC
(153,157,172)
#A9ACB9
(169,172,185)
#B9BBC6
(185,187,198)
#C9CAD3
(201,202,211)
#D9D9E0
(217,217,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49526B color. Also use rgb(73,82,107) instead hex code.

Text Font Color

.myTextColor { color: #49526B; }

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

This text font color is #49526B.


Background Color

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

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

This div background color is #49526B.


Border color

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

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

This div border color is #49526B.


Opacity

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

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

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

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

This text has shadow with #49526B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49526B on black background.


Color preview on white background

This text has color #49526B on white background.



Black color preview on #49526B background

This text has black color on #49526B background.


White color preview on #49526B background

This text has white color on #49526B background.