COLOR #443F67

HEX: #443F67
RGB: (68,63,103)

Color info

#443F67 contains red, green and blue colors in about the same proportion. Web safe color of #443F67 is #333366 (or #336).

RGB color model

#443F67 color RGB value is (68,63,103).

  • red value is 68;
  • green value is 63;
  • blue value is 103.
RGB:
(68,63,103)
(27%,25%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 63 of 255 = 25%
B 103 of 255 = 40%

68
63
103

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

Portions of RGB colors in percentages

R + G + B =
68 + 63 + 103 = 234 (100%)
R 68 of 234 ~ 29.06%
G 63 of 234 ~ 26.92%
B 103 of 234 ~ 44.02%

%29.06
%26.92
%44.02

CMYK color model

#443F67 color CMYK value is (34,39,0,60).

  • cyan value is 33.98%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(34,39,0,60)
C34M39Y0K60 
(34%,39%,0%,60%)
(0.34/0.39/0.00/0.60)	

CMYK percentages

%33.98
%38.83
%0
%59.61

Codes

Color #443F67 in popluar color models

443F67
RGB6863103
HSL248°24.10%32.55%
HSB/HSV248°38.83%40.39%
CMYK33.98%38.83%0.00%
59.61%

Color #443F67 in popluar number systems.

HEX443F67
Decimal6863103
Binary10001001111111100111
Octal10477147

Shades and tints

Shades of #443F67

#443F67
(68,63,103)
#3E3A5E
(62,58,94)
#383555
(56,53,85)
#32304C
(50,48,76)
#2C2B43
(44,43,67)
#26263A
(38,38,58)
#202131
(32,33,49)
#1A1C28
(26,28,40)
#14171F
(20,23,31)
#0E1216
(14,18,22)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #443F67

#443F67
(68,63,103)
#555074
(85,80,116)
#666181
(102,97,129)
#77728E
(119,114,142)
#88839B
(136,131,155)
#9994A8
(153,148,168)
#AAA5B5
(170,165,181)
#BBB6C2
(187,182,194)
#CCC7CF
(204,199,207)
#DDD8DC
(221,216,220)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443F67 color. Also use rgb(68,63,103) instead hex code.

Text Font Color

.myTextColor { color: #443F67; }

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

This text font color is #443F67.


Background Color

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

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

This div background color is #443F67.


Border color

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

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

This div border color is #443F67.


Opacity

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

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

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

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

This text has shadow with #443F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443F67 on black background.


Color preview on white background

This text has color #443F67 on white background.



Black color preview on #443F67 background

This text has black color on #443F67 background.


White color preview on #443F67 background

This text has white color on #443F67 background.