COLOR #443378

HEX: #443378
RGB: (68,51,120)

Color info

#443378 contains mainly red and blue colors. Web safe color of #443378 is #333366 (or #336).

RGB color model

#443378 color RGB value is (68,51,120).

  • red value is 68;
  • green value is 51;
  • blue value is 120.
RGB:
(68,51,120)
(27%,20%,47%)

RGB channels and saturation

R 68 of 255 = 27%
G 51 of 255 = 20%
B 120 of 255 = 47%

68
51
120

R + G + B ~ 31%. #443378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 51 + 120 = 239 (100%)
R 68 of 239 ~ 28.45%
G 51 of 239 ~ 21.34%
B 120 of 239 ~ 50.21%

%28.45
%21.34
%50.21

CMYK color model

#443378 color CMYK value is (43,58,0,53).

  • cyan value is 43.33%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(43,58,0,53)
C43M58Y0K53 
(43%,58%,0%,53%)
(0.43/0.58/0.00/0.53)	

CMYK percentages

%43.33
%57.5
%0
%52.94

Codes

Color #443378 in popluar color models

443378
RGB6851120
HSL255°40.35%33.53%
HSB/HSV255°57.50%47.06%
CMYK43.33%57.50%0.00%
52.94%

Color #443378 in popluar number systems.

HEX443378
Decimal6851120
Binary10001001100111111000
Octal10463170

Shades and tints

Shades of #443378

#443378
(68,51,120)
#3E2F6E
(62,47,110)
#382B64
(56,43,100)
#32275A
(50,39,90)
#2C2350
(44,35,80)
#261F46
(38,31,70)
#201B3C
(32,27,60)
#1A1732
(26,23,50)
#141328
(20,19,40)
#0E0F1E
(14,15,30)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #443378

#443378
(68,51,120)
#554584
(85,69,132)
#665790
(102,87,144)
#77699C
(119,105,156)
#887BA8
(136,123,168)
#998DB4
(153,141,180)
#AA9FC0
(170,159,192)
#BBB1CC
(187,177,204)
#CCC3D8
(204,195,216)
#DDD5E4
(221,213,228)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443378 color. Also use rgb(68,51,120) instead hex code.

Text Font Color

.myTextColor { color: #443378; }

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

This text font color is #443378.


Background Color

.myBgColor { background-color: #443378; }

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

This div background color is #443378.


Border color

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

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

This div border color is #443378.


Opacity

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

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

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

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

This text has shadow with #443378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443378 on black background.


Color preview on white background

This text has color #443378 on white background.



Black color preview on #443378 background

This text has black color on #443378 background.


White color preview on #443378 background

This text has white color on #443378 background.