COLOR #443C5D

HEX: #443C5D
RGB: (68,60,93)

Color info

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

RGB color model

#443C5D color RGB value is (68,60,93).

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

RGB channels and saturation

R 68 of 255 = 27%
G 60 of 255 = 24%
B 93 of 255 = 36%

68
60
93

R + G + B ~ 29%. #443C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 60 + 93 = 221 (100%)
R 68 of 221 ~ 30.77%
G 60 of 221 ~ 27.15%
B 93 of 221 ~ 42.08%

%30.77
%27.15
%42.08

CMYK color model

#443C5D color CMYK value is (27,35,0,64).

  • cyan value is 26.88%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(27,35,0,64)
C27M35Y0K64 
(27%,35%,0%,64%)
(0.27/0.35/0.00/0.64)	

CMYK percentages

%26.88
%35.48
%0
%63.53

Codes

Color #443C5D in popluar color models

443C5D
RGB686093
HSL255°21.57%30.00%
HSB/HSV255°35.48%36.47%
CMYK26.88%35.48%0.00%
63.53%

Color #443C5D in popluar number systems.

HEX443C5D
Decimal686093
Binary10001001111001011101
Octal10474135

Shades and tints

Shades of #443C5D

#443C5D
(68,60,93)
#3E3755
(62,55,85)
#38324D
(56,50,77)
#322D45
(50,45,69)
#2C283D
(44,40,61)
#262335
(38,35,53)
#201E2D
(32,30,45)
#1A1925
(26,25,37)
#14141D
(20,20,29)
#0E0F15
(14,15,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #443C5D

#443C5D
(68,60,93)
#554D6B
(85,77,107)
#665E79
(102,94,121)
#776F87
(119,111,135)
#888095
(136,128,149)
#9991A3
(153,145,163)
#AAA2B1
(170,162,177)
#BBB3BF
(187,179,191)
#CCC4CD
(204,196,205)
#DDD5DB
(221,213,219)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443C5D; }

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

This text font color is #443C5D.


Background Color

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

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

This div background color is #443C5D.


Border color

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

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

This div border color is #443C5D.


Opacity

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

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

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

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

This text has shadow with #443C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443C5D on black background.


Color preview on white background

This text has color #443C5D on white background.



Black color preview on #443C5D background

This text has black color on #443C5D background.


White color preview on #443C5D background

This text has white color on #443C5D background.