COLOR #445663

HEX: #445663
RGB: (68,86,99)

Color info

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

RGB color model

#445663 color RGB value is (68,86,99).

  • red value is 68;
  • green value is 86;
  • blue value is 99.
RGB:
(68,86,99)
(27%,34%,39%)

RGB channels and saturation

R 68 of 255 = 27%
G 86 of 255 = 34%
B 99 of 255 = 39%

68
86
99

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

Portions of RGB colors in percentages

R + G + B =
68 + 86 + 99 = 253 (100%)
R 68 of 253 ~ 26.88%
G 86 of 253 ~ 33.99%
B 99 of 253 ~ 39.13%

%26.88
%33.99
%39.13

CMYK color model

#445663 color CMYK value is (31,13,0,61).

  • cyan value is 31.31%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(31,13,0,61)
C31M13Y0K61 
(31%,13%,0%,61%)
(0.31/0.13/0.00/0.61)	

CMYK percentages

%31.31
%13.13
%0
%61.18

Codes

Color #445663 in popluar color models

445663
RGB688699
HSL205°18.56%32.75%
HSB/HSV205°31.31%38.82%
CMYK31.31%13.13%0.00%
61.18%

Color #445663 in popluar number systems.

HEX445663
Decimal688699
Binary100010010101101100011
Octal104126143

Shades and tints

Shades of #445663

#445663
(68,86,99)
#3E4F5A
(62,79,90)
#384851
(56,72,81)
#324148
(50,65,72)
#2C3A3F
(44,58,63)
#263336
(38,51,54)
#202C2D
(32,44,45)
#1A2524
(26,37,36)
#141E1B
(20,30,27)
#0E1712
(14,23,18)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #445663

#445663
(68,86,99)
#556571
(85,101,113)
#66747F
(102,116,127)
#77838D
(119,131,141)
#88929B
(136,146,155)
#99A1A9
(153,161,169)
#AAB0B7
(170,176,183)
#BBBFC5
(187,191,197)
#CCCED3
(204,206,211)
#DDDDE1
(221,221,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445663 color. Also use rgb(68,86,99) instead hex code.

Text Font Color

.myTextColor { color: #445663; }

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

This text font color is #445663.


Background Color

.myBgColor { background-color: #445663; }

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

This div background color is #445663.


Border color

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

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

This div border color is #445663.


Opacity

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

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

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

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

This text has shadow with #445663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445663 on black background.


Color preview on white background

This text has color #445663 on white background.



Black color preview on #445663 background

This text has black color on #445663 background.


White color preview on #445663 background

This text has white color on #445663 background.