COLOR #49666C

HEX: #49666C
RGB: (73,102,108)

Color info

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

RGB color model

#49666C color RGB value is (73,102,108).

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

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 108 of 255 = 42%

73
102
108

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

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 108 = 283 (100%)
R 73 of 283 ~ 25.8%
G 102 of 283 ~ 36.04%
B 108 of 283 ~ 38.16%

%25.8
%36.04
%38.16

CMYK color model

#49666C color CMYK value is (32,6,0,58).

  • cyan value is 32.41%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (32,6,0,58) C32M6Y0K58 (32%,6%,0%,58%) (0.32/0.06/0.00/0.58)

CMYK percentages

%32.41
%5.56
%0
%57.65

Codes

Color #49666C in popluar color models

49666C
RGB73102108
HSL190°19.34%35.49%
HSB/HSV190°32.41%42.35%
CMYK32.41%5.56%0.00%
57.65%

Color #49666C in popluar number systems.

HEX49666C
Decimal73102108
Binary100100111001101101100
Octal111146154

Shades and tints

Shades of #49666C

#49666C
(73,102,108)
#435D63
(67,93,99)
#3D545A
(61,84,90)
#374B51
(55,75,81)
#314248
(49,66,72)
#2B393F
(43,57,63)
#253036
(37,48,54)
#1F272D
(31,39,45)
#191E24
(25,30,36)
#13151B
(19,21,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #49666C

#49666C
(73,102,108)
#597379
(89,115,121)
#698086
(105,128,134)
#798D93
(121,141,147)
#899AA0
(137,154,160)
#99A7AD
(153,167,173)
#A9B4BA
(169,180,186)
#B9C1C7
(185,193,199)
#C9CED4
(201,206,212)
#D9DBE1
(217,219,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49666C; }

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

This text font color is #49666C.


Background Color

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

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

This div background color is #49666C.


Border color

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

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

This div border color is #49666C.


Opacity

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

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

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

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

This text has shadow with #49666C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #49666C on black background.


Color preview on white background

This text has color #49666C on white background.



Black color preview on #49666C background

This text has black color on #49666C background.


White color preview on #49666C background

This text has white color on #49666C background.