COLOR #443F6A

HEX: #443F6A
RGB: (68,63,106)

Color info

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

RGB color model

#443F6A color RGB value is (68,63,106).

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

RGB channels and saturation

R 68 of 255 = 27%
G 63 of 255 = 25%
B 106 of 255 = 42%

68
63
106

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

Portions of RGB colors in percentages

R + G + B =
68 + 63 + 106 = 237 (100%)
R 68 of 237 ~ 28.69%
G 63 of 237 ~ 26.58%
B 106 of 237 ~ 44.73%

%28.69
%26.58
%44.73

CMYK color model

#443F6A color CMYK value is (36,41,0,58).

  • cyan value is 35.85%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(36,41,0,58)
C36M41Y0K58 
(36%,41%,0%,58%)
(0.36/0.41/0.00/0.58)	

CMYK percentages

%35.85
%40.57
%0
%58.43

Codes

Color #443F6A in popluar color models

443F6A
RGB6863106
HSL247°25.44%33.14%
HSB/HSV247°40.57%41.57%
CMYK35.85%40.57%0.00%
58.43%

Color #443F6A in popluar number systems.

HEX443F6A
Decimal6863106
Binary10001001111111101010
Octal10477152

Shades and tints

Shades of #443F6A

#443F6A
(68,63,106)
#3E3A61
(62,58,97)
#383558
(56,53,88)
#32304F
(50,48,79)
#2C2B46
(44,43,70)
#26263D
(38,38,61)
#202134
(32,33,52)
#1A1C2B
(26,28,43)
#141722
(20,23,34)
#0E1219
(14,18,25)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #443F6A

#443F6A
(68,63,106)
#555077
(85,80,119)
#666184
(102,97,132)
#777291
(119,114,145)
#88839E
(136,131,158)
#9994AB
(153,148,171)
#AAA5B8
(170,165,184)
#BBB6C5
(187,182,197)
#CCC7D2
(204,199,210)
#DDD8DF
(221,216,223)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443F6A; }

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

This text font color is #443F6A.


Background Color

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

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

This div background color is #443F6A.


Border color

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

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

This div border color is #443F6A.


Opacity

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

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

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

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

This text has shadow with #443F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443F6A on black background.


Color preview on white background

This text has color #443F6A on white background.



Black color preview on #443F6A background

This text has black color on #443F6A background.


White color preview on #443F6A background

This text has white color on #443F6A background.