COLOR #49675C

HEX: #49675C
RGB: (73,103,92)

Color info

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

RGB color model

#49675C color RGB value is (73,103,92).

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

RGB channels and saturation

R 73 of 255 = 29%
G 103 of 255 = 40%
B 92 of 255 = 36%

73
103
92

R + G + B ~ 35%. #49675C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 103 + 92 = 268 (100%)
R 73 of 268 ~ 27.24%
G 103 of 268 ~ 38.43%
B 92 of 268 ~ 34.33%

%27.24
%38.43
%34.33

CMYK color model

#49675C color CMYK value is (29,0,11,60).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK:
(29,0,11,60)
C29M0Y11K60 
(29%,0%,11%,60%)
(0.29/0.00/0.11/0.60)	

CMYK percentages

%29.13
%0
%10.68
%59.61

Codes

Color #49675C in popluar color models

49675C
RGB7310392
HSL158°17.05%34.51%
HSB/HSV158°29.13%40.39%
CMYK29.13%0.00%10.68%
59.61%

Color #49675C in popluar number systems.

HEX49675C
Decimal7310392
Binary100100111001111011100
Octal111147134

Shades and tints

Shades of #49675C

#49675C
(73,103,92)
#435E54
(67,94,84)
#3D554C
(61,85,76)
#374C44
(55,76,68)
#31433C
(49,67,60)
#2B3A34
(43,58,52)
#25312C
(37,49,44)
#1F2824
(31,40,36)
#191F1C
(25,31,28)
#131614
(19,22,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #49675C

#49675C
(73,103,92)
#59746A
(89,116,106)
#698178
(105,129,120)
#798E86
(121,142,134)
#899B94
(137,155,148)
#99A8A2
(153,168,162)
#A9B5B0
(169,181,176)
#B9C2BE
(185,194,190)
#C9CFCC
(201,207,204)
#D9DCDA
(217,220,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49675C; }

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

This text font color is #49675C.


Background Color

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

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

This div background color is #49675C.


Border color

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

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

This div border color is #49675C.


Opacity

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

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

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

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

This text has shadow with #49675C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49675C on black background.


Color preview on white background

This text has color #49675C on white background.



Black color preview on #49675C background

This text has black color on #49675C background.


White color preview on #49675C background

This text has white color on #49675C background.