COLOR #496F6D

HEX: #496F6D
RGB: (73,111,109)

Color info

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

RGB color model

#496F6D color RGB value is (73,111,109).

  • red value is 73;
  • green value is 111;
  • blue value is 109.
RGB:
(73,111,109)
(29%,44%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 111 of 255 = 44%
B 109 of 255 = 43%

73
111
109

R + G + B ~ 39%. #496F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 111 + 109 = 293 (100%)
R 73 of 293 ~ 24.91%
G 111 of 293 ~ 37.88%
B 109 of 293 ~ 37.2%

%24.91
%37.88
%37.2

CMYK color model

#496F6D color CMYK value is (34,0,2,56).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(34,0,2,56)
C34M0Y2K56 
(34%,0%,2%,56%)
(0.34/0.00/0.02/0.56)	

CMYK percentages

%34.23
%0
%1.8
%56.47

Codes

Color #496F6D in popluar color models

496F6D
RGB73111109
HSL177°20.65%36.08%
HSB/HSV177°34.23%43.53%
CMYK34.23%0.00%1.80%
56.47%

Color #496F6D in popluar number systems.

HEX496F6D
Decimal73111109
Binary100100111011111101101
Octal111157155

Shades and tints

Shades of #496F6D

#496F6D
(73,111,109)
#436564
(67,101,100)
#3D5B5B
(61,91,91)
#375152
(55,81,82)
#314749
(49,71,73)
#2B3D40
(43,61,64)
#253337
(37,51,55)
#1F292E
(31,41,46)
#191F25
(25,31,37)
#13151C
(19,21,28)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #496F6D

#496F6D
(73,111,109)
#597C7A
(89,124,122)
#698987
(105,137,135)
#799694
(121,150,148)
#89A3A1
(137,163,161)
#99B0AE
(153,176,174)
#A9BDBB
(169,189,187)
#B9CAC8
(185,202,200)
#C9D7D5
(201,215,213)
#D9E4E2
(217,228,226)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496F6D color. Also use rgb(73,111,109) instead hex code.

Text Font Color

.myTextColor { color: #496F6D; }

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

This text font color is #496F6D.


Background Color

.myBgColor { background-color: #496F6D; }

<div style="background-color:#496F6D">Inner text</div>

This div background color is #496F6D.


Border color

.myBorderColor { border: 1px solid #496F6D; }

<div style="border:3px solid #496F6D">Div</div>

This div border color is #496F6D.


Opacity

.myOpacity80 { color: #496F6D; opacity: 0.8; }

<p style="color:#496F6D;opacity:0.8;">80%</p>

Text with #496F6D 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 #496F6D;}

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

This text has shadow with #496F6D color.

.textShadow {text-shadow: 3px 3px 1px #496F6D, 3px 3px 1px red;}

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

This text has shadow with #496F6D primary color and red secondary color.


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

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

This text has shadow with #496F6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F6D on black background.


Color preview on white background

This text has color #496F6D on white background.



Black color preview on #496F6D background

This text has black color on #496F6D background.


White color preview on #496F6D background

This text has white color on #496F6D background.