COLOR #454457

HEX: #454457
RGB: (69,68,87)

Color info

#454457 contains red, green and blue colors in about the same proportion. Web safe color of #454457 is #333366 (or #336).

RGB color model

#454457 color RGB value is (69,68,87).

  • red value is 69;
  • green value is 68;
  • blue value is 87.
RGB:
(69,68,87)
(27%,27%,34%)

RGB channels and saturation

R 69 of 255 = 27%
G 68 of 255 = 27%
B 87 of 255 = 34%

69
68
87

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

Portions of RGB colors in percentages

R + G + B =
69 + 68 + 87 = 224 (100%)
R 69 of 224 ~ 30.8%
G 68 of 224 ~ 30.36%
B 87 of 224 ~ 38.84%

%30.8
%30.36
%38.84

CMYK color model

#454457 color CMYK value is (21,22,0,66).

  • cyan value is 20.69%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(21,22,0,66)
C21M22Y0K66 
(21%,22%,0%,66%)
(0.21/0.22/0.00/0.66)	

CMYK percentages

%20.69
%21.84
%0
%65.88

Codes

Color #454457 in popluar color models

454457
RGB696887
HSL243°12.26%30.39%
HSB/HSV243°21.84%34.12%
CMYK20.69%21.84%0.00%
65.88%

Color #454457 in popluar number systems.

HEX454457
Decimal696887
Binary100010110001001010111
Octal105104127

Shades and tints

Shades of #454457

#454457
(69,68,87)
#3F3E50
(63,62,80)
#393849
(57,56,73)
#333242
(51,50,66)
#2D2C3B
(45,44,59)
#272634
(39,38,52)
#21202D
(33,32,45)
#1B1A26
(27,26,38)
#15141F
(21,20,31)
#0F0E18
(15,14,24)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #454457

#454457
(69,68,87)
#555566
(85,85,102)
#656675
(101,102,117)
#757784
(117,119,132)
#858893
(133,136,147)
#9599A2
(149,153,162)
#A5AAB1
(165,170,177)
#B5BBC0
(181,187,192)
#C5CCCF
(197,204,207)
#D5DDDE
(213,221,222)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454457 color. Also use rgb(69,68,87) instead hex code.

Text Font Color

.myTextColor { color: #454457; }

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

This text font color is #454457.


Background Color

.myBgColor { background-color: #454457; }

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

This div background color is #454457.


Border color

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

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

This div border color is #454457.


Opacity

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

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

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

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

This text has shadow with #454457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454457 on black background.


Color preview on white background

This text has color #454457 on white background.



Black color preview on #454457 background

This text has black color on #454457 background.


White color preview on #454457 background

This text has white color on #454457 background.