COLOR #453B69

HEX: #453B69
RGB: (69,59,105)

Color info

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

RGB color model

#453B69 color RGB value is (69,59,105).

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

RGB channels and saturation

R 69 of 255 = 27%
G 59 of 255 = 23%
B 105 of 255 = 41%

69
59
105

R + G + B ~ 30%. #453B69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 59 + 105 = 233 (100%)
R 69 of 233 ~ 29.61%
G 59 of 233 ~ 25.32%
B 105 of 233 ~ 45.06%

%29.61
%25.32
%45.06

CMYK color model

#453B69 color CMYK value is (34,44,0,59).

  • cyan value is 34.29%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(34,44,0,59)
C34M44Y0K59 
(34%,44%,0%,59%)
(0.34/0.44/0.00/0.59)	

CMYK percentages

%34.29
%43.81
%0
%58.82

Codes

Color #453B69 in popluar color models

453B69
RGB6959105
HSL253°28.05%32.16%
HSB/HSV253°43.81%41.18%
CMYK34.29%43.81%0.00%
58.82%

Color #453B69 in popluar number systems.

HEX453B69
Decimal6959105
Binary10001011110111101001
Octal10573151

Shades and tints

Shades of #453B69

#453B69
(69,59,105)
#3F3660
(63,54,96)
#393157
(57,49,87)
#332C4E
(51,44,78)
#2D2745
(45,39,69)
#27223C
(39,34,60)
#211D33
(33,29,51)
#1B182A
(27,24,42)
#151321
(21,19,33)
#0F0E18
(15,14,24)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #453B69

#453B69
(69,59,105)
#554C76
(85,76,118)
#655D83
(101,93,131)
#756E90
(117,110,144)
#857F9D
(133,127,157)
#9590AA
(149,144,170)
#A5A1B7
(165,161,183)
#B5B2C4
(181,178,196)
#C5C3D1
(197,195,209)
#D5D4DE
(213,212,222)
#E5E5EB
(229,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453B69; }

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

This text font color is #453B69.


Background Color

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

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

This div background color is #453B69.


Border color

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

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

This div border color is #453B69.


Opacity

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

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

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

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

This text has shadow with #453B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453B69 on black background.


Color preview on white background

This text has color #453B69 on white background.



Black color preview on #453B69 background

This text has black color on #453B69 background.


White color preview on #453B69 background

This text has white color on #453B69 background.