COLOR #443F61

HEX: #443F61
RGB: (68,63,97)

Color info

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

RGB color model

#443F61 color RGB value is (68,63,97).

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

RGB channels and saturation

R 68 of 255 = 27%
G 63 of 255 = 25%
B 97 of 255 = 38%

68
63
97

R + G + B ~ 30%. #443F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 63 + 97 = 228 (100%)
R 68 of 228 ~ 29.82%
G 63 of 228 ~ 27.63%
B 97 of 228 ~ 42.54%

%29.82
%27.63
%42.54

CMYK color model

#443F61 color CMYK value is (30,35,0,62).

  • cyan value is 29.90%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(30,35,0,62)
C30M35Y0K62 
(30%,35%,0%,62%)
(0.30/0.35/0.00/0.62)	

CMYK percentages

%29.9
%35.05
%0
%61.96

Codes

Color #443F61 in popluar color models

443F61
RGB686397
HSL249°21.25%31.37%
HSB/HSV249°35.05%38.04%
CMYK29.90%35.05%0.00%
61.96%

Color #443F61 in popluar number systems.

HEX443F61
Decimal686397
Binary10001001111111100001
Octal10477141

Shades and tints

Shades of #443F61

#443F61
(68,63,97)
#3E3A59
(62,58,89)
#383551
(56,53,81)
#323049
(50,48,73)
#2C2B41
(44,43,65)
#262639
(38,38,57)
#202131
(32,33,49)
#1A1C29
(26,28,41)
#141721
(20,23,33)
#0E1219
(14,18,25)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #443F61

#443F61
(68,63,97)
#55506F
(85,80,111)
#66617D
(102,97,125)
#77728B
(119,114,139)
#888399
(136,131,153)
#9994A7
(153,148,167)
#AAA5B5
(170,165,181)
#BBB6C3
(187,182,195)
#CCC7D1
(204,199,209)
#DDD8DF
(221,216,223)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443F61; }

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

This text font color is #443F61.


Background Color

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

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

This div background color is #443F61.


Border color

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

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

This div border color is #443F61.


Opacity

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

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

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

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

This text has shadow with #443F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443F61 on black background.


Color preview on white background

This text has color #443F61 on white background.



Black color preview on #443F61 background

This text has black color on #443F61 background.


White color preview on #443F61 background

This text has white color on #443F61 background.