COLOR #452E54

HEX: #452E54
RGB: (69,46,84)

Color info

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

RGB color model

#452E54 color RGB value is (69,46,84).

  • red value is 69;
  • green value is 46;
  • blue value is 84.
RGB:
(69,46,84)
(27%,18%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 46 of 255 = 18%
B 84 of 255 = 33%

69
46
84

R + G + B ~ 26%. #452E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 46 + 84 = 199 (100%)
R 69 of 199 ~ 34.67%
G 46 of 199 ~ 23.12%
B 84 of 199 ~ 42.21%

%34.67
%23.12
%42.21

CMYK color model

#452E54 color CMYK value is (18,45,0,67).

  • cyan value is 17.86%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(18,45,0,67)
C18M45Y0K67 
(18%,45%,0%,67%)
(0.18/0.45/0.00/0.67)	

CMYK percentages

%17.86
%45.24
%0
%67.06

Codes

Color #452E54 in popluar color models

452E54
RGB694684
HSL276°29.23%25.49%
HSB/HSV276°45.24%32.94%
CMYK17.86%45.24%0.00%
67.06%

Color #452E54 in popluar number systems.

HEX452E54
Decimal694684
Binary10001011011101010100
Octal10556124

Shades and tints

Shades of #452E54

#452E54
(69,46,84)
#3F2A4D
(63,42,77)
#392646
(57,38,70)
#33223F
(51,34,63)
#2D1E38
(45,30,56)
#271A31
(39,26,49)
#21162A
(33,22,42)
#1B1223
(27,18,35)
#150E1C
(21,14,28)
#0F0A15
(15,10,21)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #452E54

#452E54
(69,46,84)
#554163
(85,65,99)
#655472
(101,84,114)
#756781
(117,103,129)
#857A90
(133,122,144)
#958D9F
(149,141,159)
#A5A0AE
(165,160,174)
#B5B3BD
(181,179,189)
#C5C6CC
(197,198,204)
#D5D9DB
(213,217,219)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #452E54 color. Also use rgb(69,46,84) instead hex code.

Text Font Color

.myTextColor { color: #452E54; }

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

This text font color is #452E54.


Background Color

.myBgColor { background-color: #452E54; }

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

This div background color is #452E54.


Border color

.myBorderColor { border: 1px solid #452E54; }

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

This div border color is #452E54.


Opacity

.myOpacity80 { color: #452E54; opacity: 0.8; }

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

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

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

This text has shadow with #452E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #452E54 on black background.


Color preview on white background

This text has color #452E54 on white background.



Black color preview on #452E54 background

This text has black color on #452E54 background.


White color preview on #452E54 background

This text has white color on #452E54 background.