COLOR #496A66

HEX: #496A66
RGB: (73,106,102)

Color info

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

RGB color model

#496A66 color RGB value is (73,106,102).

  • red value is 73;
  • green value is 106;
  • blue value is 102.
RGB:
(73,106,102)
(29%,42%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 106 of 255 = 42%
B 102 of 255 = 40%

73
106
102

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

Portions of RGB colors in percentages

R + G + B =
73 + 106 + 102 = 281 (100%)
R 73 of 281 ~ 25.98%
G 106 of 281 ~ 37.72%
B 102 of 281 ~ 36.3%

%25.98
%37.72
%36.3

CMYK color model

#496A66 color CMYK value is (31,0,4,58).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 58.43%
CMYK:
(31,0,4,58)
C31M0Y4K58 
(31%,0%,4%,58%)
(0.31/0.00/0.04/0.58)	

CMYK percentages

%31.13
%0
%3.77
%58.43

Codes

Color #496A66 in popluar color models

496A66
RGB73106102
HSL173°18.44%35.10%
HSB/HSV173°31.13%41.57%
CMYK31.13%0.00%3.77%
58.43%

Color #496A66 in popluar number systems.

HEX496A66
Decimal73106102
Binary100100111010101100110
Octal111152146

Shades and tints

Shades of #496A66

#496A66
(73,106,102)
#43615D
(67,97,93)
#3D5854
(61,88,84)
#374F4B
(55,79,75)
#314642
(49,70,66)
#2B3D39
(43,61,57)
#253430
(37,52,48)
#1F2B27
(31,43,39)
#19221E
(25,34,30)
#131915
(19,25,21)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #496A66

#496A66
(73,106,102)
#597773
(89,119,115)
#698480
(105,132,128)
#79918D
(121,145,141)
#899E9A
(137,158,154)
#99ABA7
(153,171,167)
#A9B8B4
(169,184,180)
#B9C5C1
(185,197,193)
#C9D2CE
(201,210,206)
#D9DFDB
(217,223,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496A66 color. Also use rgb(73,106,102) instead hex code.

Text Font Color

.myTextColor { color: #496A66; }

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

This text font color is #496A66.


Background Color

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

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

This div background color is #496A66.


Border color

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

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

This div border color is #496A66.


Opacity

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

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

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

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

This text has shadow with #496A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A66 on black background.


Color preview on white background

This text has color #496A66 on white background.



Black color preview on #496A66 background

This text has black color on #496A66 background.


White color preview on #496A66 background

This text has white color on #496A66 background.