COLOR #443040

HEX: #443040
RGB: (68,48,64)

Color info

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

RGB color model

#443040 color RGB value is (68,48,64).

  • red value is 68;
  • green value is 48;
  • blue value is 64.
RGB:
(68,48,64)
(27%,19%,25%)

RGB channels and saturation

R 68 of 255 = 27%
G 48 of 255 = 19%
B 64 of 255 = 25%

68
48
64

R + G + B ~ 24%. #443040 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 48 + 64 = 180 (100%)
R 68 of 180 ~ 37.78%
G 48 of 180 ~ 26.67%
B 64 of 180 ~ 35.56%

%37.78
%26.67
%35.56

CMYK color model

#443040 color CMYK value is (0,29,6,73).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 5.88%
  • key color value is 73.33%
CMYK:
(0,29,6,73)
C0M29Y6K73 
(0%,29%,6%,73%)
(0.00/0.29/0.06/0.73)	

CMYK percentages

%0
%29.41
%5.88
%73.33

Codes

Color #443040 in popluar color models

443040
RGB684864
HSL312°17.24%22.75%
HSB/HSV312°29.41%26.67%
CMYK0.00%29.41%5.88%
73.33%

Color #443040 in popluar number systems.

HEX443040
Decimal684864
Binary10001001100001000000
Octal10460100

Shades and tints

Shades of #443040

#443040
(68,48,64)
#3E2C3B
(62,44,59)
#382836
(56,40,54)
#322431
(50,36,49)
#2C202C
(44,32,44)
#261C27
(38,28,39)
#201822
(32,24,34)
#1A141D
(26,20,29)
#141018
(20,16,24)
#0E0C13
(14,12,19)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #443040

#443040
(68,48,64)
#554251
(85,66,81)
#665462
(102,84,98)
#776673
(119,102,115)
#887884
(136,120,132)
#998A95
(153,138,149)
#AA9CA6
(170,156,166)
#BBAEB7
(187,174,183)
#CCC0C8
(204,192,200)
#DDD2D9
(221,210,217)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443040 color. Also use rgb(68,48,64) instead hex code.

Text Font Color

.myTextColor { color: #443040; }

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

This text font color is #443040.


Background Color

.myBgColor { background-color: #443040; }

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

This div background color is #443040.


Border color

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

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

This div border color is #443040.


Opacity

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

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

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

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

This text has shadow with #443040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443040 on black background.


Color preview on white background

This text has color #443040 on white background.



Black color preview on #443040 background

This text has black color on #443040 background.


White color preview on #443040 background

This text has white color on #443040 background.