COLOR #49454D

HEX: #49454D
RGB: (73,69,77)

Color info

#49454D contains red, green and blue colors in about the same proportion. Web safe color of #49454D is #333333 (or #333).

RGB color model

#49454D color RGB value is (73,69,77).

  • red value is 73;
  • green value is 69;
  • blue value is 77.
RGB: (73,69,77) (29%,27%,30%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 77 of 255 = 30%

73
69
77

R + G + B ~ 29%. #49454D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 77 = 219 (100%)
R 73 of 219 ~ 33.33%
G 69 of 219 ~ 31.51%
B 77 of 219 ~ 35.16%

%33.33
%31.51
%35.16

CMYK color model

#49454D color CMYK value is (5,10,0,70).

  • cyan value is 5.19%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (5,10,0,70) C5M10Y0K70 (5%,10%,0%,70%) (0.05/0.10/0.00/0.70)

CMYK percentages

%5.19
%10.39
%0
%69.8

Codes

Color #49454D in popluar color models

49454D
RGB736977
HSL270°5.48%28.63%
HSB/HSV270°10.39%30.20%
CMYK5.19%10.39%0.00%
69.80%

Color #49454D in popluar number systems.

HEX49454D
Decimal736977
Binary100100110001011001101
Octal111105115

Shades and tints

Shades of #49454D

#49454D
(73,69,77)
#433F46
(67,63,70)
#3D393F
(61,57,63)
#373338
(55,51,56)
#312D31
(49,45,49)
#2B272A
(43,39,42)
#252123
(37,33,35)
#1F1B1C
(31,27,28)
#191515
(25,21,21)
#130F0E
(19,15,14)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #49454D

#49454D
(73,69,77)
#59555D
(89,85,93)
#69656D
(105,101,109)
#79757D
(121,117,125)
#89858D
(137,133,141)
#99959D
(153,149,157)
#A9A5AD
(169,165,173)
#B9B5BD
(185,181,189)
#C9C5CD
(201,197,205)
#D9D5DD
(217,213,221)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49454D color. Also use rgb(73,69,77) instead hex code.

Text Font Color

.myTextColor { color: #49454D; }

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

This text font color is #49454D.


Background Color

.myBgColor { background-color: #49454D; }

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

This div background color is #49454D.


Border color

.myBorderColor { border: 1px solid #49454D; }

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

This div border color is #49454D.


Opacity

.myOpacity80 { color: #49454D; opacity: 0.8; }

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

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

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

This text has shadow with #49454D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #49454D on black background.


Color preview on white background

This text has color #49454D on white background.



Black color preview on #49454D background

This text has black color on #49454D background.


White color preview on #49454D background

This text has white color on #49454D background.