COLOR #443F3F

HEX: #443F3F
RGB: (68,63,63)

Color info

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

RGB color model

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

  • red value is 68;
  • green value is 63;
  • blue value is 63.
RGB:
(68,63,63)
(27%,25%,25%)

RGB channels and saturation

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

68
63
63

R + G + B ~ 26%. #443F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 63 + 63 = 194 (100%)
R 68 of 194 ~ 35.05%
G 63 of 194 ~ 32.47%
B 63 of 194 ~ 32.47%

%35.05
%32.47
%32.47

CMYK color model

#443F3F color CMYK value is (0,7,7,73).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 7.35%
  • key color value is 73.33%
CMYK:
(0,7,7,73)
C0M7Y7K73 
(0%,7%,7%,73%)
(0.00/0.07/0.07/0.73)	

CMYK percentages

%0
%7.35
%7.35
%73.33

Codes

Color #443F3F in popluar color models

443F3F
RGB686363
HSL3.82%25.69%
HSB/HSV7.35%26.67%
CMYK0.00%7.35%7.35%
73.33%

Color #443F3F in popluar number systems.

HEX443F3F
Decimal686363
Binary1000100111111111111
Octal1047777

Shades and tints

Shades of #443F3F

#443F3F
(68,63,63)
#3E3A3A
(62,58,58)
#383535
(56,53,53)
#323030
(50,48,48)
#2C2B2B
(44,43,43)
#262626
(38,38,38)
#202121
(32,33,33)
#1A1C1C
(26,28,28)
#141717
(20,23,23)
#0E1212
(14,18,18)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #443F3F

#443F3F
(68,63,63)
#555050
(85,80,80)
#666161
(102,97,97)
#777272
(119,114,114)
#888383
(136,131,131)
#999494
(153,148,148)
#AAA5A5
(170,165,165)
#BBB6B6
(187,182,182)
#CCC7C7
(204,199,199)
#DDD8D8
(221,216,216)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443F3F; }

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

This text font color is #443F3F.


Background Color

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

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

This div background color is #443F3F.


Border color

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

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

This div border color is #443F3F.


Opacity

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

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

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

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

This text has shadow with #443F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443F3F on black background.


Color preview on white background

This text has color #443F3F on white background.



Black color preview on #443F3F background

This text has black color on #443F3F background.


White color preview on #443F3F background

This text has white color on #443F3F background.