COLOR #443D51

HEX: #443D51
RGB: (68,61,81)

Color info

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

RGB color model

#443D51 color RGB value is (68,61,81).

  • red value is 68;
  • green value is 61;
  • blue value is 81.
RGB:
(68,61,81)
(27%,24%,32%)

RGB channels and saturation

R 68 of 255 = 27%
G 61 of 255 = 24%
B 81 of 255 = 32%

68
61
81

R + G + B ~ 28%. #443D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 61 + 81 = 210 (100%)
R 68 of 210 ~ 32.38%
G 61 of 210 ~ 29.05%
B 81 of 210 ~ 38.57%

%32.38
%29.05
%38.57

CMYK color model

#443D51 color CMYK value is (16,25,0,68).

  • cyan value is 16.05%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(16,25,0,68)
C16M25Y0K68 
(16%,25%,0%,68%)
(0.16/0.25/0.00/0.68)	

CMYK percentages

%16.05
%24.69
%0
%68.24

Codes

Color #443D51 in popluar color models

443D51
RGB686181
HSL261°14.08%27.84%
HSB/HSV261°24.69%31.76%
CMYK16.05%24.69%0.00%
68.24%

Color #443D51 in popluar number systems.

HEX443D51
Decimal686181
Binary10001001111011010001
Octal10475121

Shades and tints

Shades of #443D51

#443D51
(68,61,81)
#3E384A
(62,56,74)
#383343
(56,51,67)
#322E3C
(50,46,60)
#2C2935
(44,41,53)
#26242E
(38,36,46)
#201F27
(32,31,39)
#1A1A20
(26,26,32)
#141519
(20,21,25)
#0E1012
(14,16,18)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #443D51

#443D51
(68,61,81)
#554E60
(85,78,96)
#665F6F
(102,95,111)
#77707E
(119,112,126)
#88818D
(136,129,141)
#99929C
(153,146,156)
#AAA3AB
(170,163,171)
#BBB4BA
(187,180,186)
#CCC5C9
(204,197,201)
#DDD6D8
(221,214,216)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443D51; }

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

This text font color is #443D51.


Background Color

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

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

This div background color is #443D51.


Border color

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

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

This div border color is #443D51.


Opacity

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

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

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

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

This text has shadow with #443D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443D51 on black background.


Color preview on white background

This text has color #443D51 on white background.



Black color preview on #443D51 background

This text has black color on #443D51 background.


White color preview on #443D51 background

This text has white color on #443D51 background.