COLOR #496752

HEX: #496752
RGB: (73,103,82)

Color info

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

RGB color model

#496752 color RGB value is (73,103,82).

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

RGB channels and saturation

R 73 of 255 = 29%
G 103 of 255 = 40%
B 82 of 255 = 32%

73
103
82

R + G + B ~ 34%. #496752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 103 + 82 = 258 (100%)
R 73 of 258 ~ 28.29%
G 103 of 258 ~ 39.92%
B 82 of 258 ~ 31.78%

%28.29
%39.92
%31.78

CMYK color model

#496752 color CMYK value is (29,0,20,60).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(29,0,20,60)
C29M0Y20K60 
(29%,0%,20%,60%)
(0.29/0.00/0.20/0.60)	

CMYK percentages

%29.13
%0
%20.39
%59.61

Codes

Color #496752 in popluar color models

496752
RGB7310382
HSL138°17.05%34.51%
HSB/HSV138°29.13%40.39%
CMYK29.13%0.00%20.39%
59.61%

Color #496752 in popluar number systems.

HEX496752
Decimal7310382
Binary100100111001111010010
Octal111147122

Shades and tints

Shades of #496752

#496752
(73,103,82)
#435E4B
(67,94,75)
#3D5544
(61,85,68)
#374C3D
(55,76,61)
#314336
(49,67,54)
#2B3A2F
(43,58,47)
#253128
(37,49,40)
#1F2821
(31,40,33)
#191F1A
(25,31,26)
#131613
(19,22,19)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #496752

#496752
(73,103,82)
#597461
(89,116,97)
#698170
(105,129,112)
#798E7F
(121,142,127)
#899B8E
(137,155,142)
#99A89D
(153,168,157)
#A9B5AC
(169,181,172)
#B9C2BB
(185,194,187)
#C9CFCA
(201,207,202)
#D9DCD9
(217,220,217)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496752; }

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

This text font color is #496752.


Background Color

.myBgColor { background-color: #496752; }

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

This div background color is #496752.


Border color

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

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

This div border color is #496752.


Opacity

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

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

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

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

This text has shadow with #496752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496752 on black background.


Color preview on white background

This text has color #496752 on white background.



Black color preview on #496752 background

This text has black color on #496752 background.


White color preview on #496752 background

This text has white color on #496752 background.