COLOR #496F68

HEX: #496F68
RGB: (73,111,104)

Color info

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

RGB color model

#496F68 color RGB value is (73,111,104).

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

RGB channels and saturation

R 73 of 255 = 29%
G 111 of 255 = 44%
B 104 of 255 = 41%

73
111
104

R + G + B ~ 38%. #496F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 111 + 104 = 288 (100%)
R 73 of 288 ~ 25.35%
G 111 of 288 ~ 38.54%
B 104 of 288 ~ 36.11%

%25.35
%38.54
%36.11

CMYK color model

#496F68 color CMYK value is (34,0,6,56).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 6.31%
  • key color value is 56.47%
CMYK:
(34,0,6,56)
C34M0Y6K56 
(34%,0%,6%,56%)
(0.34/0.00/0.06/0.56)	

CMYK percentages

%34.23
%0
%6.31
%56.47

Codes

Color #496F68 in popluar color models

496F68
RGB73111104
HSL169°20.65%36.08%
HSB/HSV169°34.23%43.53%
CMYK34.23%0.00%6.31%
56.47%

Color #496F68 in popluar number systems.

HEX496F68
Decimal73111104
Binary100100111011111101000
Octal111157150

Shades and tints

Shades of #496F68

#496F68
(73,111,104)
#43655F
(67,101,95)
#3D5B56
(61,91,86)
#37514D
(55,81,77)
#314744
(49,71,68)
#2B3D3B
(43,61,59)
#253332
(37,51,50)
#1F2929
(31,41,41)
#191F20
(25,31,32)
#131517
(19,21,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #496F68

#496F68
(73,111,104)
#597C75
(89,124,117)
#698982
(105,137,130)
#79968F
(121,150,143)
#89A39C
(137,163,156)
#99B0A9
(153,176,169)
#A9BDB6
(169,189,182)
#B9CAC3
(185,202,195)
#C9D7D0
(201,215,208)
#D9E4DD
(217,228,221)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496F68; }

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

This text font color is #496F68.


Background Color

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

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

This div background color is #496F68.


Border color

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

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

This div border color is #496F68.


Opacity

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

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

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

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

This text has shadow with #496F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F68 on black background.


Color preview on white background

This text has color #496F68 on white background.



Black color preview on #496F68 background

This text has black color on #496F68 background.


White color preview on #496F68 background

This text has white color on #496F68 background.