COLOR #443A41

HEX: #443A41 RGB: (68,58,65)

Color info

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

RGB color model

#443A41 color RGB value is (68,58,65).

RGB: (68,58,65) (27%, 23%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 58 of 255 = 23%
B 65 of 255 = 25%

68
58
65

R + G + B ~ 25%. #443A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 58 + 65 = 191 (100%)
R 68 of 191 ~ 35.6%
G 58 of 191 ~ 30.37%
B 65 of 191 ~ 34.03'%

%35.6
%30.37
%34.03

CMYK color model

#443A41 color CMYK value is (0,15,4,73).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 4.41%
  • key color value is 73.33%

CMYK: (0,15,4,73)
C0M15Y4K73 (0%, 15%, 4%, 73%)
(0.00 / 0.15 / 0.04 / 0.73)

CMYK percentages

%0
%14.71
%4.41
%73.33

Codes

Color #443A41 in popluar color models

44 3A 41
RGB 68 58 65
HSL 318° 7.94% 24.71%
HSB/HSV 318° 14.71% 26.67%
CMYK 0.00% 14.71% 4.41%
73.33%

Color #443A41 in popluar number systems.

HEX 44 3A 41
Decimal 68 58 65
Binary 1000100 111010 1000001
Octal 104 72 101

Shades and tints

Shades of #443A41

#443A41
(68,58,65)
#3E353C
(62,53,60)
#383037
(56,48,55)
#322B32
(50,43,50)
#2C262D
(44,38,45)
#262128
(38,33,40)
#201C23
(32,28,35)
#1A171E
(26,23,30)
#141219
(20,18,25)
#0E0D14
(14,13,20)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #443A41

#443A41
(68,58,65)
#554B52
(85,75,82)
#665C63
(102,92,99)
#776D74
(119,109,116)
#887E85
(136,126,133)
#998F96
(153,143,150)
#AAA0A7
(170,160,167)
#BBB1B8
(187,177,184)
#CCC2C9
(204,194,201)
#DDD3DA
(221,211,218)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443A41; }

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

This text font color is #443A41.

Background Color

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

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

This div background color is #443A41.

Border color

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

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

This div border color is #443A41.

Opacity

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

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

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

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

This text has shadow with #443A41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443A41.

Preview

Color preview on black background

This text has color #443A41 on black background.


Color preview on white background

This text has color #443A41 on white background.


Black color preview on #443A41 background

This text has black color on #443A41 background.


White color preview on #443A41 background

This text has white color on #443A41 background.


Related colors

Complementary color

Complementary color for #hex is #BBC5BE.


I love getcolorcode.com

Triadic colors

1 #41443A and #3A4144 with #443A41 are triadic colors.

2 #413A44 and #3A4441 with #443A41 are triadic colors.