COLOR #455259

HEX: #455259
RGB: (69,82,89)

Color info

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

RGB color model

#455259 color RGB value is (69,82,89).

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

RGB channels and saturation

R 69 of 255 = 27%
G 82 of 255 = 32%
B 89 of 255 = 35%

69
82
89

R + G + B ~ 31%. #455259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 82 + 89 = 240 (100%)
R 69 of 240 ~ 28.75%
G 82 of 240 ~ 34.17%
B 89 of 240 ~ 37.08%

%28.75
%34.17
%37.08

CMYK color model

#455259 color CMYK value is (22,8,0,65).

  • cyan value is 22.47%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(22,8,0,65)
C22M8Y0K65 
(22%,8%,0%,65%)
(0.22/0.08/0.00/0.65)	

CMYK percentages

%22.47
%7.87
%0
%65.1

Codes

Color #455259 in popluar color models

455259
RGB698289
HSL201°12.66%30.98%
HSB/HSV201°22.47%34.90%
CMYK22.47%7.87%0.00%
65.10%

Color #455259 in popluar number systems.

HEX455259
Decimal698289
Binary100010110100101011001
Octal105122131

Shades and tints

Shades of #455259

#455259
(69,82,89)
#3F4B51
(63,75,81)
#394449
(57,68,73)
#333D41
(51,61,65)
#2D3639
(45,54,57)
#272F31
(39,47,49)
#212829
(33,40,41)
#1B2121
(27,33,33)
#151A19
(21,26,25)
#0F1311
(15,19,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #455259

#455259
(69,82,89)
#556168
(85,97,104)
#657077
(101,112,119)
#757F86
(117,127,134)
#858E95
(133,142,149)
#959DA4
(149,157,164)
#A5ACB3
(165,172,179)
#B5BBC2
(181,187,194)
#C5CAD1
(197,202,209)
#D5D9E0
(213,217,224)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455259; }

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

This text font color is #455259.


Background Color

.myBgColor { background-color: #455259; }

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

This div background color is #455259.


Border color

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

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

This div border color is #455259.


Opacity

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

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

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

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

This text has shadow with #455259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455259 on black background.


Color preview on white background

This text has color #455259 on white background.



Black color preview on #455259 background

This text has black color on #455259 background.


White color preview on #455259 background

This text has white color on #455259 background.