COLOR #453F57

HEX: #453F57
RGB: (69,63,87)

Color info

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

RGB color model

#453F57 color RGB value is (69,63,87).

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

RGB channels and saturation

R 69 of 255 = 27%
G 63 of 255 = 25%
B 87 of 255 = 34%

69
63
87

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

Portions of RGB colors in percentages

R + G + B =
69 + 63 + 87 = 219 (100%)
R 69 of 219 ~ 31.51%
G 63 of 219 ~ 28.77%
B 87 of 219 ~ 39.73%

%31.51
%28.77
%39.73

CMYK color model

#453F57 color CMYK value is (21,28,0,66).

  • cyan value is 20.69%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(21,28,0,66)
C21M28Y0K66 
(21%,28%,0%,66%)
(0.21/0.28/0.00/0.66)	

CMYK percentages

%20.69
%27.59
%0
%65.88

Codes

Color #453F57 in popluar color models

453F57
RGB696387
HSL255°16.00%29.41%
HSB/HSV255°27.59%34.12%
CMYK20.69%27.59%0.00%
65.88%

Color #453F57 in popluar number systems.

HEX453F57
Decimal696387
Binary10001011111111010111
Octal10577127

Shades and tints

Shades of #453F57

#453F57
(69,63,87)
#3F3A50
(63,58,80)
#393549
(57,53,73)
#333042
(51,48,66)
#2D2B3B
(45,43,59)
#272634
(39,38,52)
#21212D
(33,33,45)
#1B1C26
(27,28,38)
#15171F
(21,23,31)
#0F1218
(15,18,24)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #453F57

#453F57
(69,63,87)
#555066
(85,80,102)
#656175
(101,97,117)
#757284
(117,114,132)
#858393
(133,131,147)
#9594A2
(149,148,162)
#A5A5B1
(165,165,177)
#B5B6C0
(181,182,192)
#C5C7CF
(197,199,207)
#D5D8DE
(213,216,222)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453F57; }

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

This text font color is #453F57.


Background Color

.myBgColor { background-color: #453F57; }

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

This div background color is #453F57.


Border color

.myBorderColor { border: 1px solid #453F57; }

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

This div border color is #453F57.


Opacity

.myOpacity80 { color: #453F57; opacity: 0.8; }

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

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

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

This text has shadow with #453F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453F57 on black background.


Color preview on white background

This text has color #453F57 on white background.



Black color preview on #453F57 background

This text has black color on #453F57 background.


White color preview on #453F57 background

This text has white color on #453F57 background.