COLOR #454249

HEX: #454249
RGB: (69,66,73)

Color info

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

RGB color model

#454249 color RGB value is (69,66,73).

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

RGB channels and saturation

R 69 of 255 = 27%
G 66 of 255 = 26%
B 73 of 255 = 29%

69
66
73

R + G + B ~ 27%. #454249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 66 + 73 = 208 (100%)
R 69 of 208 ~ 33.17%
G 66 of 208 ~ 31.73%
B 73 of 208 ~ 35.1%

%33.17
%31.73
%35.1

CMYK color model

#454249 color CMYK value is (5,10,0,71).

  • cyan value is 5.48%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(5,10,0,71)
C5M10Y0K71 
(5%,10%,0%,71%)
(0.05/0.10/0.00/0.71)	

CMYK percentages

%5.48
%9.59
%0
%71.37

Codes

Color #454249 in popluar color models

454249
RGB696673
HSL266°5.04%27.25%
HSB/HSV266°9.59%28.63%
CMYK5.48%9.59%0.00%
71.37%

Color #454249 in popluar number systems.

HEX454249
Decimal696673
Binary100010110000101001001
Octal105102111

Shades and tints

Shades of #454249

#454249
(69,66,73)
#3F3C43
(63,60,67)
#39363D
(57,54,61)
#333037
(51,48,55)
#2D2A31
(45,42,49)
#27242B
(39,36,43)
#211E25
(33,30,37)
#1B181F
(27,24,31)
#151219
(21,18,25)
#0F0C13
(15,12,19)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #454249

#454249
(69,66,73)
#555359
(85,83,89)
#656469
(101,100,105)
#757579
(117,117,121)
#858689
(133,134,137)
#959799
(149,151,153)
#A5A8A9
(165,168,169)
#B5B9B9
(181,185,185)
#C5CAC9
(197,202,201)
#D5DBD9
(213,219,217)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454249; }

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

This text font color is #454249.


Background Color

.myBgColor { background-color: #454249; }

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

This div background color is #454249.


Border color

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

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

This div border color is #454249.


Opacity

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

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

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

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

This text has shadow with #454249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454249 on black background.


Color preview on white background

This text has color #454249 on white background.



Black color preview on #454249 background

This text has black color on #454249 background.


White color preview on #454249 background

This text has white color on #454249 background.