COLOR #443449

HEX: #443449
RGB: (68,52,73)

Color info

#443449 contains red, green and blue colors in about the same proportion. Web safe color of #443449 is #333333 (or #333).

RGB color model

#443449 color RGB value is (68,52,73).

  • red value is 68;
  • green value is 52;
  • blue value is 73.
RGB:
(68,52,73)
(27%,20%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 52 of 255 = 20%
B 73 of 255 = 29%

68
52
73

R + G + B ~ 25%. #443449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 52 + 73 = 193 (100%)
R 68 of 193 ~ 35.23%
G 52 of 193 ~ 26.94%
B 73 of 193 ~ 37.82%

%35.23
%26.94
%37.82

CMYK color model

#443449 color CMYK value is (7,29,0,71).

  • cyan value is 6.85%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(7,29,0,71)
C7M29Y0K71 
(7%,29%,0%,71%)
(0.07/0.29/0.00/0.71)	

CMYK percentages

%6.85
%28.77
%0
%71.37

Codes

Color #443449 in popluar color models

443449
RGB685273
HSL286°16.80%24.51%
HSB/HSV286°28.77%28.63%
CMYK6.85%28.77%0.00%
71.37%

Color #443449 in popluar number systems.

HEX443449
Decimal685273
Binary10001001101001001001
Octal10464111

Shades and tints

Shades of #443449

#443449
(68,52,73)
#3E3043
(62,48,67)
#382C3D
(56,44,61)
#322837
(50,40,55)
#2C2431
(44,36,49)
#26202B
(38,32,43)
#201C25
(32,28,37)
#1A181F
(26,24,31)
#141419
(20,20,25)
#0E1013
(14,16,19)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #443449

#443449
(68,52,73)
#554659
(85,70,89)
#665869
(102,88,105)
#776A79
(119,106,121)
#887C89
(136,124,137)
#998E99
(153,142,153)
#AAA0A9
(170,160,169)
#BBB2B9
(187,178,185)
#CCC4C9
(204,196,201)
#DDD6D9
(221,214,217)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443449 color. Also use rgb(68,52,73) instead hex code.

Text Font Color

.myTextColor { color: #443449; }

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

This text font color is #443449.


Background Color

.myBgColor { background-color: #443449; }

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

This div background color is #443449.


Border color

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

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

This div border color is #443449.


Opacity

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

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

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

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

This text has shadow with #443449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443449 on black background.


Color preview on white background

This text has color #443449 on white background.



Black color preview on #443449 background

This text has black color on #443449 background.


White color preview on #443449 background

This text has white color on #443449 background.