COLOR #443489

HEX: #443489
RGB: (68,52,137)

Color info

#443489 contains mainly blue color. Web safe color of #443489 is #333399 (or #339).

RGB color model

#443489 color RGB value is (68,52,137).

  • red value is 68;
  • green value is 52;
  • blue value is 137.
RGB:
(68,52,137)
(27%,20%,54%)

RGB channels and saturation

R 68 of 255 = 27%
G 52 of 255 = 20%
B 137 of 255 = 54%

68
52
137

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

Portions of RGB colors in percentages

R + G + B =
68 + 52 + 137 = 257 (100%)
R 68 of 257 ~ 26.46%
G 52 of 257 ~ 20.23%
B 137 of 257 ~ 53.31%

%26.46
%20.23
%53.31

CMYK color model

#443489 color CMYK value is (50,62,0,46).

  • cyan value is 50.36%
  • magenta value is 62.04%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,62,0,46)
C50M62Y0K46 
(50%,62%,0%,46%)
(0.50/0.62/0.00/0.46)	

CMYK percentages

%50.36
%62.04
%0
%46.27

Codes

Color #443489 in popluar color models

443489
RGB6852137
HSL251°44.97%37.06%
HSB/HSV251°62.04%53.73%
CMYK50.36%62.04%0.00%
46.27%

Color #443489 in popluar number systems.

HEX443489
Decimal6852137
Binary100010011010010001001
Octal10464211

Shades and tints

Shades of #443489

#443489
(68,52,137)
#3E307D
(62,48,125)
#382C71
(56,44,113)
#322865
(50,40,101)
#2C2459
(44,36,89)
#26204D
(38,32,77)
#201C41
(32,28,65)
#1A1835
(26,24,53)
#141429
(20,20,41)
#0E101D
(14,16,29)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #443489

#443489
(68,52,137)
#554693
(85,70,147)
#66589D
(102,88,157)
#776AA7
(119,106,167)
#887CB1
(136,124,177)
#998EBB
(153,142,187)
#AAA0C5
(170,160,197)
#BBB2CF
(187,178,207)
#CCC4D9
(204,196,217)
#DDD6E3
(221,214,227)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443489 color. Also use rgb(68,52,137) instead hex code.

Text Font Color

.myTextColor { color: #443489; }

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

This text font color is #443489.


Background Color

.myBgColor { background-color: #443489; }

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

This div background color is #443489.


Border color

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

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

This div border color is #443489.


Opacity

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

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

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

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

This text has shadow with #443489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443489 on black background.


Color preview on white background

This text has color #443489 on white background.



Black color preview on #443489 background

This text has black color on #443489 background.


White color preview on #443489 background

This text has white color on #443489 background.