COLOR #443582

HEX: #443582
RGB: (68,53,130)

Color info

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

RGB color model

#443582 color RGB value is (68,53,130).

  • red value is 68;
  • green value is 53;
  • blue value is 130.
RGB:
(68,53,130)
(27%,21%,51%)

RGB channels and saturation

R 68 of 255 = 27%
G 53 of 255 = 21%
B 130 of 255 = 51%

68
53
130

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

Portions of RGB colors in percentages

R + G + B =
68 + 53 + 130 = 251 (100%)
R 68 of 251 ~ 27.09%
G 53 of 251 ~ 21.12%
B 130 of 251 ~ 51.79%

%27.09
%21.12
%51.79

CMYK color model

#443582 color CMYK value is (48,59,0,49).

  • cyan value is 47.69%
  • magenta value is 59.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(48,59,0,49)
C48M59Y0K49 
(48%,59%,0%,49%)
(0.48/0.59/0.00/0.49)	

CMYK percentages

%47.69
%59.23
%0
%49.02

Codes

Color #443582 in popluar color models

443582
RGB6853130
HSL252°42.08%35.88%
HSB/HSV252°59.23%50.98%
CMYK47.69%59.23%0.00%
49.02%

Color #443582 in popluar number systems.

HEX443582
Decimal6853130
Binary100010011010110000010
Octal10465202

Shades and tints

Shades of #443582

#443582
(68,53,130)
#3E3177
(62,49,119)
#382D6C
(56,45,108)
#322961
(50,41,97)
#2C2556
(44,37,86)
#26214B
(38,33,75)
#201D40
(32,29,64)
#1A1935
(26,25,53)
#14152A
(20,21,42)
#0E111F
(14,17,31)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #443582

#443582
(68,53,130)
#55478D
(85,71,141)
#665998
(102,89,152)
#776BA3
(119,107,163)
#887DAE
(136,125,174)
#998FB9
(153,143,185)
#AAA1C4
(170,161,196)
#BBB3CF
(187,179,207)
#CCC5DA
(204,197,218)
#DDD7E5
(221,215,229)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443582 color. Also use rgb(68,53,130) instead hex code.

Text Font Color

.myTextColor { color: #443582; }

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

This text font color is #443582.


Background Color

.myBgColor { background-color: #443582; }

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

This div background color is #443582.


Border color

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

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

This div border color is #443582.


Opacity

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

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

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

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

This text has shadow with #443582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443582 on black background.


Color preview on white background

This text has color #443582 on white background.



Black color preview on #443582 background

This text has black color on #443582 background.


White color preview on #443582 background

This text has white color on #443582 background.