COLOR #455362

HEX: #455362
RGB: (69,83,98)

Color info

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

RGB color model

#455362 color RGB value is (69,83,98).

  • red value is 69;
  • green value is 83;
  • blue value is 98.
RGB:
(69,83,98)
(27%,33%,38%)

RGB channels and saturation

R 69 of 255 = 27%
G 83 of 255 = 33%
B 98 of 255 = 38%

69
83
98

R + G + B ~ 33%. #455362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 83 + 98 = 250 (100%)
R 69 of 250 ~ 27.6%
G 83 of 250 ~ 33.2%
B 98 of 250 ~ 39.2%

%27.6
%33.2
%39.2

CMYK color model

#455362 color CMYK value is (30,15,0,62).

  • cyan value is 29.59%
  • magenta value is 15.31%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(30,15,0,62)
C30M15Y0K62 
(30%,15%,0%,62%)
(0.30/0.15/0.00/0.62)	

CMYK percentages

%29.59
%15.31
%0
%61.57

Codes

Color #455362 in popluar color models

455362
RGB698398
HSL211°17.37%32.75%
HSB/HSV211°29.59%38.43%
CMYK29.59%15.31%0.00%
61.57%

Color #455362 in popluar number systems.

HEX455362
Decimal698398
Binary100010110100111100010
Octal105123142

Shades and tints

Shades of #455362

#455362
(69,83,98)
#3F4C5A
(63,76,90)
#394552
(57,69,82)
#333E4A
(51,62,74)
#2D3742
(45,55,66)
#27303A
(39,48,58)
#212932
(33,41,50)
#1B222A
(27,34,42)
#151B22
(21,27,34)
#0F141A
(15,20,26)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #455362

#455362
(69,83,98)
#556270
(85,98,112)
#65717E
(101,113,126)
#75808C
(117,128,140)
#858F9A
(133,143,154)
#959EA8
(149,158,168)
#A5ADB6
(165,173,182)
#B5BCC4
(181,188,196)
#C5CBD2
(197,203,210)
#D5DAE0
(213,218,224)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455362 color. Also use rgb(69,83,98) instead hex code.

Text Font Color

.myTextColor { color: #455362; }

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

This text font color is #455362.


Background Color

.myBgColor { background-color: #455362; }

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

This div background color is #455362.


Border color

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

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

This div border color is #455362.


Opacity

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

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

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

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

This text has shadow with #455362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455362 on black background.


Color preview on white background

This text has color #455362 on white background.



Black color preview on #455362 background

This text has black color on #455362 background.


White color preview on #455362 background

This text has white color on #455362 background.