COLOR #443B60

HEX: #443B60
RGB: (68,59,96)

Color info

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

RGB color model

#443B60 color RGB value is (68,59,96).

  • red value is 68;
  • green value is 59;
  • blue value is 96.
RGB:
(68,59,96)
(27%,23%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 59 of 255 = 23%
B 96 of 255 = 38%

68
59
96

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

Portions of RGB colors in percentages

R + G + B =
68 + 59 + 96 = 223 (100%)
R 68 of 223 ~ 30.49%
G 59 of 223 ~ 26.46%
B 96 of 223 ~ 43.05%

%30.49
%26.46
%43.05

CMYK color model

#443B60 color CMYK value is (29,39,0,62).

  • cyan value is 29.17%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(29,39,0,62)
C29M39Y0K62 
(29%,39%,0%,62%)
(0.29/0.39/0.00/0.62)	

CMYK percentages

%29.17
%38.54
%0
%62.35

Codes

Color #443B60 in popluar color models

443B60
RGB685996
HSL255°23.87%30.39%
HSB/HSV255°38.54%37.65%
CMYK29.17%38.54%0.00%
62.35%

Color #443B60 in popluar number systems.

HEX443B60
Decimal685996
Binary10001001110111100000
Octal10473140

Shades and tints

Shades of #443B60

#443B60
(68,59,96)
#3E3658
(62,54,88)
#383150
(56,49,80)
#322C48
(50,44,72)
#2C2740
(44,39,64)
#262238
(38,34,56)
#201D30
(32,29,48)
#1A1828
(26,24,40)
#141320
(20,19,32)
#0E0E18
(14,14,24)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #443B60

#443B60
(68,59,96)
#554C6E
(85,76,110)
#665D7C
(102,93,124)
#776E8A
(119,110,138)
#887F98
(136,127,152)
#9990A6
(153,144,166)
#AAA1B4
(170,161,180)
#BBB2C2
(187,178,194)
#CCC3D0
(204,195,208)
#DDD4DE
(221,212,222)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443B60; }

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

This text font color is #443B60.


Background Color

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

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

This div background color is #443B60.


Border color

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

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

This div border color is #443B60.


Opacity

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

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

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

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

This text has shadow with #443B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443B60 on black background.


Color preview on white background

This text has color #443B60 on white background.



Black color preview on #443B60 background

This text has black color on #443B60 background.


White color preview on #443B60 background

This text has white color on #443B60 background.