COLOR #445963

HEX: #445963
RGB: (68,89,99)

Color info

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

RGB color model

#445963 color RGB value is (68,89,99).

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

RGB channels and saturation

R 68 of 255 = 27%
G 89 of 255 = 35%
B 99 of 255 = 39%

68
89
99

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

Portions of RGB colors in percentages

R + G + B =
68 + 89 + 99 = 256 (100%)
R 68 of 256 ~ 26.56%
G 89 of 256 ~ 34.77%
B 99 of 256 ~ 38.67%

%26.56
%34.77
%38.67

CMYK color model

#445963 color CMYK value is (31,10,0,61).

  • cyan value is 31.31%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(31,10,0,61)
C31M10Y0K61 
(31%,10%,0%,61%)
(0.31/0.10/0.00/0.61)	

CMYK percentages

%31.31
%10.1
%0
%61.18

Codes

Color #445963 in popluar color models

445963
RGB688999
HSL199°18.56%32.75%
HSB/HSV199°31.31%38.82%
CMYK31.31%10.10%0.00%
61.18%

Color #445963 in popluar number systems.

HEX445963
Decimal688999
Binary100010010110011100011
Octal104131143

Shades and tints

Shades of #445963

#445963
(68,89,99)
#3E515A
(62,81,90)
#384951
(56,73,81)
#324148
(50,65,72)
#2C393F
(44,57,63)
#263136
(38,49,54)
#20292D
(32,41,45)
#1A2124
(26,33,36)
#14191B
(20,25,27)
#0E1112
(14,17,18)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #445963

#445963
(68,89,99)
#556871
(85,104,113)
#66777F
(102,119,127)
#77868D
(119,134,141)
#88959B
(136,149,155)
#99A4A9
(153,164,169)
#AAB3B7
(170,179,183)
#BBC2C5
(187,194,197)
#CCD1D3
(204,209,211)
#DDE0E1
(221,224,225)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445963; }

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

This text font color is #445963.


Background Color

.myBgColor { background-color: #445963; }

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

This div background color is #445963.


Border color

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

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

This div border color is #445963.


Opacity

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

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

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

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

This text has shadow with #445963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445963 on black background.


Color preview on white background

This text has color #445963 on white background.



Black color preview on #445963 background

This text has black color on #445963 background.


White color preview on #445963 background

This text has white color on #445963 background.