COLOR #454A4D

HEX: #454A4D
RGB: (69,74,77)

Color info

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

RGB color model

#454A4D color RGB value is (69,74,77).

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

RGB channels and saturation

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

69
74
77

R + G + B ~ 29%. #454A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 77 = 220 (100%)
R 69 of 220 ~ 31.36%
G 74 of 220 ~ 33.64%
B 77 of 220 ~ 35%

%31.36
%33.64
%35

CMYK color model

#454A4D color CMYK value is (10,4,0,70).

  • cyan value is 10.39%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(10,4,0,70)
C10M4Y0K70 
(10%,4%,0%,70%)
(0.10/0.04/0.00/0.70)	

CMYK percentages

%10.39
%3.9
%0
%69.8

Codes

Color #454A4D in popluar color models

454A4D
RGB697477
HSL203°5.48%28.63%
HSB/HSV203°10.39%30.20%
CMYK10.39%3.90%0.00%
69.80%

Color #454A4D in popluar number systems.

HEX454A4D
Decimal697477
Binary100010110010101001101
Octal105112115

Shades and tints

Shades of #454A4D

#454A4D
(69,74,77)
#3F4446
(63,68,70)
#393E3F
(57,62,63)
#333838
(51,56,56)
#2D3231
(45,50,49)
#272C2A
(39,44,42)
#212623
(33,38,35)
#1B201C
(27,32,28)
#151A15
(21,26,21)
#0F140E
(15,20,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #454A4D

#454A4D
(69,74,77)
#555A5D
(85,90,93)
#656A6D
(101,106,109)
#757A7D
(117,122,125)
#858A8D
(133,138,141)
#959A9D
(149,154,157)
#A5AAAD
(165,170,173)
#B5BABD
(181,186,189)
#C5CACD
(197,202,205)
#D5DADD
(213,218,221)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454A4D color. Also use rgb(69,74,77) instead hex code.

Text Font Color

.myTextColor { color: #454A4D; }

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

This text font color is #454A4D.


Background Color

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

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

This div background color is #454A4D.


Border color

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

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

This div border color is #454A4D.


Opacity

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

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

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

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

This text has shadow with #454A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454A4D on black background.


Color preview on white background

This text has color #454A4D on white background.



Black color preview on #454A4D background

This text has black color on #454A4D background.


White color preview on #454A4D background

This text has white color on #454A4D background.