COLOR #443B79

HEX: #443B79
RGB: (68,59,121)

Color info

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

RGB color model

#443B79 color RGB value is (68,59,121).

  • red value is 68;
  • green value is 59;
  • blue value is 121.
RGB:
(68,59,121)
(27%,23%,47%)

RGB channels and saturation

R 68 of 255 = 27%
G 59 of 255 = 23%
B 121 of 255 = 47%

68
59
121

R + G + B ~ 32%. #443B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 59 + 121 = 248 (100%)
R 68 of 248 ~ 27.42%
G 59 of 248 ~ 23.79%
B 121 of 248 ~ 48.79%

%27.42
%23.79
%48.79

CMYK color model

#443B79 color CMYK value is (44,51,0,53).

  • cyan value is 43.80%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(44,51,0,53)
C44M51Y0K53 
(44%,51%,0%,53%)
(0.44/0.51/0.00/0.53)	

CMYK percentages

%43.8
%51.24
%0
%52.55

Codes

Color #443B79 in popluar color models

443B79
RGB6859121
HSL249°34.44%35.29%
HSB/HSV249°51.24%47.45%
CMYK43.80%51.24%0.00%
52.55%

Color #443B79 in popluar number systems.

HEX443B79
Decimal6859121
Binary10001001110111111001
Octal10473171

Shades and tints

Shades of #443B79

#443B79
(68,59,121)
#3E366E
(62,54,110)
#383163
(56,49,99)
#322C58
(50,44,88)
#2C274D
(44,39,77)
#262242
(38,34,66)
#201D37
(32,29,55)
#1A182C
(26,24,44)
#141321
(20,19,33)
#0E0E16
(14,14,22)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #443B79

#443B79
(68,59,121)
#554C85
(85,76,133)
#665D91
(102,93,145)
#776E9D
(119,110,157)
#887FA9
(136,127,169)
#9990B5
(153,144,181)
#AAA1C1
(170,161,193)
#BBB2CD
(187,178,205)
#CCC3D9
(204,195,217)
#DDD4E5
(221,212,229)
#EEE5F1
(238,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443B79 color. Also use rgb(68,59,121) instead hex code.

Text Font Color

.myTextColor { color: #443B79; }

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

This text font color is #443B79.


Background Color

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

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

This div background color is #443B79.


Border color

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

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

This div border color is #443B79.


Opacity

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

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

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

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

This text has shadow with #443B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443B79 on black background.


Color preview on white background

This text has color #443B79 on white background.



Black color preview on #443B79 background

This text has black color on #443B79 background.


White color preview on #443B79 background

This text has white color on #443B79 background.