COLOR #443D69

HEX: #443D69
RGB: (68,61,105)

Color info

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

RGB color model

#443D69 color RGB value is (68,61,105).

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

RGB channels and saturation

R 68 of 255 = 27%
G 61 of 255 = 24%
B 105 of 255 = 41%

68
61
105

R + G + B ~ 31%. #443D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 61 + 105 = 234 (100%)
R 68 of 234 ~ 29.06%
G 61 of 234 ~ 26.07%
B 105 of 234 ~ 44.87%

%29.06
%26.07
%44.87

CMYK color model

#443D69 color CMYK value is (35,42,0,59).

  • cyan value is 35.24%
  • magenta value is 41.90%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(35,42,0,59)
C35M42Y0K59 
(35%,42%,0%,59%)
(0.35/0.42/0.00/0.59)	

CMYK percentages

%35.24
%41.9
%0
%58.82

Codes

Color #443D69 in popluar color models

443D69
RGB6861105
HSL250°26.51%32.55%
HSB/HSV250°41.90%41.18%
CMYK35.24%41.90%0.00%
58.82%

Color #443D69 in popluar number systems.

HEX443D69
Decimal6861105
Binary10001001111011101001
Octal10475151

Shades and tints

Shades of #443D69

#443D69
(68,61,105)
#3E3860
(62,56,96)
#383357
(56,51,87)
#322E4E
(50,46,78)
#2C2945
(44,41,69)
#26243C
(38,36,60)
#201F33
(32,31,51)
#1A1A2A
(26,26,42)
#141521
(20,21,33)
#0E1018
(14,16,24)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #443D69

#443D69
(68,61,105)
#554E76
(85,78,118)
#665F83
(102,95,131)
#777090
(119,112,144)
#88819D
(136,129,157)
#9992AA
(153,146,170)
#AAA3B7
(170,163,183)
#BBB4C4
(187,180,196)
#CCC5D1
(204,197,209)
#DDD6DE
(221,214,222)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443D69; }

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

This text font color is #443D69.


Background Color

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

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

This div background color is #443D69.


Border color

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

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

This div border color is #443D69.


Opacity

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

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

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

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

This text has shadow with #443D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443D69 on black background.


Color preview on white background

This text has color #443D69 on white background.



Black color preview on #443D69 background

This text has black color on #443D69 background.


White color preview on #443D69 background

This text has white color on #443D69 background.