COLOR #445366

HEX: #445366
RGB: (68,83,102)

Color info

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

RGB color model

#445366 color RGB value is (68,83,102).

  • red value is 68;
  • green value is 83;
  • blue value is 102.
RGB:
(68,83,102)
(27%,33%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 83 of 255 = 33%
B 102 of 255 = 40%

68
83
102

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

Portions of RGB colors in percentages

R + G + B =
68 + 83 + 102 = 253 (100%)
R 68 of 253 ~ 26.88%
G 83 of 253 ~ 32.81%
B 102 of 253 ~ 40.32%

%26.88
%32.81
%40.32

CMYK color model

#445366 color CMYK value is (33,19,0,60).

  • cyan value is 33.33%
  • magenta value is 18.63%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(33,19,0,60)
C33M19Y0K60 
(33%,19%,0%,60%)
(0.33/0.19/0.00/0.60)	

CMYK percentages

%33.33
%18.63
%0
%60

Codes

Color #445366 in popluar color models

445366
RGB6883102
HSL214°20.00%33.33%
HSB/HSV214°33.33%40.00%
CMYK33.33%18.63%0.00%
60.00%

Color #445366 in popluar number systems.

HEX445366
Decimal6883102
Binary100010010100111100110
Octal104123146

Shades and tints

Shades of #445366

#445366
(68,83,102)
#3E4C5D
(62,76,93)
#384554
(56,69,84)
#323E4B
(50,62,75)
#2C3742
(44,55,66)
#263039
(38,48,57)
#202930
(32,41,48)
#1A2227
(26,34,39)
#141B1E
(20,27,30)
#0E1415
(14,20,21)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #445366

#445366
(68,83,102)
#556273
(85,98,115)
#667180
(102,113,128)
#77808D
(119,128,141)
#888F9A
(136,143,154)
#999EA7
(153,158,167)
#AAADB4
(170,173,180)
#BBBCC1
(187,188,193)
#CCCBCE
(204,203,206)
#DDDADB
(221,218,219)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445366 color. Also use rgb(68,83,102) instead hex code.

Text Font Color

.myTextColor { color: #445366; }

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

This text font color is #445366.


Background Color

.myBgColor { background-color: #445366; }

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

This div background color is #445366.


Border color

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

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

This div border color is #445366.


Opacity

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

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

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

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

This text has shadow with #445366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445366 on black background.


Color preview on white background

This text has color #445366 on white background.



Black color preview on #445366 background

This text has black color on #445366 background.


White color preview on #445366 background

This text has white color on #445366 background.