COLOR #496268

HEX: #496268
RGB: (73,98,104)

Color info

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

RGB color model

#496268 color RGB value is (73,98,104).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 104 of 255 = 41%

73
98
104

R + G + B ~ 36%. #496268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 104 = 275 (100%)
R 73 of 275 ~ 26.55%
G 98 of 275 ~ 35.64%
B 104 of 275 ~ 37.82%

%26.55
%35.64
%37.82

CMYK color model

#496268 color CMYK value is (30,6,0,59).

  • cyan value is 29.81%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(30,6,0,59)
C30M6Y0K59 
(30%,6%,0%,59%)
(0.30/0.06/0.00/0.59)	

CMYK percentages

%29.81
%5.77
%0
%59.22

Codes

Color #496268 in popluar color models

496268
RGB7398104
HSL192°17.51%34.71%
HSB/HSV192°29.81%40.78%
CMYK29.81%5.77%0.00%
59.22%

Color #496268 in popluar number systems.

HEX496268
Decimal7398104
Binary100100111000101101000
Octal111142150

Shades and tints

Shades of #496268

#496268
(73,98,104)
#435A5F
(67,90,95)
#3D5256
(61,82,86)
#374A4D
(55,74,77)
#314244
(49,66,68)
#2B3A3B
(43,58,59)
#253232
(37,50,50)
#1F2A29
(31,42,41)
#192220
(25,34,32)
#131A17
(19,26,23)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #496268

#496268
(73,98,104)
#597075
(89,112,117)
#697E82
(105,126,130)
#798C8F
(121,140,143)
#899A9C
(137,154,156)
#99A8A9
(153,168,169)
#A9B6B6
(169,182,182)
#B9C4C3
(185,196,195)
#C9D2D0
(201,210,208)
#D9E0DD
(217,224,221)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496268; }

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

This text font color is #496268.


Background Color

.myBgColor { background-color: #496268; }

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

This div background color is #496268.


Border color

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

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

This div border color is #496268.


Opacity

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

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

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

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

This text has shadow with #496268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496268 on black background.


Color preview on white background

This text has color #496268 on white background.



Black color preview on #496268 background

This text has black color on #496268 background.


White color preview on #496268 background

This text has white color on #496268 background.