COLOR #496768

HEX: #496768
RGB: (73,103,104)

Color info

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

RGB color model

#496768 color RGB value is (73,103,104).

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

RGB channels and saturation

R 73 of 255 = 29%
G 103 of 255 = 40%
B 104 of 255 = 41%

73
103
104

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

Portions of RGB colors in percentages

R + G + B =
73 + 103 + 104 = 280 (100%)
R 73 of 280 ~ 26.07%
G 103 of 280 ~ 36.79%
B 104 of 280 ~ 37.14%

%26.07
%36.79
%37.14

CMYK color model

#496768 color CMYK value is (30,1,0,59).

  • cyan value is 29.81%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(30,1,0,59)
C30M1Y0K59 
(30%,1%,0%,59%)
(0.30/0.01/0.00/0.59)	

CMYK percentages

%29.81
%0.96
%0
%59.22

Codes

Color #496768 in popluar color models

496768
RGB73103104
HSL182°17.51%34.71%
HSB/HSV182°29.81%40.78%
CMYK29.81%0.96%0.00%
59.22%

Color #496768 in popluar number systems.

HEX496768
Decimal73103104
Binary100100111001111101000
Octal111147150

Shades and tints

Shades of #496768

#496768
(73,103,104)
#435E5F
(67,94,95)
#3D5556
(61,85,86)
#374C4D
(55,76,77)
#314344
(49,67,68)
#2B3A3B
(43,58,59)
#253132
(37,49,50)
#1F2829
(31,40,41)
#191F20
(25,31,32)
#131617
(19,22,23)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #496768

#496768
(73,103,104)
#597475
(89,116,117)
#698182
(105,129,130)
#798E8F
(121,142,143)
#899B9C
(137,155,156)
#99A8A9
(153,168,169)
#A9B5B6
(169,181,182)
#B9C2C3
(185,194,195)
#C9CFD0
(201,207,208)
#D9DCDD
(217,220,221)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496768; }

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

This text font color is #496768.


Background Color

.myBgColor { background-color: #496768; }

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

This div background color is #496768.


Border color

.myBorderColor { border: 1px solid #496768; }

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

This div border color is #496768.


Opacity

.myOpacity80 { color: #496768; opacity: 0.8; }

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

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

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

This text has shadow with #496768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496768 on black background.


Color preview on white background

This text has color #496768 on white background.



Black color preview on #496768 background

This text has black color on #496768 background.


White color preview on #496768 background

This text has white color on #496768 background.