COLOR #443F65

HEX: #443F65
RGB: (68,63,101)

Color info

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

RGB color model

#443F65 color RGB value is (68,63,101).

  • red value is 68;
  • green value is 63;
  • blue value is 101.
RGB: (68,63,101) (27%,25%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 63 of 255 = 25%
B 101 of 255 = 40%

68
63
101

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

Portions of RGB colors in percentages

R + G + B =
68 + 63 + 101 = 232 (100%)
R 68 of 232 ~ 29.31%
G 63 of 232 ~ 27.16%
B 101 of 232 ~ 43.53%

%29.31
%27.16
%43.53

CMYK color model

#443F65 color CMYK value is (33,38,0,60).

  • cyan value is 32.67%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (33,38,0,60) C33M38Y0K60 (33%,38%,0%,60%) (0.33/0.38/0.00/0.60)

CMYK percentages

%32.67
%37.62
%0
%60.39

Codes

Color #443F65 in popluar color models

443F65
RGB6863101
HSL248°23.17%32.16%
HSB/HSV248°37.62%39.61%
CMYK32.67%37.62%0.00%
60.39%

Color #443F65 in popluar number systems.

HEX443F65
Decimal6863101
Binary10001001111111100101
Octal10477145

Shades and tints

Shades of #443F65

#443F65
(68,63,101)
#3E3A5C
(62,58,92)
#383553
(56,53,83)
#32304A
(50,48,74)
#2C2B41
(44,43,65)
#262638
(38,38,56)
#20212F
(32,33,47)
#1A1C26
(26,28,38)
#14171D
(20,23,29)
#0E1214
(14,18,20)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #443F65

#443F65
(68,63,101)
#555073
(85,80,115)
#666181
(102,97,129)
#77728F
(119,114,143)
#88839D
(136,131,157)
#9994AB
(153,148,171)
#AAA5B9
(170,165,185)
#BBB6C7
(187,182,199)
#CCC7D5
(204,199,213)
#DDD8E3
(221,216,227)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443F65 color. Also use rgb(68,63,101) instead hex code.

Text Font Color

.myTextColor { color: #443F65; }

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

This text font color is #443F65.


Background Color

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

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

This div background color is #443F65.


Border color

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

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

This div border color is #443F65.


Opacity

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

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

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

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

This text has shadow with #443F65 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #443F65 on black background.


Color preview on white background

This text has color #443F65 on white background.



Black color preview on #443F65 background

This text has black color on #443F65 background.


White color preview on #443F65 background

This text has white color on #443F65 background.