COLOR #453C5D

HEX: #453C5D
RGB: (69,60,93)

Color info

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

RGB color model

#453C5D color RGB value is (69,60,93).

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

RGB channels and saturation

R 69 of 255 = 27%
G 60 of 255 = 24%
B 93 of 255 = 36%

69
60
93

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

Portions of RGB colors in percentages

R + G + B =
69 + 60 + 93 = 222 (100%)
R 69 of 222 ~ 31.08%
G 60 of 222 ~ 27.03%
B 93 of 222 ~ 41.89%

%31.08
%27.03
%41.89

CMYK color model

#453C5D color CMYK value is (26,35,0,64).

  • cyan value is 25.81%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(26,35,0,64)
C26M35Y0K64 
(26%,35%,0%,64%)
(0.26/0.35/0.00/0.64)	

CMYK percentages

%25.81
%35.48
%0
%63.53

Codes

Color #453C5D in popluar color models

453C5D
RGB696093
HSL256°21.57%30.00%
HSB/HSV256°35.48%36.47%
CMYK25.81%35.48%0.00%
63.53%

Color #453C5D in popluar number systems.

HEX453C5D
Decimal696093
Binary10001011111001011101
Octal10574135

Shades and tints

Shades of #453C5D

#453C5D
(69,60,93)
#3F3755
(63,55,85)
#39324D
(57,50,77)
#332D45
(51,45,69)
#2D283D
(45,40,61)
#272335
(39,35,53)
#211E2D
(33,30,45)
#1B1925
(27,25,37)
#15141D
(21,20,29)
#0F0F15
(15,15,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #453C5D

#453C5D
(69,60,93)
#554D6B
(85,77,107)
#655E79
(101,94,121)
#756F87
(117,111,135)
#858095
(133,128,149)
#9591A3
(149,145,163)
#A5A2B1
(165,162,177)
#B5B3BF
(181,179,191)
#C5C4CD
(197,196,205)
#D5D5DB
(213,213,219)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453C5D; }

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

This text font color is #453C5D.


Background Color

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

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

This div background color is #453C5D.


Border color

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

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

This div border color is #453C5D.


Opacity

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

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

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

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

This text has shadow with #453C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453C5D on black background.


Color preview on white background

This text has color #453C5D on white background.



Black color preview on #453C5D background

This text has black color on #453C5D background.


White color preview on #453C5D background

This text has white color on #453C5D background.