COLOR #455271

HEX: #455271
RGB: (69,82,113)

Color info

#455271 contains red, green and blue colors in about the same proportion. Web safe color of #455271 is #336666 (or #366).

RGB color model

#455271 color RGB value is (69,82,113).

  • red value is 69;
  • green value is 82;
  • blue value is 113.
RGB:
(69,82,113)
(27%,32%,44%)

RGB channels and saturation

R 69 of 255 = 27%
G 82 of 255 = 32%
B 113 of 255 = 44%

69
82
113

R + G + B ~ 34%. #455271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 82 + 113 = 264 (100%)
R 69 of 264 ~ 26.14%
G 82 of 264 ~ 31.06%
B 113 of 264 ~ 42.8%

%26.14
%31.06
%42.8

CMYK color model

#455271 color CMYK value is (39,27,0,56).

  • cyan value is 38.94%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(39,27,0,56)
C39M27Y0K56 
(39%,27%,0%,56%)
(0.39/0.27/0.00/0.56)	

CMYK percentages

%38.94
%27.43
%0
%55.69

Codes

Color #455271 in popluar color models

455271
RGB6982113
HSL222°24.18%35.69%
HSB/HSV222°38.94%44.31%
CMYK38.94%27.43%0.00%
55.69%

Color #455271 in popluar number systems.

HEX455271
Decimal6982113
Binary100010110100101110001
Octal105122161

Shades and tints

Shades of #455271

#455271
(69,82,113)
#3F4B67
(63,75,103)
#39445D
(57,68,93)
#333D53
(51,61,83)
#2D3649
(45,54,73)
#272F3F
(39,47,63)
#212835
(33,40,53)
#1B212B
(27,33,43)
#151A21
(21,26,33)
#0F1317
(15,19,23)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #455271

#455271
(69,82,113)
#55617D
(85,97,125)
#657089
(101,112,137)
#757F95
(117,127,149)
#858EA1
(133,142,161)
#959DAD
(149,157,173)
#A5ACB9
(165,172,185)
#B5BBC5
(181,187,197)
#C5CAD1
(197,202,209)
#D5D9DD
(213,217,221)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455271 color. Also use rgb(69,82,113) instead hex code.

Text Font Color

.myTextColor { color: #455271; }

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

This text font color is #455271.


Background Color

.myBgColor { background-color: #455271; }

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

This div background color is #455271.


Border color

.myBorderColor { border: 1px solid #455271; }

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

This div border color is #455271.


Opacity

.myOpacity80 { color: #455271; opacity: 0.8; }

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

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

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

This text has shadow with #455271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455271 on black background.


Color preview on white background

This text has color #455271 on white background.



Black color preview on #455271 background

This text has black color on #455271 background.


White color preview on #455271 background

This text has white color on #455271 background.