COLOR #442641

HEX: #442641
RGB: (68,38,65)

Color info

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

RGB color model

#442641 color RGB value is (68,38,65).

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

RGB channels and saturation

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

68
38
65

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

Portions of RGB colors in percentages

R + G + B =
68 + 38 + 65 = 171 (100%)
R 68 of 171 ~ 39.77%
G 38 of 171 ~ 22.22%
B 65 of 171 ~ 38.01%

%39.77
%22.22
%38.01

CMYK color model

#442641 color CMYK value is (0,44,4,73).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 4.41%
  • key color value is 73.33%
CMYK:
(0,44,4,73)
C0M44Y4K73 
(0%,44%,4%,73%)
(0.00/0.44/0.04/0.73)	

CMYK percentages

%0
%44.12
%4.41
%73.33

Codes

Color #442641 in popluar color models

442641
RGB683865
HSL306°28.30%20.78%
HSB/HSV306°44.12%26.67%
CMYK0.00%44.12%4.41%
73.33%

Color #442641 in popluar number systems.

HEX442641
Decimal683865
Binary10001001001101000001
Octal10446101

Shades and tints

Shades of #442641

#442641
(68,38,65)
#3E233C
(62,35,60)
#382037
(56,32,55)
#321D32
(50,29,50)
#2C1A2D
(44,26,45)
#261728
(38,23,40)
#201423
(32,20,35)
#1A111E
(26,17,30)
#140E19
(20,14,25)
#0E0B14
(14,11,20)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #442641

#442641
(68,38,65)
#553952
(85,57,82)
#664C63
(102,76,99)
#775F74
(119,95,116)
#887285
(136,114,133)
#998596
(153,133,150)
#AA98A7
(170,152,167)
#BBABB8
(187,171,184)
#CCBEC9
(204,190,201)
#DDD1DA
(221,209,218)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442641; }

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

This text font color is #442641.


Background Color

.myBgColor { background-color: #442641; }

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

This div background color is #442641.


Border color

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

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

This div border color is #442641.


Opacity

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

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

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

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

This text has shadow with #442641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442641 on black background.


Color preview on white background

This text has color #442641 on white background.



Black color preview on #442641 background

This text has black color on #442641 background.


White color preview on #442641 background

This text has white color on #442641 background.