COLOR #49686C

HEX: #49686C
RGB: (73,104,108)

Color info

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

RGB color model

#49686C color RGB value is (73,104,108).

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

RGB channels and saturation

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

73
104
108

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

Portions of RGB colors in percentages

R + G + B =
73 + 104 + 108 = 285 (100%)
R 73 of 285 ~ 25.61%
G 104 of 285 ~ 36.49%
B 108 of 285 ~ 37.89%

%25.61
%36.49
%37.89

CMYK color model

#49686C color CMYK value is (32,4,0,58).

  • cyan value is 32.41%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (32,4,0,58) C32M4Y0K58 (32%,4%,0%,58%) (0.32/0.04/0.00/0.58)

CMYK percentages

%32.41
%3.7
%0
%57.65

Codes

Color #49686C in popluar color models

49686C
RGB73104108
HSL187°19.34%35.49%
HSB/HSV187°32.41%42.35%
CMYK32.41%3.70%0.00%
57.65%

Color #49686C in popluar number systems.

HEX49686C
Decimal73104108
Binary100100111010001101100
Octal111150154

Shades and tints

Shades of #49686C

#49686C
(73,104,108)
#435F63
(67,95,99)
#3D565A
(61,86,90)
#374D51
(55,77,81)
#314448
(49,68,72)
#2B3B3F
(43,59,63)
#253236
(37,50,54)
#1F292D
(31,41,45)
#192024
(25,32,36)
#13171B
(19,23,27)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #49686C

#49686C
(73,104,108)
#597579
(89,117,121)
#698286
(105,130,134)
#798F93
(121,143,147)
#899CA0
(137,156,160)
#99A9AD
(153,169,173)
#A9B6BA
(169,182,186)
#B9C3C7
(185,195,199)
#C9D0D4
(201,208,212)
#D9DDE1
(217,221,225)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49686C; }

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

This text font color is #49686C.


Background Color

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

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

This div background color is #49686C.


Border color

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

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

This div border color is #49686C.


Opacity

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

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

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

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

This text has shadow with #49686C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #49686C on black background.


Color preview on white background

This text has color #49686C on white background.



Black color preview on #49686C background

This text has black color on #49686C background.


White color preview on #49686C background

This text has white color on #49686C background.