COLOR #495354

HEX: #495354
RGB: (73,83,84)

Color info

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

RGB color model

#495354 color RGB value is (73,83,84).

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

RGB channels and saturation

R 73 of 255 = 29%
G 83 of 255 = 33%
B 84 of 255 = 33%

73
83
84

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

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 84 = 240 (100%)
R 73 of 240 ~ 30.42%
G 83 of 240 ~ 34.58%
B 84 of 240 ~ 35%

%30.42
%34.58
%35

CMYK color model

#495354 color CMYK value is (13,1,0,67).

  • cyan value is 13.10%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(13,1,0,67)
C13M1Y0K67 
(13%,1%,0%,67%)
(0.13/0.01/0.00/0.67)	

CMYK percentages

%13.1
%1.19
%0
%67.06

Codes

Color #495354 in popluar color models

495354
RGB738384
HSL185°7.01%30.78%
HSB/HSV185°13.10%32.94%
CMYK13.10%1.19%0.00%
67.06%

Color #495354 in popluar number systems.

HEX495354
Decimal738384
Binary100100110100111010100
Octal111123124

Shades and tints

Shades of #495354

#495354
(73,83,84)
#434C4D
(67,76,77)
#3D4546
(61,69,70)
#373E3F
(55,62,63)
#313738
(49,55,56)
#2B3031
(43,48,49)
#25292A
(37,41,42)
#1F2223
(31,34,35)
#191B1C
(25,27,28)
#131415
(19,20,21)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #495354

#495354
(73,83,84)
#596263
(89,98,99)
#697172
(105,113,114)
#798081
(121,128,129)
#898F90
(137,143,144)
#999E9F
(153,158,159)
#A9ADAE
(169,173,174)
#B9BCBD
(185,188,189)
#C9CBCC
(201,203,204)
#D9DADB
(217,218,219)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495354; }

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

This text font color is #495354.


Background Color

.myBgColor { background-color: #495354; }

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

This div background color is #495354.


Border color

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

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

This div border color is #495354.


Opacity

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

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

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

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

This text has shadow with #495354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495354 on black background.


Color preview on white background

This text has color #495354 on white background.



Black color preview on #495354 background

This text has black color on #495354 background.


White color preview on #495354 background

This text has white color on #495354 background.