COLOR #496F61

HEX: #496F61
RGB: (73,111,97)

Color info

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

RGB color model

#496F61 color RGB value is (73,111,97).

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

RGB channels and saturation

R 73 of 255 = 29%
G 111 of 255 = 44%
B 97 of 255 = 38%

73
111
97

R + G + B ~ 37%. #496F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 111 + 97 = 281 (100%)
R 73 of 281 ~ 25.98%
G 111 of 281 ~ 39.5%
B 97 of 281 ~ 34.52%

%25.98
%39.5
%34.52

CMYK color model

#496F61 color CMYK value is (34,0,13,56).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(34,0,13,56)
C34M0Y13K56 
(34%,0%,13%,56%)
(0.34/0.00/0.13/0.56)	

CMYK percentages

%34.23
%0
%12.61
%56.47

Codes

Color #496F61 in popluar color models

496F61
RGB7311197
HSL158°20.65%36.08%
HSB/HSV158°34.23%43.53%
CMYK34.23%0.00%12.61%
56.47%

Color #496F61 in popluar number systems.

HEX496F61
Decimal7311197
Binary100100111011111100001
Octal111157141

Shades and tints

Shades of #496F61

#496F61
(73,111,97)
#436559
(67,101,89)
#3D5B51
(61,91,81)
#375149
(55,81,73)
#314741
(49,71,65)
#2B3D39
(43,61,57)
#253331
(37,51,49)
#1F2929
(31,41,41)
#191F21
(25,31,33)
#131519
(19,21,25)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #496F61

#496F61
(73,111,97)
#597C6F
(89,124,111)
#69897D
(105,137,125)
#79968B
(121,150,139)
#89A399
(137,163,153)
#99B0A7
(153,176,167)
#A9BDB5
(169,189,181)
#B9CAC3
(185,202,195)
#C9D7D1
(201,215,209)
#D9E4DF
(217,228,223)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496F61; }

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

This text font color is #496F61.


Background Color

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

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

This div background color is #496F61.


Border color

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

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

This div border color is #496F61.


Opacity

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

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

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

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

This text has shadow with #496F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F61 on black background.


Color preview on white background

This text has color #496F61 on white background.



Black color preview on #496F61 background

This text has black color on #496F61 background.


White color preview on #496F61 background

This text has white color on #496F61 background.