COLOR #443A5D

HEX: #443A5D RGB: (68,58,93)

Color info

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

RGB color model

#443A5D color RGB value is (68,58,93).

RGB: (68,58,93) (27%, 23%, 36%)

RGB channels and saturation

R 68 of 255 = 27%
G 58 of 255 = 23%
B 93 of 255 = 36%

68
58
93

R + G + B ~ 29%. #443A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 58 + 93 = 219 (100%)
R 68 of 219 ~ 31.05%
G 58 of 219 ~ 26.48%
B 93 of 219 ~ 42.47'%

%31.05
%26.48
%42.47

CMYK color model

#443A5D color CMYK value is (27,38,0,64).

  • cyan value is 26.88%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (27,38,0,64) C27M38Y0K64 (27%,38%,0%,64%) (0.27/0.38/0.00/0.64) 

CMYK percentages

%26.88
%37.63
%0
%63.53

Codes

Color #443A5D in popluar color models

44 3A 5D
RGB 68 58 93
HSL 257° 23.18% 29.61%
HSB/HSV 257° 37.63% 36.47%
CMYK 26.88% 37.63% 0.00%
63.53%

Color #443A5D in popluar number systems.

HEX 44 3A 5D
Decimal 68 58 93
Binary 1000100 111010 1011101
Octal 104 72 135

Shades and tints

Shades of #443A5D

#443A5D
(68,58,93)
#3E3555
(62,53,85)
#38304D
(56,48,77)
#322B45
(50,43,69)
#2C263D
(44,38,61)
#262135
(38,33,53)
#201C2D
(32,28,45)
#1A1725
(26,23,37)
#14121D
(20,18,29)
#0E0D15
(14,13,21)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #443A5D

#443A5D
(68,58,93)
#554B6B
(85,75,107)
#665C79
(102,92,121)
#776D87
(119,109,135)
#887E95
(136,126,149)
#998FA3
(153,143,163)
#AAA0B1
(170,160,177)
#BBB1BF
(187,177,191)
#CCC2CD
(204,194,205)
#DDD3DB
(221,211,219)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443A5D color. Also use rgb(68,58,93) instead hex code.

Text Font Color

.myTextColor { color: #443A5D; }

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

This text font color is #443A5D.

Background Color

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

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

This div background color is #443A5D.

Border color

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

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

This div border color is #443A5D.

Opacity

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

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

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

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

This text has shadow with #443A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443A5D.

Preview

Color preview on black background

This text has color #443A5D on black background.


Color preview on white background

This text has color #443A5D on white background.


Black color preview on #443A5D background

This text has black color on #443A5D background.


White color preview on #443A5D background

This text has white color on #443A5D background.


Related colors

Complementary color

Complementary color for #hex is #BBC5A2.


I love getcolorcode.com

Triadic colors

1 #5D443A and #3A5D44 with #443A5D are triadic colors.

2 #5D3A44 and #3A445D with #443A5D are triadic colors.