COLOR #495254

HEX: #495254
RGB: (73,82,84)

Color info

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

RGB color model

#495254 color RGB value is (73,82,84).

  • red value is 73;
  • green value is 82;
  • blue value is 84.
RGB:
(73,82,84)
(29%,32%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 84 of 255 = 33%

73
82
84

R + G + B ~ 31%. #495254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 84 = 239 (100%)
R 73 of 239 ~ 30.54%
G 82 of 239 ~ 34.31%
B 84 of 239 ~ 35.15%

%30.54
%34.31
%35.15

CMYK color model

#495254 color CMYK value is (13,2,0,67).

  • cyan value is 13.10%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(13,2,0,67)
C13M2Y0K67 
(13%,2%,0%,67%)
(0.13/0.02/0.00/0.67)	

CMYK percentages

%13.1
%2.38
%0
%67.06

Codes

Color #495254 in popluar color models

495254
RGB738284
HSL191°7.01%30.78%
HSB/HSV191°13.10%32.94%
CMYK13.10%2.38%0.00%
67.06%

Color #495254 in popluar number systems.

HEX495254
Decimal738284
Binary100100110100101010100
Octal111122124

Shades and tints

Shades of #495254

#495254
(73,82,84)
#434B4D
(67,75,77)
#3D4446
(61,68,70)
#373D3F
(55,61,63)
#313638
(49,54,56)
#2B2F31
(43,47,49)
#25282A
(37,40,42)
#1F2123
(31,33,35)
#191A1C
(25,26,28)
#131315
(19,19,21)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #495254

#495254
(73,82,84)
#596163
(89,97,99)
#697072
(105,112,114)
#797F81
(121,127,129)
#898E90
(137,142,144)
#999D9F
(153,157,159)
#A9ACAE
(169,172,174)
#B9BBBD
(185,187,189)
#C9CACC
(201,202,204)
#D9D9DB
(217,217,219)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495254; }

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

This text font color is #495254.


Background Color

.myBgColor { background-color: #495254; }

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

This div background color is #495254.


Border color

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

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

This div border color is #495254.


Opacity

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

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

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

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

This text has shadow with #495254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495254 on black background.


Color preview on white background

This text has color #495254 on white background.



Black color preview on #495254 background

This text has black color on #495254 background.


White color preview on #495254 background

This text has white color on #495254 background.