COLOR #453B71

HEX: #453B71
RGB: (69,59,113)

Color info

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

RGB color model

#453B71 color RGB value is (69,59,113).

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

RGB channels and saturation

R 69 of 255 = 27%
G 59 of 255 = 23%
B 113 of 255 = 44%

69
59
113

R + G + B ~ 31%. #453B71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 59 + 113 = 241 (100%)
R 69 of 241 ~ 28.63%
G 59 of 241 ~ 24.48%
B 113 of 241 ~ 46.89%

%28.63
%24.48
%46.89

CMYK color model

#453B71 color CMYK value is (39,48,0,56).

  • cyan value is 38.94%
  • magenta value is 47.79%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(39,48,0,56)
C39M48Y0K56 
(39%,48%,0%,56%)
(0.39/0.48/0.00/0.56)	

CMYK percentages

%38.94
%47.79
%0
%55.69

Codes

Color #453B71 in popluar color models

453B71
RGB6959113
HSL251°31.40%33.73%
HSB/HSV251°47.79%44.31%
CMYK38.94%47.79%0.00%
55.69%

Color #453B71 in popluar number systems.

HEX453B71
Decimal6959113
Binary10001011110111110001
Octal10573161

Shades and tints

Shades of #453B71

#453B71
(69,59,113)
#3F3667
(63,54,103)
#39315D
(57,49,93)
#332C53
(51,44,83)
#2D2749
(45,39,73)
#27223F
(39,34,63)
#211D35
(33,29,53)
#1B182B
(27,24,43)
#151321
(21,19,33)
#0F0E17
(15,14,23)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #453B71

#453B71
(69,59,113)
#554C7D
(85,76,125)
#655D89
(101,93,137)
#756E95
(117,110,149)
#857FA1
(133,127,161)
#9590AD
(149,144,173)
#A5A1B9
(165,161,185)
#B5B2C5
(181,178,197)
#C5C3D1
(197,195,209)
#D5D4DD
(213,212,221)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453B71; }

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

This text font color is #453B71.


Background Color

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

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

This div background color is #453B71.


Border color

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

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

This div border color is #453B71.


Opacity

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

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

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

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

This text has shadow with #453B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453B71 on black background.


Color preview on white background

This text has color #453B71 on white background.



Black color preview on #453B71 background

This text has black color on #453B71 background.


White color preview on #453B71 background

This text has white color on #453B71 background.