COLOR #443A6B

HEX: #443A6B RGB: (68,58,107)

Color info

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

RGB color model

#443A6B color RGB value is (68,58,107).

RGB: (68,58,107) (27%, 23%, 42%)

RGB channels and saturation

R 68 of 255 = 27%
G 58 of 255 = 23%
B 107 of 255 = 42%

68
58
107

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

Portions of RGB colors in percentages

R + G + B = 68 + 58 + 107 = 233 (100%)
R 68 of 233 ~ 29.18%
G 58 of 233 ~ 24.89%
B 107 of 233 ~ 45.92'%

%29.18
%24.89
%45.92

CMYK color model

#443A6B color CMYK value is (36,46,0,58).

  • cyan value is 36.45%
  • magenta value is 45.79%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (36,46,0,58)
C36M46Y0K58 (36%, 46%, 0%, 58%)
(0.36 / 0.46 / 0.00 / 0.58)

CMYK percentages

%36.45
%45.79
%0
%58.04

Codes

Color #443A6B in popluar color models

44 3A 6B
RGB 68 58 107
HSL 252° 29.70% 32.35%
HSB/HSV 252° 45.79% 41.96%
CMYK 36.45% 45.79% 0.00%
58.04%

Color #443A6B in popluar number systems.

HEX 44 3A 6B
Decimal 68 58 107
Binary 1000100 111010 1101011
Octal 104 72 153

Shades and tints

Shades of #443A6B

#443A6B
(68,58,107)
#3E3562
(62,53,98)
#383059
(56,48,89)
#322B50
(50,43,80)
#2C2647
(44,38,71)
#26213E
(38,33,62)
#201C35
(32,28,53)
#1A172C
(26,23,44)
#141223
(20,18,35)
#0E0D1A
(14,13,26)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #443A6B

#443A6B
(68,58,107)
#554B78
(85,75,120)
#665C85
(102,92,133)
#776D92
(119,109,146)
#887E9F
(136,126,159)
#998FAC
(153,143,172)
#AAA0B9
(170,160,185)
#BBB1C6
(187,177,198)
#CCC2D3
(204,194,211)
#DDD3E0
(221,211,224)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443A6B; }

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

This text font color is #443A6B.

Background Color

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

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

This div background color is #443A6B.

Border color

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

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

This div border color is #443A6B.

Opacity

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

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

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

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

This text has shadow with #443A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443A6B.

Preview

Color preview on black background

This text has color #443A6B on black background.


Color preview on white background

This text has color #443A6B on white background.


Black color preview on #443A6B background

This text has black color on #443A6B background.


White color preview on #443A6B background

This text has white color on #443A6B background.


Related colors

Complementary color

Complementary color for #hex is #BBC594.


I love getcolorcode.com

Triadic colors

1 #6B443A and #3A6B44 with #443A6B are triadic colors.

2 #6B3A44 and #3A446B with #443A6B are triadic colors.