COLOR #443980

HEX: #443980
RGB: (68,57,128)

Color info

#443980 contains mainly blue color. Web safe color of #443980 is #333366 (or #336).

RGB color model

#443980 color RGB value is (68,57,128).

  • red value is 68;
  • green value is 57;
  • blue value is 128.
RGB:
(68,57,128)
(27%,22%,50%)

RGB channels and saturation

R 68 of 255 = 27%
G 57 of 255 = 22%
B 128 of 255 = 50%

68
57
128

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

Portions of RGB colors in percentages

R + G + B =
68 + 57 + 128 = 253 (100%)
R 68 of 253 ~ 26.88%
G 57 of 253 ~ 22.53%
B 128 of 253 ~ 50.59%

%26.88
%22.53
%50.59

CMYK color model

#443980 color CMYK value is (47,55,0,50).

  • cyan value is 46.88%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(47,55,0,50)
C47M55Y0K50 
(47%,55%,0%,50%)
(0.47/0.55/0.00/0.50)	

CMYK percentages

%46.88
%55.47
%0
%49.8

Codes

Color #443980 in popluar color models

443980
RGB6857128
HSL249°38.38%36.27%
HSB/HSV249°55.47%50.20%
CMYK46.88%55.47%0.00%
49.80%

Color #443980 in popluar number systems.

HEX443980
Decimal6857128
Binary100010011100110000000
Octal10471200

Shades and tints

Shades of #443980

#443980
(68,57,128)
#3E3475
(62,52,117)
#382F6A
(56,47,106)
#322A5F
(50,42,95)
#2C2554
(44,37,84)
#262049
(38,32,73)
#201B3E
(32,27,62)
#1A1633
(26,22,51)
#141128
(20,17,40)
#0E0C1D
(14,12,29)
#080712
(8,7,18)
#000000
(0,0,0)

Tints of #443980

#443980
(68,57,128)
#554B8B
(85,75,139)
#665D96
(102,93,150)
#776FA1
(119,111,161)
#8881AC
(136,129,172)
#9993B7
(153,147,183)
#AAA5C2
(170,165,194)
#BBB7CD
(187,183,205)
#CCC9D8
(204,201,216)
#DDDBE3
(221,219,227)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443980 color. Also use rgb(68,57,128) instead hex code.

Text Font Color

.myTextColor { color: #443980; }

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

This text font color is #443980.


Background Color

.myBgColor { background-color: #443980; }

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

This div background color is #443980.


Border color

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

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

This div border color is #443980.


Opacity

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

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

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

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

This text has shadow with #443980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443980 on black background.


Color preview on white background

This text has color #443980 on white background.



Black color preview on #443980 background

This text has black color on #443980 background.


White color preview on #443980 background

This text has white color on #443980 background.