COLOR #443650

HEX: #443650
RGB: (68,54,80)

Color info

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

RGB color model

#443650 color RGB value is (68,54,80).

  • red value is 68;
  • green value is 54;
  • blue value is 80.
RGB:
(68,54,80)
(27%,21%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 54 of 255 = 21%
B 80 of 255 = 31%

68
54
80

R + G + B ~ 26%. #443650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 54 + 80 = 202 (100%)
R 68 of 202 ~ 33.66%
G 54 of 202 ~ 26.73%
B 80 of 202 ~ 39.6%

%33.66
%26.73
%39.6

CMYK color model

#443650 color CMYK value is (15,33,0,69).

  • cyan value is 15.00%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(15,33,0,69)
C15M33Y0K69 
(15%,33%,0%,69%)
(0.15/0.33/0.00/0.69)	

CMYK percentages

%15
%32.5
%0
%68.63

Codes

Color #443650 in popluar color models

443650
RGB685480
HSL272°19.40%26.27%
HSB/HSV272°32.50%31.37%
CMYK15.00%32.50%0.00%
68.63%

Color #443650 in popluar number systems.

HEX443650
Decimal685480
Binary10001001101101010000
Octal10466120

Shades and tints

Shades of #443650

#443650
(68,54,80)
#3E3249
(62,50,73)
#382E42
(56,46,66)
#322A3B
(50,42,59)
#2C2634
(44,38,52)
#26222D
(38,34,45)
#201E26
(32,30,38)
#1A1A1F
(26,26,31)
#141618
(20,22,24)
#0E1211
(14,18,17)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #443650

#443650
(68,54,80)
#55485F
(85,72,95)
#665A6E
(102,90,110)
#776C7D
(119,108,125)
#887E8C
(136,126,140)
#99909B
(153,144,155)
#AAA2AA
(170,162,170)
#BBB4B9
(187,180,185)
#CCC6C8
(204,198,200)
#DDD8D7
(221,216,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443650 color. Also use rgb(68,54,80) instead hex code.

Text Font Color

.myTextColor { color: #443650; }

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

This text font color is #443650.


Background Color

.myBgColor { background-color: #443650; }

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

This div background color is #443650.


Border color

.myBorderColor { border: 1px solid #443650; }

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

This div border color is #443650.


Opacity

.myOpacity80 { color: #443650; opacity: 0.8; }

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

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

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

This text has shadow with #443650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443650 on black background.


Color preview on white background

This text has color #443650 on white background.



Black color preview on #443650 background

This text has black color on #443650 background.


White color preview on #443650 background

This text has white color on #443650 background.