COLOR #442341

HEX: #442341
RGB: (68,35,65)

Color info

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

RGB color model

#442341 color RGB value is (68,35,65).

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

RGB channels and saturation

R 68 of 255 = 27%
G 35 of 255 = 14%
B 65 of 255 = 25%

68
35
65

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

Portions of RGB colors in percentages

R + G + B =
68 + 35 + 65 = 168 (100%)
R 68 of 168 ~ 40.48%
G 35 of 168 ~ 20.83%
B 65 of 168 ~ 38.69%

%40.48
%20.83
%38.69

CMYK color model

#442341 color CMYK value is (0,49,4,73).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 4.41%
  • key color value is 73.33%
CMYK:
(0,49,4,73)
C0M49Y4K73 
(0%,49%,4%,73%)
(0.00/0.49/0.04/0.73)	

CMYK percentages

%0
%48.53
%4.41
%73.33

Codes

Color #442341 in popluar color models

442341
RGB683565
HSL305°32.04%20.20%
HSB/HSV305°48.53%26.67%
CMYK0.00%48.53%4.41%
73.33%

Color #442341 in popluar number systems.

HEX442341
Decimal683565
Binary10001001000111000001
Octal10443101

Shades and tints

Shades of #442341

#442341
(68,35,65)
#3E203C
(62,32,60)
#381D37
(56,29,55)
#321A32
(50,26,50)
#2C172D
(44,23,45)
#261428
(38,20,40)
#201123
(32,17,35)
#1A0E1E
(26,14,30)
#140B19
(20,11,25)
#0E0814
(14,8,20)
#08050F
(8,5,15)
#000000
(0,0,0)

Tints of #442341

#442341
(68,35,65)
#553752
(85,55,82)
#664B63
(102,75,99)
#775F74
(119,95,116)
#887385
(136,115,133)
#998796
(153,135,150)
#AA9BA7
(170,155,167)
#BBAFB8
(187,175,184)
#CCC3C9
(204,195,201)
#DDD7DA
(221,215,218)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442341; }

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

This text font color is #442341.


Background Color

.myBgColor { background-color: #442341; }

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

This div background color is #442341.


Border color

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

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

This div border color is #442341.


Opacity

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

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

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

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

This text has shadow with #442341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442341 on black background.


Color preview on white background

This text has color #442341 on white background.



Black color preview on #442341 background

This text has black color on #442341 background.


White color preview on #442341 background

This text has white color on #442341 background.