COLOR #496153

HEX: #496153
RGB: (73,97,83)

Color info

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

RGB color model

#496153 color RGB value is (73,97,83).

  • red value is 73;
  • green value is 97;
  • blue value is 83.
RGB:
(73,97,83)
(29%,38%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 97 of 255 = 38%
B 83 of 255 = 33%

73
97
83

R + G + B ~ 33%. #496153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 97 + 83 = 253 (100%)
R 73 of 253 ~ 28.85%
G 97 of 253 ~ 38.34%
B 83 of 253 ~ 32.81%

%28.85
%38.34
%32.81

CMYK color model

#496153 color CMYK value is (25,0,14,62).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(25,0,14,62)
C25M0Y14K62 
(25%,0%,14%,62%)
(0.25/0.00/0.14/0.62)	

CMYK percentages

%24.74
%0
%14.43
%61.96

Codes

Color #496153 in popluar color models

496153
RGB739783
HSL145°14.12%33.33%
HSB/HSV145°24.74%38.04%
CMYK24.74%0.00%14.43%
61.96%

Color #496153 in popluar number systems.

HEX496153
Decimal739783
Binary100100111000011010011
Octal111141123

Shades and tints

Shades of #496153

#496153
(73,97,83)
#43594C
(67,89,76)
#3D5145
(61,81,69)
#37493E
(55,73,62)
#314137
(49,65,55)
#2B3930
(43,57,48)
#253129
(37,49,41)
#1F2922
(31,41,34)
#19211B
(25,33,27)
#131914
(19,25,20)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #496153

#496153
(73,97,83)
#596F62
(89,111,98)
#697D71
(105,125,113)
#798B80
(121,139,128)
#89998F
(137,153,143)
#99A79E
(153,167,158)
#A9B5AD
(169,181,173)
#B9C3BC
(185,195,188)
#C9D1CB
(201,209,203)
#D9DFDA
(217,223,218)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496153 color. Also use rgb(73,97,83) instead hex code.

Text Font Color

.myTextColor { color: #496153; }

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

This text font color is #496153.


Background Color

.myBgColor { background-color: #496153; }

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

This div background color is #496153.


Border color

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

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

This div border color is #496153.


Opacity

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

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

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

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

This text has shadow with #496153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496153 on black background.


Color preview on white background

This text has color #496153 on white background.



Black color preview on #496153 background

This text has black color on #496153 background.


White color preview on #496153 background

This text has white color on #496153 background.