COLOR #496258

HEX: #496258
RGB: (73,98,88)

Color info

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

RGB color model

#496258 color RGB value is (73,98,88).

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

RGB channels and saturation

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

73
98
88

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 88 = 259 (100%)
R 73 of 259 ~ 28.19%
G 98 of 259 ~ 37.84%
B 88 of 259 ~ 33.98%

%28.19
%37.84
%33.98

CMYK color model

#496258 color CMYK value is (26,0,10,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(26,0,10,62)
C26M0Y10K62 
(26%,0%,10%,62%)
(0.26/0.00/0.10/0.62)	

CMYK percentages

%25.51
%0
%10.2
%61.57

Codes

Color #496258 in popluar color models

496258
RGB739888
HSL156°14.62%33.53%
HSB/HSV156°25.51%38.43%
CMYK25.51%0.00%10.20%
61.57%

Color #496258 in popluar number systems.

HEX496258
Decimal739888
Binary100100111000101011000
Octal111142130

Shades and tints

Shades of #496258

#496258
(73,98,88)
#435A50
(67,90,80)
#3D5248
(61,82,72)
#374A40
(55,74,64)
#314238
(49,66,56)
#2B3A30
(43,58,48)
#253228
(37,50,40)
#1F2A20
(31,42,32)
#192218
(25,34,24)
#131A10
(19,26,16)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #496258

#496258
(73,98,88)
#597067
(89,112,103)
#697E76
(105,126,118)
#798C85
(121,140,133)
#899A94
(137,154,148)
#99A8A3
(153,168,163)
#A9B6B2
(169,182,178)
#B9C4C1
(185,196,193)
#C9D2D0
(201,210,208)
#D9E0DF
(217,224,223)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496258; }

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

This text font color is #496258.


Background Color

.myBgColor { background-color: #496258; }

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

This div background color is #496258.


Border color

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

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

This div border color is #496258.


Opacity

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

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

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

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

This text has shadow with #496258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496258 on black background.


Color preview on white background

This text has color #496258 on white background.



Black color preview on #496258 background

This text has black color on #496258 background.


White color preview on #496258 background

This text has white color on #496258 background.