COLOR #496A5A

HEX: #496A5A
RGB: (73,106,90)

Color info

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

RGB color model

#496A5A color RGB value is (73,106,90).

  • red value is 73;
  • green value is 106;
  • blue value is 90.
RGB:
(73,106,90)
(29%,42%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 106 of 255 = 42%
B 90 of 255 = 35%

73
106
90

R + G + B ~ 35%. #496A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 106 + 90 = 269 (100%)
R 73 of 269 ~ 27.14%
G 106 of 269 ~ 39.41%
B 90 of 269 ~ 33.46%

%27.14
%39.41
%33.46

CMYK color model

#496A5A color CMYK value is (31,0,15,58).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(31,0,15,58)
C31M0Y15K58 
(31%,0%,15%,58%)
(0.31/0.00/0.15/0.58)	

CMYK percentages

%31.13
%0
%15.09
%58.43

Codes

Color #496A5A in popluar color models

496A5A
RGB7310690
HSL151°18.44%35.10%
HSB/HSV151°31.13%41.57%
CMYK31.13%0.00%15.09%
58.43%

Color #496A5A in popluar number systems.

HEX496A5A
Decimal7310690
Binary100100111010101011010
Octal111152132

Shades and tints

Shades of #496A5A

#496A5A
(73,106,90)
#436152
(67,97,82)
#3D584A
(61,88,74)
#374F42
(55,79,66)
#31463A
(49,70,58)
#2B3D32
(43,61,50)
#25342A
(37,52,42)
#1F2B22
(31,43,34)
#19221A
(25,34,26)
#131912
(19,25,18)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #496A5A

#496A5A
(73,106,90)
#597769
(89,119,105)
#698478
(105,132,120)
#799187
(121,145,135)
#899E96
(137,158,150)
#99ABA5
(153,171,165)
#A9B8B4
(169,184,180)
#B9C5C3
(185,197,195)
#C9D2D2
(201,210,210)
#D9DFE1
(217,223,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496A5A color. Also use rgb(73,106,90) instead hex code.

Text Font Color

.myTextColor { color: #496A5A; }

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

This text font color is #496A5A.


Background Color

.myBgColor { background-color: #496A5A; }

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

This div background color is #496A5A.


Border color

.myBorderColor { border: 1px solid #496A5A; }

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

This div border color is #496A5A.


Opacity

.myOpacity80 { color: #496A5A; opacity: 0.8; }

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

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

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

This text has shadow with #496A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A5A on black background.


Color preview on white background

This text has color #496A5A on white background.



Black color preview on #496A5A background

This text has black color on #496A5A background.


White color preview on #496A5A background

This text has white color on #496A5A background.