COLOR #443C52

HEX: #443C52 RGB: (68,60,82)

Color info

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

RGB color model

#443C52 color RGB value is (68,60,82).

RGB: (68,60,82) (27%, 24%, 32%)

RGB channels and saturation

R 68 of 255 = 27%
G 60 of 255 = 24%
B 82 of 255 = 32%

68
60
82

R + G + B ~ 28%. #443C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 60 + 82 = 210 (100%)
R 68 of 210 ~ 32.38%
G 60 of 210 ~ 28.57%
B 82 of 210 ~ 39.05'%

%32.38
%28.57
%39.05

CMYK color model

#443C52 color CMYK value is (17,27,0,68).

  • cyan value is 17.07%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (17,27,0,68)
C17M27Y0K68 (17%, 27%, 0%, 68%)
(0.17 / 0.27 / 0.00 / 0.68)

CMYK percentages

%17.07
%26.83
%0
%67.84

Codes

Color #443C52 in popluar color models

44 3C 52
RGB 68 60 82
HSL 262° 15.49% 27.84%
HSB/HSV 262° 26.83% 32.16%
CMYK 17.07% 26.83% 0.00%
67.84%

Color #443C52 in popluar number systems.

HEX 44 3C 52
Decimal 68 60 82
Binary 1000100 111100 1010010
Octal 104 74 122

Shades and tints

Shades of #443C52

#443C52
(68,60,82)
#3E374B
(62,55,75)
#383244
(56,50,68)
#322D3D
(50,45,61)
#2C2836
(44,40,54)
#26232F
(38,35,47)
#201E28
(32,30,40)
#1A1921
(26,25,33)
#14141A
(20,20,26)
#0E0F13
(14,15,19)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #443C52

#443C52
(68,60,82)
#554D61
(85,77,97)
#665E70
(102,94,112)
#776F7F
(119,111,127)
#88808E
(136,128,142)
#99919D
(153,145,157)
#AAA2AC
(170,162,172)
#BBB3BB
(187,179,187)
#CCC4CA
(204,196,202)
#DDD5D9
(221,213,217)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443C52; }

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

This text font color is #443C52.

Background Color

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

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

This div background color is #443C52.

Border color

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

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

This div border color is #443C52.

Opacity

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

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

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

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

This text has shadow with #443C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443C52.

Preview

Color preview on black background

This text has color #443C52 on black background.


Color preview on white background

This text has color #443C52 on white background.


Black color preview on #443C52 background

This text has black color on #443C52 background.


White color preview on #443C52 background

This text has white color on #443C52 background.


Related colors

Complementary color

Complementary color for #hex is #BBC3AD.


I love getcolorcode.com

Triadic colors

1 #52443C and #3C5244 with #443C52 are triadic colors.

2 #523C44 and #3C4452 with #443C52 are triadic colors.