COLOR #453B5D

HEX: #453B5D
RGB: (69,59,93)

Color info

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

RGB color model

#453B5D color RGB value is (69,59,93).

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

RGB channels and saturation

R 69 of 255 = 27%
G 59 of 255 = 23%
B 93 of 255 = 36%

69
59
93

R + G + B ~ 29%. #453B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 59 + 93 = 221 (100%)
R 69 of 221 ~ 31.22%
G 59 of 221 ~ 26.7%
B 93 of 221 ~ 42.08%

%31.22
%26.7
%42.08

CMYK color model

#453B5D color CMYK value is (26,37,0,64).

  • cyan value is 25.81%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(26,37,0,64)
C26M37Y0K64 
(26%,37%,0%,64%)
(0.26/0.37/0.00/0.64)	

CMYK percentages

%25.81
%36.56
%0
%63.53

Codes

Color #453B5D in popluar color models

453B5D
RGB695993
HSL258°22.37%29.80%
HSB/HSV258°36.56%36.47%
CMYK25.81%36.56%0.00%
63.53%

Color #453B5D in popluar number systems.

HEX453B5D
Decimal695993
Binary10001011110111011101
Octal10573135

Shades and tints

Shades of #453B5D

#453B5D
(69,59,93)
#3F3655
(63,54,85)
#39314D
(57,49,77)
#332C45
(51,44,69)
#2D273D
(45,39,61)
#272235
(39,34,53)
#211D2D
(33,29,45)
#1B1825
(27,24,37)
#15131D
(21,19,29)
#0F0E15
(15,14,21)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #453B5D

#453B5D
(69,59,93)
#554C6B
(85,76,107)
#655D79
(101,93,121)
#756E87
(117,110,135)
#857F95
(133,127,149)
#9590A3
(149,144,163)
#A5A1B1
(165,161,177)
#B5B2BF
(181,178,191)
#C5C3CD
(197,195,205)
#D5D4DB
(213,212,219)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453B5D; }

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

This text font color is #453B5D.


Background Color

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

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

This div background color is #453B5D.


Border color

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

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

This div border color is #453B5D.


Opacity

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

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

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

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

This text has shadow with #453B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453B5D on black background.


Color preview on white background

This text has color #453B5D on white background.



Black color preview on #453B5D background

This text has black color on #453B5D background.


White color preview on #453B5D background

This text has white color on #453B5D background.