COLOR #442640

HEX: #442640
RGB: (68,38,64)

Color info

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

RGB color model

#442640 color RGB value is (68,38,64).

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

RGB channels and saturation

R 68 of 255 = 27%
G 38 of 255 = 15%
B 64 of 255 = 25%

68
38
64

R + G + B ~ 22%. #442640 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 38 + 64 = 170 (100%)
R 68 of 170 ~ 40%
G 38 of 170 ~ 22.35%
B 64 of 170 ~ 37.65%

%40
%22.35
%37.65

CMYK color model

#442640 color CMYK value is (0,44,6,73).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 5.88%
  • key color value is 73.33%
CMYK:
(0,44,6,73)
C0M44Y6K73 
(0%,44%,6%,73%)
(0.00/0.44/0.06/0.73)	

CMYK percentages

%0
%44.12
%5.88
%73.33

Codes

Color #442640 in popluar color models

442640
RGB683864
HSL308°28.30%20.78%
HSB/HSV308°44.12%26.67%
CMYK0.00%44.12%5.88%
73.33%

Color #442640 in popluar number systems.

HEX442640
Decimal683864
Binary10001001001101000000
Octal10446100

Shades and tints

Shades of #442640

#442640
(68,38,64)
#3E233B
(62,35,59)
#382036
(56,32,54)
#321D31
(50,29,49)
#2C1A2C
(44,26,44)
#261727
(38,23,39)
#201422
(32,20,34)
#1A111D
(26,17,29)
#140E18
(20,14,24)
#0E0B13
(14,11,19)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #442640

#442640
(68,38,64)
#553951
(85,57,81)
#664C62
(102,76,98)
#775F73
(119,95,115)
#887284
(136,114,132)
#998595
(153,133,149)
#AA98A6
(170,152,166)
#BBABB7
(187,171,183)
#CCBEC8
(204,190,200)
#DDD1D9
(221,209,217)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442640; }

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

This text font color is #442640.


Background Color

.myBgColor { background-color: #442640; }

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

This div background color is #442640.


Border color

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

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

This div border color is #442640.


Opacity

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

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

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

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

This text has shadow with #442640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442640 on black background.


Color preview on white background

This text has color #442640 on white background.



Black color preview on #442640 background

This text has black color on #442640 background.


White color preview on #442640 background

This text has white color on #442640 background.