COLOR #495256

HEX: #495256 RGB: (73,82,86)

Color info

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

RGB color model

#495256 color RGB value is (73,82,86).

RGB: (73,82,86) (29%, 32%, 34%)

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 86 of 255 = 34%

73
82
86

R + G + B ~ 32%. #495256 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 82 + 86 = 241 (100%)
R 73 of 241 ~ 30.29%
G 82 of 241 ~ 34.02%
B 86 of 241 ~ 35.68'%

%30.29
%34.02
%35.68

CMYK color model

#495256 color CMYK value is (15,5,0,66).

  • cyan value is 15.12%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (15,5,0,66)
C15M5Y0K66 (15%, 5%, 0%, 66%)
(0.15 / 0.05 / 0.00 / 0.66)

CMYK percentages

%15.12
%4.65
%0
%66.27

Codes

Color #495256 in popluar color models

49 52 56
RGB 73 82 86
HSL 198° 8.18% 31.18%
HSB/HSV 198° 15.12% 33.73%
CMYK 15.12% 4.65% 0.00%
66.27%

Color #495256 in popluar number systems.

HEX 49 52 56
Decimal 73 82 86
Binary 1001001 1010010 1010110
Octal 111 122 126

Shades and tints

Shades of #495256

#495256
(73,82,86)
#434B4F
(67,75,79)
#3D4448
(61,68,72)
#373D41
(55,61,65)
#31363A
(49,54,58)
#2B2F33
(43,47,51)
#25282C
(37,40,44)
#1F2125
(31,33,37)
#191A1E
(25,26,30)
#131317
(19,19,23)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #495256

#495256
(73,82,86)
#596165
(89,97,101)
#697074
(105,112,116)
#797F83
(121,127,131)
#898E92
(137,142,146)
#999DA1
(153,157,161)
#A9ACB0
(169,172,176)
#B9BBBF
(185,187,191)
#C9CACE
(201,202,206)
#D9D9DD
(217,217,221)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495256 color. Also use rgb(73,82,86) instead hex code.

Text Font Color

.myTextColor { color: #495256; }

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

This text font color is #495256.

Background Color

.myBgColor { background-color: #495256; }

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

This div background color is #495256.

Border color

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

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

This div border color is #495256.

Opacity

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

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

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

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

This text has shadow with #495256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495256.

Preview

Color preview on black background

This text has color #495256 on black background.


Color preview on white background

This text has color #495256 on white background.


Black color preview on #495256 background

This text has black color on #495256 background.


White color preview on #495256 background

This text has white color on #495256 background.


Related colors

Complementary color

Complementary color for #hex is #B6ADA9.


I love getcolorcode.com

Triadic colors

1 #564952 and #525649 with #495256 are triadic colors.

2 #565249 and #524956 with #495256 are triadic colors.