COLOR #443E82

HEX: #443E82
RGB: (68,62,130)

Color info

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

RGB color model

#443E82 color RGB value is (68,62,130).

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

RGB channels and saturation

R 68 of 255 = 27%
G 62 of 255 = 24%
B 130 of 255 = 51%

68
62
130

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

Portions of RGB colors in percentages

R + G + B =
68 + 62 + 130 = 260 (100%)
R 68 of 260 ~ 26.15%
G 62 of 260 ~ 23.85%
B 130 of 260 ~ 50%

%26.15
%23.85
%50

CMYK color model

#443E82 color CMYK value is (48,52,0,49).

  • cyan value is 47.69%
  • magenta value is 52.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(48,52,0,49)
C48M52Y0K49 
(48%,52%,0%,49%)
(0.48/0.52/0.00/0.49)	

CMYK percentages

%47.69
%52.31
%0
%49.02

Codes

Color #443E82 in popluar color models

443E82
RGB6862130
HSL245°35.42%37.65%
HSB/HSV245°52.31%50.98%
CMYK47.69%52.31%0.00%
49.02%

Color #443E82 in popluar number systems.

HEX443E82
Decimal6862130
Binary100010011111010000010
Octal10476202

Shades and tints

Shades of #443E82

#443E82
(68,62,130)
#3E3977
(62,57,119)
#38346C
(56,52,108)
#322F61
(50,47,97)
#2C2A56
(44,42,86)
#26254B
(38,37,75)
#202040
(32,32,64)
#1A1B35
(26,27,53)
#14162A
(20,22,42)
#0E111F
(14,17,31)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #443E82

#443E82
(68,62,130)
#554F8D
(85,79,141)
#666098
(102,96,152)
#7771A3
(119,113,163)
#8882AE
(136,130,174)
#9993B9
(153,147,185)
#AAA4C4
(170,164,196)
#BBB5CF
(187,181,207)
#CCC6DA
(204,198,218)
#DDD7E5
(221,215,229)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443E82; }

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

This text font color is #443E82.


Background Color

.myBgColor { background-color: #443E82; }

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

This div background color is #443E82.


Border color

.myBorderColor { border: 1px solid #443E82; }

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

This div border color is #443E82.


Opacity

.myOpacity80 { color: #443E82; opacity: 0.8; }

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

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

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

This text has shadow with #443E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443E82 on black background.


Color preview on white background

This text has color #443E82 on white background.



Black color preview on #443E82 background

This text has black color on #443E82 background.


White color preview on #443E82 background

This text has white color on #443E82 background.