COLOR #496259

HEX: #496259
RGB: (73,98,89)

Color info

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

RGB color model

#496259 color RGB value is (73,98,89).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 89 of 255 = 35%

73
98
89

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 89 = 260 (100%)
R 73 of 260 ~ 28.08%
G 98 of 260 ~ 37.69%
B 89 of 260 ~ 34.23%

%28.08
%37.69
%34.23

CMYK color model

#496259 color CMYK value is (26,0,9,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(26,0,9,62)
C26M0Y9K62 
(26%,0%,9%,62%)
(0.26/0.00/0.09/0.62)	

CMYK percentages

%25.51
%0
%9.18
%61.57

Codes

Color #496259 in popluar color models

496259
RGB739889
HSL158°14.62%33.53%
HSB/HSV158°25.51%38.43%
CMYK25.51%0.00%9.18%
61.57%

Color #496259 in popluar number systems.

HEX496259
Decimal739889
Binary100100111000101011001
Octal111142131

Shades and tints

Shades of #496259

#496259
(73,98,89)
#435A51
(67,90,81)
#3D5249
(61,82,73)
#374A41
(55,74,65)
#314239
(49,66,57)
#2B3A31
(43,58,49)
#253229
(37,50,41)
#1F2A21
(31,42,33)
#192219
(25,34,25)
#131A11
(19,26,17)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #496259

#496259
(73,98,89)
#597068
(89,112,104)
#697E77
(105,126,119)
#798C86
(121,140,134)
#899A95
(137,154,149)
#99A8A4
(153,168,164)
#A9B6B3
(169,182,179)
#B9C4C2
(185,196,194)
#C9D2D1
(201,210,209)
#D9E0E0
(217,224,224)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496259; }

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

This text font color is #496259.


Background Color

.myBgColor { background-color: #496259; }

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

This div background color is #496259.


Border color

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

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

This div border color is #496259.


Opacity

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

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

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

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

This text has shadow with #496259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496259 on black background.


Color preview on white background

This text has color #496259 on white background.



Black color preview on #496259 background

This text has black color on #496259 background.


White color preview on #496259 background

This text has white color on #496259 background.