COLOR #443C5B

HEX: #443C5B
RGB: (68,60,91)

Color info

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

RGB color model

#443C5B color RGB value is (68,60,91).

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

RGB channels and saturation

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

68
60
91

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

Portions of RGB colors in percentages

R + G + B =
68 + 60 + 91 = 219 (100%)
R 68 of 219 ~ 31.05%
G 60 of 219 ~ 27.4%
B 91 of 219 ~ 41.55%

%31.05
%27.4
%41.55

CMYK color model

#443C5B color CMYK value is (25,34,0,64).

  • cyan value is 25.27%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(25,34,0,64)
C25M34Y0K64 
(25%,34%,0%,64%)
(0.25/0.34/0.00/0.64)	

CMYK percentages

%25.27
%34.07
%0
%64.31

Codes

Color #443C5B in popluar color models

443C5B
RGB686091
HSL255°20.53%29.61%
HSB/HSV255°34.07%35.69%
CMYK25.27%34.07%0.00%
64.31%

Color #443C5B in popluar number systems.

HEX443C5B
Decimal686091
Binary10001001111001011011
Octal10474133

Shades and tints

Shades of #443C5B

#443C5B
(68,60,91)
#3E3753
(62,55,83)
#38324B
(56,50,75)
#322D43
(50,45,67)
#2C283B
(44,40,59)
#262333
(38,35,51)
#201E2B
(32,30,43)
#1A1923
(26,25,35)
#14141B
(20,20,27)
#0E0F13
(14,15,19)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #443C5B

#443C5B
(68,60,91)
#554D69
(85,77,105)
#665E77
(102,94,119)
#776F85
(119,111,133)
#888093
(136,128,147)
#9991A1
(153,145,161)
#AAA2AF
(170,162,175)
#BBB3BD
(187,179,189)
#CCC4CB
(204,196,203)
#DDD5D9
(221,213,217)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443C5B; }

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

This text font color is #443C5B.


Background Color

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

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

This div background color is #443C5B.


Border color

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

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

This div border color is #443C5B.


Opacity

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

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

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

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

This text has shadow with #443C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443C5B on black background.


Color preview on white background

This text has color #443C5B on white background.



Black color preview on #443C5B background

This text has black color on #443C5B background.


White color preview on #443C5B background

This text has white color on #443C5B background.