COLOR #49675B

HEX: #49675B
RGB: (73,103,91)

Color info

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

RGB color model

#49675B color RGB value is (73,103,91).

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

RGB channels and saturation

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

73
103
91

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

Portions of RGB colors in percentages

R + G + B =
73 + 103 + 91 = 267 (100%)
R 73 of 267 ~ 27.34%
G 103 of 267 ~ 38.58%
B 91 of 267 ~ 34.08%

%27.34
%38.58
%34.08

CMYK color model

#49675B color CMYK value is (29,0,12,60).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 59.61%
CMYK:
(29,0,12,60)
C29M0Y12K60 
(29%,0%,12%,60%)
(0.29/0.00/0.12/0.60)	

CMYK percentages

%29.13
%0
%11.65
%59.61

Codes

Color #49675B in popluar color models

49675B
RGB7310391
HSL156°17.05%34.51%
HSB/HSV156°29.13%40.39%
CMYK29.13%0.00%11.65%
59.61%

Color #49675B in popluar number systems.

HEX49675B
Decimal7310391
Binary100100111001111011011
Octal111147133

Shades and tints

Shades of #49675B

#49675B
(73,103,91)
#435E53
(67,94,83)
#3D554B
(61,85,75)
#374C43
(55,76,67)
#31433B
(49,67,59)
#2B3A33
(43,58,51)
#25312B
(37,49,43)
#1F2823
(31,40,35)
#191F1B
(25,31,27)
#131613
(19,22,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #49675B

#49675B
(73,103,91)
#597469
(89,116,105)
#698177
(105,129,119)
#798E85
(121,142,133)
#899B93
(137,155,147)
#99A8A1
(153,168,161)
#A9B5AF
(169,181,175)
#B9C2BD
(185,194,189)
#C9CFCB
(201,207,203)
#D9DCD9
(217,220,217)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49675B; }

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

This text font color is #49675B.


Background Color

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

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

This div background color is #49675B.


Border color

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

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

This div border color is #49675B.


Opacity

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

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

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

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

This text has shadow with #49675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49675B on black background.


Color preview on white background

This text has color #49675B on white background.



Black color preview on #49675B background

This text has black color on #49675B background.


White color preview on #49675B background

This text has white color on #49675B background.