COLOR #453A61

HEX: #453A61
RGB: (69,58,97)

Color info

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

RGB color model

#453A61 color RGB value is (69,58,97).

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

RGB channels and saturation

R 69 of 255 = 27%
G 58 of 255 = 23%
B 97 of 255 = 38%

69
58
97

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

Portions of RGB colors in percentages

R + G + B =
69 + 58 + 97 = 224 (100%)
R 69 of 224 ~ 30.8%
G 58 of 224 ~ 25.89%
B 97 of 224 ~ 43.3%

%30.8
%25.89
%43.3

CMYK color model

#453A61 color CMYK value is (29,40,0,62).

  • cyan value is 28.87%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(29,40,0,62)
C29M40Y0K62 
(29%,40%,0%,62%)
(0.29/0.40/0.00/0.62)	

CMYK percentages

%28.87
%40.21
%0
%61.96

Codes

Color #453A61 in popluar color models

453A61
RGB695897
HSL257°25.16%30.39%
HSB/HSV257°40.21%38.04%
CMYK28.87%40.21%0.00%
61.96%

Color #453A61 in popluar number systems.

HEX453A61
Decimal695897
Binary10001011110101100001
Octal10572141

Shades and tints

Shades of #453A61

#453A61
(69,58,97)
#3F3559
(63,53,89)
#393051
(57,48,81)
#332B49
(51,43,73)
#2D2641
(45,38,65)
#272139
(39,33,57)
#211C31
(33,28,49)
#1B1729
(27,23,41)
#151221
(21,18,33)
#0F0D19
(15,13,25)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #453A61

#453A61
(69,58,97)
#554B6F
(85,75,111)
#655C7D
(101,92,125)
#756D8B
(117,109,139)
#857E99
(133,126,153)
#958FA7
(149,143,167)
#A5A0B5
(165,160,181)
#B5B1C3
(181,177,195)
#C5C2D1
(197,194,209)
#D5D3DF
(213,211,223)
#E5E4ED
(229,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453A61; }

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

This text font color is #453A61.


Background Color

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

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

This div background color is #453A61.


Border color

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

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

This div border color is #453A61.


Opacity

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

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

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

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

This text has shadow with #453A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453A61 on black background.


Color preview on white background

This text has color #453A61 on white background.



Black color preview on #453A61 background

This text has black color on #453A61 background.


White color preview on #453A61 background

This text has white color on #453A61 background.