COLOR #454C48

HEX: #454C48
RGB: (69,76,72)

Color info

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

RGB color model

#454C48 color RGB value is (69,76,72).

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

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 72 of 255 = 28%

69
76
72

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

Portions of RGB colors in percentages

R + G + B =
69 + 76 + 72 = 217 (100%)
R 69 of 217 ~ 31.8%
G 76 of 217 ~ 35.02%
B 72 of 217 ~ 33.18%

%31.8
%35.02
%33.18

CMYK color model

#454C48 color CMYK value is (9,0,5,70).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(9,0,5,70)
C9M0Y5K70 
(9%,0%,5%,70%)
(0.09/0.00/0.05/0.70)	

CMYK percentages

%9.21
%0
%5.26
%70.2

Codes

Color #454C48 in popluar color models

454C48
RGB697672
HSL146°4.83%28.43%
HSB/HSV146°9.21%29.80%
CMYK9.21%0.00%5.26%
70.20%

Color #454C48 in popluar number systems.

HEX454C48
Decimal697672
Binary100010110011001001000
Octal105114110

Shades and tints

Shades of #454C48

#454C48
(69,76,72)
#3F4642
(63,70,66)
#39403C
(57,64,60)
#333A36
(51,58,54)
#2D3430
(45,52,48)
#272E2A
(39,46,42)
#212824
(33,40,36)
#1B221E
(27,34,30)
#151C18
(21,28,24)
#0F1612
(15,22,18)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #454C48

#454C48
(69,76,72)
#555C58
(85,92,88)
#656C68
(101,108,104)
#757C78
(117,124,120)
#858C88
(133,140,136)
#959C98
(149,156,152)
#A5ACA8
(165,172,168)
#B5BCB8
(181,188,184)
#C5CCC8
(197,204,200)
#D5DCD8
(213,220,216)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454C48; }

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

This text font color is #454C48.


Background Color

.myBgColor { background-color: #454C48; }

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

This div background color is #454C48.


Border color

.myBorderColor { border: 1px solid #454C48; }

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

This div border color is #454C48.


Opacity

.myOpacity80 { color: #454C48; opacity: 0.8; }

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

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

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

This text has shadow with #454C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454C48 on black background.


Color preview on white background

This text has color #454C48 on white background.



Black color preview on #454C48 background

This text has black color on #454C48 background.


White color preview on #454C48 background

This text has white color on #454C48 background.