COLOR #454849

HEX: #454849
RGB: (69,72,73)

Color info

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

RGB color model

#454849 color RGB value is (69,72,73).

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

RGB channels and saturation

R 69 of 255 = 27%
G 72 of 255 = 28%
B 73 of 255 = 29%

69
72
73

R + G + B ~ 28%. #454849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 72 + 73 = 214 (100%)
R 69 of 214 ~ 32.24%
G 72 of 214 ~ 33.64%
B 73 of 214 ~ 34.11%

%32.24
%33.64
%34.11

CMYK color model

#454849 color CMYK value is (5,1,0,71).

  • cyan value is 5.48%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(5,1,0,71)
C5M1Y0K71 
(5%,1%,0%,71%)
(0.05/0.01/0.00/0.71)	

CMYK percentages

%5.48
%1.37
%0
%71.37

Codes

Color #454849 in popluar color models

454849
RGB697273
HSL195°2.82%27.84%
HSB/HSV195°5.48%28.63%
CMYK5.48%1.37%0.00%
71.37%

Color #454849 in popluar number systems.

HEX454849
Decimal697273
Binary100010110010001001001
Octal105110111

Shades and tints

Shades of #454849

#454849
(69,72,73)
#3F4243
(63,66,67)
#393C3D
(57,60,61)
#333637
(51,54,55)
#2D3031
(45,48,49)
#272A2B
(39,42,43)
#212425
(33,36,37)
#1B1E1F
(27,30,31)
#151819
(21,24,25)
#0F1213
(15,18,19)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #454849

#454849
(69,72,73)
#555859
(85,88,89)
#656869
(101,104,105)
#757879
(117,120,121)
#858889
(133,136,137)
#959899
(149,152,153)
#A5A8A9
(165,168,169)
#B5B8B9
(181,184,185)
#C5C8C9
(197,200,201)
#D5D8D9
(213,216,217)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454849; }

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

This text font color is #454849.


Background Color

.myBgColor { background-color: #454849; }

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

This div background color is #454849.


Border color

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

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

This div border color is #454849.


Opacity

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

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

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

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

This text has shadow with #454849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454849 on black background.


Color preview on white background

This text has color #454849 on white background.



Black color preview on #454849 background

This text has black color on #454849 background.


White color preview on #454849 background

This text has white color on #454849 background.