COLOR #495454

HEX: #495454
RGB: (73,84,84)

Color info

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

RGB color model

#495454 color RGB value is (73,84,84).

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

RGB channels and saturation

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

73
84
84

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

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 84 = 241 (100%)
R 73 of 241 ~ 30.29%
G 84 of 241 ~ 34.85%
B 84 of 241 ~ 34.85%

%30.29
%34.85
%34.85

CMYK color model

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

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

CMYK percentages

%13.1
%0
%0
%67.06

Codes

Color #495454 in popluar color models

495454
RGB738484
HSL180°7.01%30.78%
HSB/HSV180°13.10%32.94%
CMYK13.10%0.00%0.00%
67.06%

Color #495454 in popluar number systems.

HEX495454
Decimal738484
Binary100100110101001010100
Octal111124124

Shades and tints

Shades of #495454

#495454
(73,84,84)
#434D4D
(67,77,77)
#3D4646
(61,70,70)
#373F3F
(55,63,63)
#313838
(49,56,56)
#2B3131
(43,49,49)
#252A2A
(37,42,42)
#1F2323
(31,35,35)
#191C1C
(25,28,28)
#131515
(19,21,21)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #495454

#495454
(73,84,84)
#596363
(89,99,99)
#697272
(105,114,114)
#798181
(121,129,129)
#899090
(137,144,144)
#999F9F
(153,159,159)
#A9AEAE
(169,174,174)
#B9BDBD
(185,189,189)
#C9CCCC
(201,204,204)
#D9DBDB
(217,219,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495454; }

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

This text font color is #495454.


Background Color

.myBgColor { background-color: #495454; }

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

This div background color is #495454.


Border color

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

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

This div border color is #495454.


Opacity

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

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

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

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

This text has shadow with #495454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495454 on black background.


Color preview on white background

This text has color #495454 on white background.



Black color preview on #495454 background

This text has black color on #495454 background.


White color preview on #495454 background

This text has white color on #495454 background.