COLOR #443089

HEX: #443089
RGB: (68,48,137)

Color info

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

RGB color model

#443089 color RGB value is (68,48,137).

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

RGB channels and saturation

R 68 of 255 = 27%
G 48 of 255 = 19%
B 137 of 255 = 54%

68
48
137

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

Portions of RGB colors in percentages

R + G + B =
68 + 48 + 137 = 253 (100%)
R 68 of 253 ~ 26.88%
G 48 of 253 ~ 18.97%
B 137 of 253 ~ 54.15%

%26.88
%18.97
%54.15

CMYK color model

#443089 color CMYK value is (50,65,0,46).

  • cyan value is 50.36%
  • magenta value is 64.96%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,65,0,46)
C50M65Y0K46 
(50%,65%,0%,46%)
(0.50/0.65/0.00/0.46)	

CMYK percentages

%50.36
%64.96
%0
%46.27

Codes

Color #443089 in popluar color models

443089
RGB6848137
HSL253°48.11%36.27%
HSB/HSV253°64.96%53.73%
CMYK50.36%64.96%0.00%
46.27%

Color #443089 in popluar number systems.

HEX443089
Decimal6848137
Binary100010011000010001001
Octal10460211

Shades and tints

Shades of #443089

#443089
(68,48,137)
#3E2C7D
(62,44,125)
#382871
(56,40,113)
#322465
(50,36,101)
#2C2059
(44,32,89)
#261C4D
(38,28,77)
#201841
(32,24,65)
#1A1435
(26,20,53)
#141029
(20,16,41)
#0E0C1D
(14,12,29)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #443089

#443089
(68,48,137)
#554293
(85,66,147)
#66549D
(102,84,157)
#7766A7
(119,102,167)
#8878B1
(136,120,177)
#998ABB
(153,138,187)
#AA9CC5
(170,156,197)
#BBAECF
(187,174,207)
#CCC0D9
(204,192,217)
#DDD2E3
(221,210,227)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443089; }

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

This text font color is #443089.


Background Color

.myBgColor { background-color: #443089; }

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

This div background color is #443089.


Border color

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

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

This div border color is #443089.


Opacity

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

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

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

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

This text has shadow with #443089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443089 on black background.


Color preview on white background

This text has color #443089 on white background.



Black color preview on #443089 background

This text has black color on #443089 background.


White color preview on #443089 background

This text has white color on #443089 background.