COLOR #495B4E

HEX: #495B4E RGB: (73,91,78)

Color info

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

RGB color model

#495B4E color RGB value is (73,91,78).

RGB: (73,91,78) (29%, 36%, 31%)

RGB channels and saturation

R 73 of 255 = 29%
G 91 of 255 = 36%
B 78 of 255 = 31%

73
91
78

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

Portions of RGB colors in percentages

R + G + B = 73 + 91 + 78 = 242 (100%)
R 73 of 242 ~ 30.17%
G 91 of 242 ~ 37.6%
B 78 of 242 ~ 32.23'%

%30.17
%37.6
%32.23

CMYK color model

#495B4E color CMYK value is (20,0,14,64).

  • cyan value is 19.78%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 64.31%

CMYK: (20,0,14,64)
C20M0Y14K64 (20%, 0%, 14%, 64%)
(0.20 / 0.00 / 0.14 / 0.64)

CMYK percentages

%19.78
%0
%14.29
%64.31

Codes

Color #495B4E in popluar color models

49 5B 4E
RGB 73 91 78
HSL 137° 10.98% 32.16%
HSB/HSV 137° 19.78% 35.69%
CMYK 19.78% 0.00% 14.29%
64.31%

Color #495B4E in popluar number systems.

HEX 49 5B 4E
Decimal 73 91 78
Binary 1001001 1011011 1001110
Octal 111 133 116

Shades and tints

Shades of #495B4E

#495B4E
(73,91,78)
#435347
(67,83,71)
#3D4B40
(61,75,64)
#374339
(55,67,57)
#313B32
(49,59,50)
#2B332B
(43,51,43)
#252B24
(37,43,36)
#1F231D
(31,35,29)
#191B16
(25,27,22)
#13130F
(19,19,15)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #495B4E

#495B4E
(73,91,78)
#59695E
(89,105,94)
#69776E
(105,119,110)
#79857E
(121,133,126)
#89938E
(137,147,142)
#99A19E
(153,161,158)
#A9AFAE
(169,175,174)
#B9BDBE
(185,189,190)
#C9CBCE
(201,203,206)
#D9D9DE
(217,217,222)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495B4E color. Also use rgb(73,91,78) instead hex code.

Text Font Color

.myTextColor { color: #495B4E; }

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

This text font color is #495B4E.

Background Color

.myBgColor { background-color: #495B4E; }

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

This div background color is #495B4E.

Border color

.myBorderColor { border: 1px solid #495B4E; }

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

This div border color is #495B4E.

Opacity

.myOpacity80 { color: #495B4E; opacity: 0.8; }

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

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

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

This text has shadow with #495B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495B4E.

Preview

Color preview on black background

This text has color #495B4E on black background.


Color preview on white background

This text has color #495B4E on white background.


Black color preview on #495B4E background

This text has black color on #495B4E background.


White color preview on #495B4E background

This text has white color on #495B4E background.


Related colors

Complementary color

Complementary color for #hex is #B6A4B1.


I love getcolorcode.com

Triadic colors

1 #4E495B and #5B4E49 with #495B4E are triadic colors.

2 #4E5B49 and #5B494E with #495B4E are triadic colors.