COLOR #495F53

HEX: #495F53 RGB: (73,95,83)

Color info

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

RGB color model

#495F53 color RGB value is (73,95,83).

RGB: (73,95,83) (29%, 37%, 33%)

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 83 of 255 = 33%

73
95
83

R + G + B ~ 33%. #495F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 95 + 83 = 251 (100%)
R 73 of 251 ~ 29.08%
G 95 of 251 ~ 37.85%
B 83 of 251 ~ 33.07'%

%29.08
%37.85
%33.07

CMYK color model

#495F53 color CMYK value is (23,0,13,63).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 62.75%

CMYK: (23,0,13,63)
C23M0Y13K63 (23%, 0%, 13%, 63%)
(0.23 / 0.00 / 0.13 / 0.63)

CMYK percentages

%23.16
%0
%12.63
%62.75

Codes

Color #495F53 in popluar color models

49 5F 53
RGB 73 95 83
HSL 147° 13.10% 32.94%
HSB/HSV 147° 23.16% 37.25%
CMYK 23.16% 0.00% 12.63%
62.75%

Color #495F53 in popluar number systems.

HEX 49 5F 53
Decimal 73 95 83
Binary 1001001 1011111 1010011
Octal 111 137 123

Shades and tints

Shades of #495F53

#495F53
(73,95,83)
#43574C
(67,87,76)
#3D4F45
(61,79,69)
#37473E
(55,71,62)
#313F37
(49,63,55)
#2B3730
(43,55,48)
#252F29
(37,47,41)
#1F2722
(31,39,34)
#191F1B
(25,31,27)
#131714
(19,23,20)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #495F53

#495F53
(73,95,83)
#596D62
(89,109,98)
#697B71
(105,123,113)
#798980
(121,137,128)
#89978F
(137,151,143)
#99A59E
(153,165,158)
#A9B3AD
(169,179,173)
#B9C1BC
(185,193,188)
#C9CFCB
(201,207,203)
#D9DDDA
(217,221,218)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495F53 color. Also use rgb(73,95,83) instead hex code.

Text Font Color

.myTextColor { color: #495F53; }

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

This text font color is #495F53.

Background Color

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

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

This div background color is #495F53.

Border color

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

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

This div border color is #495F53.

Opacity

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

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

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

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

This text has shadow with #495F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495F53.

Preview

Color preview on black background

This text has color #495F53 on black background.


Color preview on white background

This text has color #495F53 on white background.


Black color preview on #495F53 background

This text has black color on #495F53 background.


White color preview on #495F53 background

This text has white color on #495F53 background.


Related colors

Complementary color

Complementary color for #hex is #B6A0AC.


I love getcolorcode.com

Triadic colors

1 #53495F and #5F5349 with #495F53 are triadic colors.

2 #535F49 and #5F4953 with #495F53 are triadic colors.