COLOR #443F4A

HEX: #443F4A RGB: (68,63,74)

Color info

#443F4A contains red, green and blue colors in about the same proportion. Web safe color of #443F4A is #333333 (or #333).

RGB color model

#443F4A color RGB value is (68,63,74).

RGB: (68,63,74) (27%, 25%, 29%)

RGB channels and saturation

R 68 of 255 = 27%
G 63 of 255 = 25%
B 74 of 255 = 29%

68
63
74

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

Portions of RGB colors in percentages

R + G + B = 68 + 63 + 74 = 205 (100%)
R 68 of 205 ~ 33.17%
G 63 of 205 ~ 30.73%
B 74 of 205 ~ 36.1'%

%33.17
%30.73
%36.1

CMYK color model

#443F4A color CMYK value is (8,15,0,71).

  • cyan value is 8.11%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK: (8,15,0,71) C8M15Y0K71 (8%,15%,0%,71%) (0.08/0.15/0.00/0.71) 

CMYK percentages

%8.11
%14.86
%0
%70.98

Codes

Color #443F4A in popluar color models

44 3F 4A
RGB 68 63 74
HSL 267° 8.03% 26.86%
HSB/HSV 267° 14.86% 29.02%
CMYK 8.11% 14.86% 0.00%
70.98%

Color #443F4A in popluar number systems.

HEX 44 3F 4A
Decimal 68 63 74
Binary 1000100 111111 1001010
Octal 104 77 112

Shades and tints

Shades of #443F4A

#443F4A
(68,63,74)
#3E3A44
(62,58,68)
#38353E
(56,53,62)
#323038
(50,48,56)
#2C2B32
(44,43,50)
#26262C
(38,38,44)
#202126
(32,33,38)
#1A1C20
(26,28,32)
#14171A
(20,23,26)
#0E1214
(14,18,20)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #443F4A

#443F4A
(68,63,74)
#55505A
(85,80,90)
#66616A
(102,97,106)
#77727A
(119,114,122)
#88838A
(136,131,138)
#99949A
(153,148,154)
#AAA5AA
(170,165,170)
#BBB6BA
(187,182,186)
#CCC7CA
(204,199,202)
#DDD8DA
(221,216,218)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443F4A color. Also use rgb(68,63,74) instead hex code.

Text Font Color

.myTextColor { color: #443F4A; }

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

This text font color is #443F4A.

Background Color

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

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

This div background color is #443F4A.

Border color

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

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

This div border color is #443F4A.

Opacity

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

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

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

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

This text has shadow with #443F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443F4A.

Preview

Color preview on black background

This text has color #443F4A on black background.


Color preview on white background

This text has color #443F4A on white background.


Black color preview on #443F4A background

This text has black color on #443F4A background.


White color preview on #443F4A background

This text has white color on #443F4A background.


Related colors

Complementary color

Complementary color for #hex is #BBC0B5.


I love getcolorcode.com

Triadic colors

1 #4A443F and #3F4A44 with #443F4A are triadic colors.

2 #4A3F44 and #3F444A with #443F4A are triadic colors.