COLOR #49696C

HEX: #49696C
RGB: (73,105,108)

Color info

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

RGB color model

#49696C color RGB value is (73,105,108).

  • red value is 73;
  • green value is 105;
  • blue value is 108.
RGB:
(73,105,108)
(29%,41%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 108 of 255 = 42%

73
105
108

R + G + B ~ 37%. #49696C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 108 = 286 (100%)
R 73 of 286 ~ 25.52%
G 105 of 286 ~ 36.71%
B 108 of 286 ~ 37.76%

%25.52
%36.71
%37.76

CMYK color model

#49696C color CMYK value is (32,3,0,58).

  • cyan value is 32.41%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(32,3,0,58)
C32M3Y0K58 
(32%,3%,0%,58%)
(0.32/0.03/0.00/0.58)	

CMYK percentages

%32.41
%2.78
%0
%57.65

Codes

Color #49696C in popluar color models

49696C
RGB73105108
HSL185°19.34%35.49%
HSB/HSV185°32.41%42.35%
CMYK32.41%2.78%0.00%
57.65%

Color #49696C in popluar number systems.

HEX49696C
Decimal73105108
Binary100100111010011101100
Octal111151154

Shades and tints

Shades of #49696C

#49696C
(73,105,108)
#436063
(67,96,99)
#3D575A
(61,87,90)
#374E51
(55,78,81)
#314548
(49,69,72)
#2B3C3F
(43,60,63)
#253336
(37,51,54)
#1F2A2D
(31,42,45)
#192124
(25,33,36)
#13181B
(19,24,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #49696C

#49696C
(73,105,108)
#597679
(89,118,121)
#698386
(105,131,134)
#799093
(121,144,147)
#899DA0
(137,157,160)
#99AAAD
(153,170,173)
#A9B7BA
(169,183,186)
#B9C4C7
(185,196,199)
#C9D1D4
(201,209,212)
#D9DEE1
(217,222,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49696C color. Also use rgb(73,105,108) instead hex code.

Text Font Color

.myTextColor { color: #49696C; }

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

This text font color is #49696C.


Background Color

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

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

This div background color is #49696C.


Border color

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

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

This div border color is #49696C.


Opacity

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

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

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

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

This text has shadow with #49696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49696C on black background.


Color preview on white background

This text has color #49696C on white background.



Black color preview on #49696C background

This text has black color on #49696C background.


White color preview on #49696C background

This text has white color on #49696C background.