COLOR #496372

HEX: #496372
RGB: (73,99,114)

Color info

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

RGB color model

#496372 color RGB value is (73,99,114).

  • red value is 73;
  • green value is 99;
  • blue value is 114.
RGB:
(73,99,114)
(29%,39%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 99 of 255 = 39%
B 114 of 255 = 45%

73
99
114

R + G + B ~ 38%. #496372 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 114 = 286 (100%)
R 73 of 286 ~ 25.52%
G 99 of 286 ~ 34.62%
B 114 of 286 ~ 39.86%

%25.52
%34.62
%39.86

CMYK color model

#496372 color CMYK value is (36,13,0,55).

  • cyan value is 35.96%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(36,13,0,55)
C36M13Y0K55 
(36%,13%,0%,55%)
(0.36/0.13/0.00/0.55)	

CMYK percentages

%35.96
%13.16
%0
%55.29

Codes

Color #496372 in popluar color models

496372
RGB7399114
HSL202°21.93%36.67%
HSB/HSV202°35.96%44.71%
CMYK35.96%13.16%0.00%
55.29%

Color #496372 in popluar number systems.

HEX496372
Decimal7399114
Binary100100111000111110010
Octal111143162

Shades and tints

Shades of #496372

#496372
(73,99,114)
#435A68
(67,90,104)
#3D515E
(61,81,94)
#374854
(55,72,84)
#313F4A
(49,63,74)
#2B3640
(43,54,64)
#252D36
(37,45,54)
#1F242C
(31,36,44)
#191B22
(25,27,34)
#131218
(19,18,24)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #496372

#496372
(73,99,114)
#59717E
(89,113,126)
#697F8A
(105,127,138)
#798D96
(121,141,150)
#899BA2
(137,155,162)
#99A9AE
(153,169,174)
#A9B7BA
(169,183,186)
#B9C5C6
(185,197,198)
#C9D3D2
(201,211,210)
#D9E1DE
(217,225,222)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496372 color. Also use rgb(73,99,114) instead hex code.

Text Font Color

.myTextColor { color: #496372; }

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

This text font color is #496372.


Background Color

.myBgColor { background-color: #496372; }

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

This div background color is #496372.


Border color

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

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

This div border color is #496372.


Opacity

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

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

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

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

This text has shadow with #496372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496372 on black background.


Color preview on white background

This text has color #496372 on white background.



Black color preview on #496372 background

This text has black color on #496372 background.


White color preview on #496372 background

This text has white color on #496372 background.