COLOR #453B7B

HEX: #453B7B
RGB: (69,59,123)

Color info

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

RGB color model

#453B7B color RGB value is (69,59,123).

  • red value is 69;
  • green value is 59;
  • blue value is 123.
RGB:
(69,59,123)
(27%,23%,48%)

RGB channels and saturation

R 69 of 255 = 27%
G 59 of 255 = 23%
B 123 of 255 = 48%

69
59
123

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

Portions of RGB colors in percentages

R + G + B =
69 + 59 + 123 = 251 (100%)
R 69 of 251 ~ 27.49%
G 59 of 251 ~ 23.51%
B 123 of 251 ~ 49%

%27.49
%23.51
%49

CMYK color model

#453B7B color CMYK value is (44,52,0,52).

  • cyan value is 43.90%
  • magenta value is 52.03%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(44,52,0,52)
C44M52Y0K52 
(44%,52%,0%,52%)
(0.44/0.52/0.00/0.52)	

CMYK percentages

%43.9
%52.03
%0
%51.76

Codes

Color #453B7B in popluar color models

453B7B
RGB6959123
HSL249°35.16%35.69%
HSB/HSV249°52.03%48.24%
CMYK43.90%52.03%0.00%
51.76%

Color #453B7B in popluar number systems.

HEX453B7B
Decimal6959123
Binary10001011110111111011
Octal10573173

Shades and tints

Shades of #453B7B

#453B7B
(69,59,123)
#3F3670
(63,54,112)
#393165
(57,49,101)
#332C5A
(51,44,90)
#2D274F
(45,39,79)
#272244
(39,34,68)
#211D39
(33,29,57)
#1B182E
(27,24,46)
#151323
(21,19,35)
#0F0E18
(15,14,24)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #453B7B

#453B7B
(69,59,123)
#554C87
(85,76,135)
#655D93
(101,93,147)
#756E9F
(117,110,159)
#857FAB
(133,127,171)
#9590B7
(149,144,183)
#A5A1C3
(165,161,195)
#B5B2CF
(181,178,207)
#C5C3DB
(197,195,219)
#D5D4E7
(213,212,231)
#E5E5F3
(229,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453B7B color. Also use rgb(69,59,123) instead hex code.

Text Font Color

.myTextColor { color: #453B7B; }

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

This text font color is #453B7B.


Background Color

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

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

This div background color is #453B7B.


Border color

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

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

This div border color is #453B7B.


Opacity

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

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

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

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

This text has shadow with #453B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453B7B on black background.


Color preview on white background

This text has color #453B7B on white background.



Black color preview on #453B7B background

This text has black color on #453B7B background.


White color preview on #453B7B background

This text has white color on #453B7B background.