COLOR #443B85

HEX: #443B85
RGB: (68,59,133)

Color info

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

RGB color model

#443B85 color RGB value is (68,59,133).

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

RGB channels and saturation

R 68 of 255 = 27%
G 59 of 255 = 23%
B 133 of 255 = 52%

68
59
133

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

Portions of RGB colors in percentages

R + G + B =
68 + 59 + 133 = 260 (100%)
R 68 of 260 ~ 26.15%
G 59 of 260 ~ 22.69%
B 133 of 260 ~ 51.15%

%26.15
%22.69
%51.15

CMYK color model

#443B85 color CMYK value is (49,56,0,48).

  • cyan value is 48.87%
  • magenta value is 55.64%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(49,56,0,48)
C49M56Y0K48 
(49%,56%,0%,48%)
(0.49/0.56/0.00/0.48)	

CMYK percentages

%48.87
%55.64
%0
%47.84

Codes

Color #443B85 in popluar color models

443B85
RGB6859133
HSL247°38.54%37.65%
HSB/HSV247°55.64%52.16%
CMYK48.87%55.64%0.00%
47.84%

Color #443B85 in popluar number systems.

HEX443B85
Decimal6859133
Binary100010011101110000101
Octal10473205

Shades and tints

Shades of #443B85

#443B85
(68,59,133)
#3E3679
(62,54,121)
#38316D
(56,49,109)
#322C61
(50,44,97)
#2C2755
(44,39,85)
#262249
(38,34,73)
#201D3D
(32,29,61)
#1A1831
(26,24,49)
#141325
(20,19,37)
#0E0E19
(14,14,25)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #443B85

#443B85
(68,59,133)
#554C90
(85,76,144)
#665D9B
(102,93,155)
#776EA6
(119,110,166)
#887FB1
(136,127,177)
#9990BC
(153,144,188)
#AAA1C7
(170,161,199)
#BBB2D2
(187,178,210)
#CCC3DD
(204,195,221)
#DDD4E8
(221,212,232)
#EEE5F3
(238,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443B85; }

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

This text font color is #443B85.


Background Color

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

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

This div background color is #443B85.


Border color

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

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

This div border color is #443B85.


Opacity

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

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

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

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

This text has shadow with #443B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443B85 on black background.


Color preview on white background

This text has color #443B85 on white background.



Black color preview on #443B85 background

This text has black color on #443B85 background.


White color preview on #443B85 background

This text has white color on #443B85 background.