COLOR #453D55

HEX: #453D55
RGB: (69,61,85)

Color info

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

RGB color model

#453D55 color RGB value is (69,61,85).

  • red value is 69;
  • green value is 61;
  • blue value is 85.
RGB:
(69,61,85)
(27%,24%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 61 of 255 = 24%
B 85 of 255 = 33%

69
61
85

R + G + B ~ 28%. #453D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 61 + 85 = 215 (100%)
R 69 of 215 ~ 32.09%
G 61 of 215 ~ 28.37%
B 85 of 215 ~ 39.53%

%32.09
%28.37
%39.53

CMYK color model

#453D55 color CMYK value is (19,28,0,67).

  • cyan value is 18.82%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(19,28,0,67)
C19M28Y0K67 
(19%,28%,0%,67%)
(0.19/0.28/0.00/0.67)	

CMYK percentages

%18.82
%28.24
%0
%66.67

Codes

Color #453D55 in popluar color models

453D55
RGB696185
HSL260°16.44%28.63%
HSB/HSV260°28.24%33.33%
CMYK18.82%28.24%0.00%
66.67%

Color #453D55 in popluar number systems.

HEX453D55
Decimal696185
Binary10001011111011010101
Octal10575125

Shades and tints

Shades of #453D55

#453D55
(69,61,85)
#3F384E
(63,56,78)
#393347
(57,51,71)
#332E40
(51,46,64)
#2D2939
(45,41,57)
#272432
(39,36,50)
#211F2B
(33,31,43)
#1B1A24
(27,26,36)
#15151D
(21,21,29)
#0F1016
(15,16,22)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #453D55

#453D55
(69,61,85)
#554E64
(85,78,100)
#655F73
(101,95,115)
#757082
(117,112,130)
#858191
(133,129,145)
#9592A0
(149,146,160)
#A5A3AF
(165,163,175)
#B5B4BE
(181,180,190)
#C5C5CD
(197,197,205)
#D5D6DC
(213,214,220)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453D55 color. Also use rgb(69,61,85) instead hex code.

Text Font Color

.myTextColor { color: #453D55; }

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

This text font color is #453D55.


Background Color

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

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

This div background color is #453D55.


Border color

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

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

This div border color is #453D55.


Opacity

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

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

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

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

This text has shadow with #453D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453D55 on black background.


Color preview on white background

This text has color #453D55 on white background.



Black color preview on #453D55 background

This text has black color on #453D55 background.


White color preview on #453D55 background

This text has white color on #453D55 background.