COLOR #445388

HEX: #445388
RGB: (68,83,136)

Color info

#445388 contains mainly green and blue colors. Web safe color of #445388 is #336699 (or #369).

RGB color model

#445388 color RGB value is (68,83,136).

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

RGB channels and saturation

R 68 of 255 = 27%
G 83 of 255 = 33%
B 136 of 255 = 53%

68
83
136

R + G + B ~ 38%. #445388 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 83 + 136 = 287 (100%)
R 68 of 287 ~ 23.69%
G 83 of 287 ~ 28.92%
B 136 of 287 ~ 47.39%

%23.69
%28.92
%47.39

CMYK color model

#445388 color CMYK value is (50,39,0,47).

  • cyan value is 50.00%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(50,39,0,47)
C50M39Y0K47 
(50%,39%,0%,47%)
(0.50/0.39/0.00/0.47)	

CMYK percentages

%50
%38.97
%0
%46.67

Codes

Color #445388 in popluar color models

445388
RGB6883136
HSL227°33.33%40.00%
HSB/HSV227°50.00%53.33%
CMYK50.00%38.97%0.00%
46.67%

Color #445388 in popluar number systems.

HEX445388
Decimal6883136
Binary1000100101001110001000
Octal104123210

Shades and tints

Shades of #445388

#445388
(68,83,136)
#3E4C7C
(62,76,124)
#384570
(56,69,112)
#323E64
(50,62,100)
#2C3758
(44,55,88)
#26304C
(38,48,76)
#202940
(32,41,64)
#1A2234
(26,34,52)
#141B28
(20,27,40)
#0E141C
(14,20,28)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #445388

#445388
(68,83,136)
#556292
(85,98,146)
#66719C
(102,113,156)
#7780A6
(119,128,166)
#888FB0
(136,143,176)
#999EBA
(153,158,186)
#AAADC4
(170,173,196)
#BBBCCE
(187,188,206)
#CCCBD8
(204,203,216)
#DDDAE2
(221,218,226)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #445388; }

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

This text font color is #445388.


Background Color

.myBgColor { background-color: #445388; }

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

This div background color is #445388.


Border color

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

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

This div border color is #445388.


Opacity

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

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

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

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

This text has shadow with #445388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445388 on black background.


Color preview on white background

This text has color #445388 on white background.



Black color preview on #445388 background

This text has black color on #445388 background.


White color preview on #445388 background

This text has white color on #445388 background.