COLOR #443C4D

HEX: #443C4D
RGB: (68,60,77)

Color info

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

RGB color model

#443C4D color RGB value is (68,60,77).

  • red value is 68;
  • green value is 60;
  • blue value is 77.
RGB:
(68,60,77)
(27%,24%,30%)

RGB channels and saturation

R 68 of 255 = 27%
G 60 of 255 = 24%
B 77 of 255 = 30%

68
60
77

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

Portions of RGB colors in percentages

R + G + B =
68 + 60 + 77 = 205 (100%)
R 68 of 205 ~ 33.17%
G 60 of 205 ~ 29.27%
B 77 of 205 ~ 37.56%

%33.17
%29.27
%37.56

CMYK color model

#443C4D color CMYK value is (12,22,0,70).

  • cyan value is 11.69%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(12,22,0,70)
C12M22Y0K70 
(12%,22%,0%,70%)
(0.12/0.22/0.00/0.70)	

CMYK percentages

%11.69
%22.08
%0
%69.8

Codes

Color #443C4D in popluar color models

443C4D
RGB686077
HSL268°12.41%26.86%
HSB/HSV268°22.08%30.20%
CMYK11.69%22.08%0.00%
69.80%

Color #443C4D in popluar number systems.

HEX443C4D
Decimal686077
Binary10001001111001001101
Octal10474115

Shades and tints

Shades of #443C4D

#443C4D
(68,60,77)
#3E3746
(62,55,70)
#38323F
(56,50,63)
#322D38
(50,45,56)
#2C2831
(44,40,49)
#26232A
(38,35,42)
#201E23
(32,30,35)
#1A191C
(26,25,28)
#141415
(20,20,21)
#0E0F0E
(14,15,14)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #443C4D

#443C4D
(68,60,77)
#554D5D
(85,77,93)
#665E6D
(102,94,109)
#776F7D
(119,111,125)
#88808D
(136,128,141)
#99919D
(153,145,157)
#AAA2AD
(170,162,173)
#BBB3BD
(187,179,189)
#CCC4CD
(204,196,205)
#DDD5DD
(221,213,221)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443C4D; }

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

This text font color is #443C4D.


Background Color

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

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

This div background color is #443C4D.


Border color

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

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

This div border color is #443C4D.


Opacity

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

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

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

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

This text has shadow with #443C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443C4D on black background.


Color preview on white background

This text has color #443C4D on white background.



Black color preview on #443C4D background

This text has black color on #443C4D background.


White color preview on #443C4D background

This text has white color on #443C4D background.