COLOR #443D4F

HEX: #443D4F RGB: (68,61,79)

Color info

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

RGB color model

#443D4F color RGB value is (68,61,79).

RGB: (68,61,79) (27%, 24%, 31%)

RGB channels and saturation

R 68 of 255 = 27%
G 61 of 255 = 24%
B 79 of 255 = 31%

68
61
79

R + G + B ~ 27%. #443D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 61 + 79 = 208 (100%)
R 68 of 208 ~ 32.69%
G 61 of 208 ~ 29.33%
B 79 of 208 ~ 37.98'%

%32.69
%29.33
%37.98

CMYK color model

#443D4F color CMYK value is (14,23,0,69).

  • cyan value is 13.92%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (14,23,0,69)
C14M23Y0K69 (14%, 23%, 0%, 69%)
(0.14 / 0.23 / 0.00 / 0.69)

CMYK percentages

%13.92
%22.78
%0
%69.02

Codes

Color #443D4F in popluar color models

44 3D 4F
RGB 68 61 79
HSL 263° 12.86% 27.45%
HSB/HSV 263° 22.78% 30.98%
CMYK 13.92% 22.78% 0.00%
69.02%

Color #443D4F in popluar number systems.

HEX 44 3D 4F
Decimal 68 61 79
Binary 1000100 111101 1001111
Octal 104 75 117

Shades and tints

Shades of #443D4F

#443D4F
(68,61,79)
#3E3848
(62,56,72)
#383341
(56,51,65)
#322E3A
(50,46,58)
#2C2933
(44,41,51)
#26242C
(38,36,44)
#201F25
(32,31,37)
#1A1A1E
(26,26,30)
#141517
(20,21,23)
#0E1010
(14,16,16)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #443D4F

#443D4F
(68,61,79)
#554E5F
(85,78,95)
#665F6F
(102,95,111)
#77707F
(119,112,127)
#88818F
(136,129,143)
#99929F
(153,146,159)
#AAA3AF
(170,163,175)
#BBB4BF
(187,180,191)
#CCC5CF
(204,197,207)
#DDD6DF
(221,214,223)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443D4F color. Also use rgb(68,61,79) instead hex code.

Text Font Color

.myTextColor { color: #443D4F; }

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

This text font color is #443D4F.

Background Color

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

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

This div background color is #443D4F.

Border color

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

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

This div border color is #443D4F.

Opacity

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

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

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

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

This text has shadow with #443D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443D4F.

Preview

Color preview on black background

This text has color #443D4F on black background.


Color preview on white background

This text has color #443D4F on white background.


Black color preview on #443D4F background

This text has black color on #443D4F background.


White color preview on #443D4F background

This text has white color on #443D4F background.


Related colors

Complementary color

Complementary color for #hex is #BBC2B0.


I love getcolorcode.com

Triadic colors

1 #4F443D and #3D4F44 with #443D4F are triadic colors.

2 #4F3D44 and #3D444F with #443D4F are triadic colors.