COLOR #455163

HEX: #455163
RGB: (69,81,99)

Color info

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

RGB color model

#455163 color RGB value is (69,81,99).

  • red value is 69;
  • green value is 81;
  • blue value is 99.
RGB:
(69,81,99)
(27%,32%,39%)

RGB channels and saturation

R 69 of 255 = 27%
G 81 of 255 = 32%
B 99 of 255 = 39%

69
81
99

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

Portions of RGB colors in percentages

R + G + B =
69 + 81 + 99 = 249 (100%)
R 69 of 249 ~ 27.71%
G 81 of 249 ~ 32.53%
B 99 of 249 ~ 39.76%

%27.71
%32.53
%39.76

CMYK color model

#455163 color CMYK value is (30,18,0,61).

  • cyan value is 30.30%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(30,18,0,61)
C30M18Y0K61 
(30%,18%,0%,61%)
(0.30/0.18/0.00/0.61)	

CMYK percentages

%30.3
%18.18
%0
%61.18

Codes

Color #455163 in popluar color models

455163
RGB698199
HSL216°17.86%32.94%
HSB/HSV216°30.30%38.82%
CMYK30.30%18.18%0.00%
61.18%

Color #455163 in popluar number systems.

HEX455163
Decimal698199
Binary100010110100011100011
Octal105121143

Shades and tints

Shades of #455163

#455163
(69,81,99)
#3F4A5A
(63,74,90)
#394351
(57,67,81)
#333C48
(51,60,72)
#2D353F
(45,53,63)
#272E36
(39,46,54)
#21272D
(33,39,45)
#1B2024
(27,32,36)
#15191B
(21,25,27)
#0F1212
(15,18,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #455163

#455163
(69,81,99)
#556071
(85,96,113)
#656F7F
(101,111,127)
#757E8D
(117,126,141)
#858D9B
(133,141,155)
#959CA9
(149,156,169)
#A5ABB7
(165,171,183)
#B5BAC5
(181,186,197)
#C5C9D3
(197,201,211)
#D5D8E1
(213,216,225)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455163 color. Also use rgb(69,81,99) instead hex code.

Text Font Color

.myTextColor { color: #455163; }

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

This text font color is #455163.


Background Color

.myBgColor { background-color: #455163; }

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

This div background color is #455163.


Border color

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

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

This div border color is #455163.


Opacity

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

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

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

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

This text has shadow with #455163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455163 on black background.


Color preview on white background

This text has color #455163 on white background.



Black color preview on #455163 background

This text has black color on #455163 background.


White color preview on #455163 background

This text has white color on #455163 background.