COLOR #453A7D

HEX: #453A7D
RGB: (69,58,125)

Color info

#453A7D contains mainly red and blue colors. Web safe color of #453A7D is #333366 (or #336).

RGB color model

#453A7D color RGB value is (69,58,125).

  • red value is 69;
  • green value is 58;
  • blue value is 125.
RGB:
(69,58,125)
(27%,23%,49%)

RGB channels and saturation

R 69 of 255 = 27%
G 58 of 255 = 23%
B 125 of 255 = 49%

69
58
125

R + G + B ~ 33%. #453A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 58 + 125 = 252 (100%)
R 69 of 252 ~ 27.38%
G 58 of 252 ~ 23.02%
B 125 of 252 ~ 49.6%

%27.38
%23.02
%49.6

CMYK color model

#453A7D color CMYK value is (45,54,0,51).

  • cyan value is 44.80%
  • magenta value is 53.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(45,54,0,51)
C45M54Y0K51 
(45%,54%,0%,51%)
(0.45/0.54/0.00/0.51)	

CMYK percentages

%44.8
%53.6
%0
%50.98

Codes

Color #453A7D in popluar color models

453A7D
RGB6958125
HSL250°36.61%35.88%
HSB/HSV250°53.60%49.02%
CMYK44.80%53.60%0.00%
50.98%

Color #453A7D in popluar number systems.

HEX453A7D
Decimal6958125
Binary10001011110101111101
Octal10572175

Shades and tints

Shades of #453A7D

#453A7D
(69,58,125)
#3F3572
(63,53,114)
#393067
(57,48,103)
#332B5C
(51,43,92)
#2D2651
(45,38,81)
#272146
(39,33,70)
#211C3B
(33,28,59)
#1B1730
(27,23,48)
#151225
(21,18,37)
#0F0D1A
(15,13,26)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #453A7D

#453A7D
(69,58,125)
#554B88
(85,75,136)
#655C93
(101,92,147)
#756D9E
(117,109,158)
#857EA9
(133,126,169)
#958FB4
(149,143,180)
#A5A0BF
(165,160,191)
#B5B1CA
(181,177,202)
#C5C2D5
(197,194,213)
#D5D3E0
(213,211,224)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453A7D color. Also use rgb(69,58,125) instead hex code.

Text Font Color

.myTextColor { color: #453A7D; }

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

This text font color is #453A7D.


Background Color

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

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

This div background color is #453A7D.


Border color

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

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

This div border color is #453A7D.


Opacity

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

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

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

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

This text has shadow with #453A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453A7D on black background.


Color preview on white background

This text has color #453A7D on white background.



Black color preview on #453A7D background

This text has black color on #453A7D background.


White color preview on #453A7D background

This text has white color on #453A7D background.