COLOR #443A61

HEX: #443A61 RGB: (68,58,97)

Color info

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

RGB color model

#443A61 color RGB value is (68,58,97).

RGB: (68,58,97) (27%, 23%, 38%)

RGB channels and saturation

R 68 of 255 = 27%
G 58 of 255 = 23%
B 97 of 255 = 38%

68
58
97

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

Portions of RGB colors in percentages

R + G + B = 68 + 58 + 97 = 223 (100%)
R 68 of 223 ~ 30.49%
G 58 of 223 ~ 26.01%
B 97 of 223 ~ 43.5'%

%30.49
%26.01
%43.5

CMYK color model

#443A61 color CMYK value is (30,40,0,62).

  • cyan value is 29.90%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (30,40,0,62)
C30M40Y0K62 (30%, 40%, 0%, 62%)
(0.30 / 0.40 / 0.00 / 0.62)

CMYK percentages

%29.9
%40.21
%0
%61.96

Codes

Color #443A61 in popluar color models

44 3A 61
RGB 68 58 97
HSL 255° 25.16% 30.39%
HSB/HSV 255° 40.21% 38.04%
CMYK 29.90% 40.21% 0.00%
61.96%

Color #443A61 in popluar number systems.

HEX 44 3A 61
Decimal 68 58 97
Binary 1000100 111010 1100001
Octal 104 72 141

Shades and tints

Shades of #443A61

#443A61
(68,58,97)
#3E3559
(62,53,89)
#383051
(56,48,81)
#322B49
(50,43,73)
#2C2641
(44,38,65)
#262139
(38,33,57)
#201C31
(32,28,49)
#1A1729
(26,23,41)
#141221
(20,18,33)
#0E0D19
(14,13,25)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #443A61

#443A61
(68,58,97)
#554B6F
(85,75,111)
#665C7D
(102,92,125)
#776D8B
(119,109,139)
#887E99
(136,126,153)
#998FA7
(153,143,167)
#AAA0B5
(170,160,181)
#BBB1C3
(187,177,195)
#CCC2D1
(204,194,209)
#DDD3DF
(221,211,223)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443A61; }

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

This text font color is #443A61.

Background Color

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

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

This div background color is #443A61.

Border color

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

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

This div border color is #443A61.

Opacity

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

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

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

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

This text has shadow with #443A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443A61.

Preview

Color preview on black background

This text has color #443A61 on black background.


Color preview on white background

This text has color #443A61 on white background.


Black color preview on #443A61 background

This text has black color on #443A61 background.


White color preview on #443A61 background

This text has white color on #443A61 background.


Related colors

Complementary color

Complementary color for #hex is #BBC59E.


I love getcolorcode.com

Triadic colors

1 #61443A and #3A6144 with #443A61 are triadic colors.

2 #613A44 and #3A4461 with #443A61 are triadic colors.