COLOR #443C6E

HEX: #443C6E RGB: (68,60,110)

Color info

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

RGB color model

#443C6E color RGB value is (68,60,110).

RGB: (68,60,110) (27%, 24%, 43%)

RGB channels and saturation

R 68 of 255 = 27%
G 60 of 255 = 24%
B 110 of 255 = 43%

68
60
110

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

Portions of RGB colors in percentages

R + G + B = 68 + 60 + 110 = 238 (100%)
R 68 of 238 ~ 28.57%
G 60 of 238 ~ 25.21%
B 110 of 238 ~ 46.22'%

%28.57
%25.21
%46.22

CMYK color model

#443C6E color CMYK value is (38,45,0,57).

  • cyan value is 38.18%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (38,45,0,57)
C38M45Y0K57 (38%, 45%, 0%, 57%)
(0.38 / 0.45 / 0.00 / 0.57)

CMYK percentages

%38.18
%45.45
%0
%56.86

Codes

Color #443C6E in popluar color models

44 3C 6E
RGB 68 60 110
HSL 250° 29.41% 33.33%
HSB/HSV 250° 45.45% 43.14%
CMYK 38.18% 45.45% 0.00%
56.86%

Color #443C6E in popluar number systems.

HEX 44 3C 6E
Decimal 68 60 110
Binary 1000100 111100 1101110
Octal 104 74 156

Shades and tints

Shades of #443C6E

#443C6E
(68,60,110)
#3E3764
(62,55,100)
#38325A
(56,50,90)
#322D50
(50,45,80)
#2C2846
(44,40,70)
#26233C
(38,35,60)
#201E32
(32,30,50)
#1A1928
(26,25,40)
#14141E
(20,20,30)
#0E0F14
(14,15,20)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #443C6E

#443C6E
(68,60,110)
#554D7B
(85,77,123)
#665E88
(102,94,136)
#776F95
(119,111,149)
#8880A2
(136,128,162)
#9991AF
(153,145,175)
#AAA2BC
(170,162,188)
#BBB3C9
(187,179,201)
#CCC4D6
(204,196,214)
#DDD5E3
(221,213,227)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443C6E color. Also use rgb(68,60,110) instead hex code.

Text Font Color

.myTextColor { color: #443C6E; }

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

This text font color is #443C6E.

Background Color

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

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

This div background color is #443C6E.

Border color

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

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

This div border color is #443C6E.

Opacity

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

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

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

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

This text has shadow with #443C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443C6E.

Preview

Color preview on black background

This text has color #443C6E on black background.


Color preview on white background

This text has color #443C6E on white background.


Black color preview on #443C6E background

This text has black color on #443C6E background.


White color preview on #443C6E background

This text has white color on #443C6E background.


Related colors

Complementary color

Complementary color for #hex is #BBC391.


I love getcolorcode.com

Triadic colors

1 #6E443C and #3C6E44 with #443C6E are triadic colors.

2 #6E3C44 and #3C446E with #443C6E are triadic colors.