COLOR #453E61

HEX: #453E61
RGB: (69,62,97)

Color info

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

RGB color model

#453E61 color RGB value is (69,62,97).

  • red value is 69;
  • green value is 62;
  • blue value is 97.
RGB:
(69,62,97)
(27%,24%,38%)

RGB channels and saturation

R 69 of 255 = 27%
G 62 of 255 = 24%
B 97 of 255 = 38%

69
62
97

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

Portions of RGB colors in percentages

R + G + B =
69 + 62 + 97 = 228 (100%)
R 69 of 228 ~ 30.26%
G 62 of 228 ~ 27.19%
B 97 of 228 ~ 42.54%

%30.26
%27.19
%42.54

CMYK color model

#453E61 color CMYK value is (29,36,0,62).

  • cyan value is 28.87%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(29,36,0,62)
C29M36Y0K62 
(29%,36%,0%,62%)
(0.29/0.36/0.00/0.62)	

CMYK percentages

%28.87
%36.08
%0
%61.96

Codes

Color #453E61 in popluar color models

453E61
RGB696297
HSL252°22.01%31.18%
HSB/HSV252°36.08%38.04%
CMYK28.87%36.08%0.00%
61.96%

Color #453E61 in popluar number systems.

HEX453E61
Decimal696297
Binary10001011111101100001
Octal10576141

Shades and tints

Shades of #453E61

#453E61
(69,62,97)
#3F3959
(63,57,89)
#393451
(57,52,81)
#332F49
(51,47,73)
#2D2A41
(45,42,65)
#272539
(39,37,57)
#212031
(33,32,49)
#1B1B29
(27,27,41)
#151621
(21,22,33)
#0F1119
(15,17,25)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #453E61

#453E61
(69,62,97)
#554F6F
(85,79,111)
#65607D
(101,96,125)
#75718B
(117,113,139)
#858299
(133,130,153)
#9593A7
(149,147,167)
#A5A4B5
(165,164,181)
#B5B5C3
(181,181,195)
#C5C6D1
(197,198,209)
#D5D7DF
(213,215,223)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453E61 color. Also use rgb(69,62,97) instead hex code.

Text Font Color

.myTextColor { color: #453E61; }

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

This text font color is #453E61.


Background Color

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

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

This div background color is #453E61.


Border color

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

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

This div border color is #453E61.


Opacity

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

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

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

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

This text has shadow with #453E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453E61 on black background.


Color preview on white background

This text has color #453E61 on white background.



Black color preview on #453E61 background

This text has black color on #453E61 background.


White color preview on #453E61 background

This text has white color on #453E61 background.