COLOR #496D67

HEX: #496D67
RGB: (73,109,103)

Color info

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

RGB color model

#496D67 color RGB value is (73,109,103).

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

RGB channels and saturation

R 73 of 255 = 29%
G 109 of 255 = 43%
B 103 of 255 = 40%

73
109
103

R + G + B ~ 37%. #496D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 109 + 103 = 285 (100%)
R 73 of 285 ~ 25.61%
G 109 of 285 ~ 38.25%
B 103 of 285 ~ 36.14%

%25.61
%38.25
%36.14

CMYK color model

#496D67 color CMYK value is (33,0,6,57).

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 57.25%
CMYK:
(33,0,6,57)
C33M0Y6K57 
(33%,0%,6%,57%)
(0.33/0.00/0.06/0.57)	

CMYK percentages

%33.03
%0
%5.5
%57.25

Codes

Color #496D67 in popluar color models

496D67
RGB73109103
HSL170°19.78%35.69%
HSB/HSV170°33.03%42.75%
CMYK33.03%0.00%5.50%
57.25%

Color #496D67 in popluar number systems.

HEX496D67
Decimal73109103
Binary100100111011011100111
Octal111155147

Shades and tints

Shades of #496D67

#496D67
(73,109,103)
#43645E
(67,100,94)
#3D5B55
(61,91,85)
#37524C
(55,82,76)
#314943
(49,73,67)
#2B403A
(43,64,58)
#253731
(37,55,49)
#1F2E28
(31,46,40)
#19251F
(25,37,31)
#131C16
(19,28,22)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #496D67

#496D67
(73,109,103)
#597A74
(89,122,116)
#698781
(105,135,129)
#79948E
(121,148,142)
#89A19B
(137,161,155)
#99AEA8
(153,174,168)
#A9BBB5
(169,187,181)
#B9C8C2
(185,200,194)
#C9D5CF
(201,213,207)
#D9E2DC
(217,226,220)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D67; }

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

This text font color is #496D67.


Background Color

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

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

This div background color is #496D67.


Border color

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

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

This div border color is #496D67.


Opacity

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

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

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

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

This text has shadow with #496D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D67 on black background.


Color preview on white background

This text has color #496D67 on white background.



Black color preview on #496D67 background

This text has black color on #496D67 background.


White color preview on #496D67 background

This text has white color on #496D67 background.