COLOR #442438

HEX: #442438
RGB: (68,36,56)

Color info

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

RGB color model

#442438 color RGB value is (68,36,56).

  • red value is 68;
  • green value is 36;
  • blue value is 56.
RGB:
(68,36,56)
(27%,14%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 36 of 255 = 14%
B 56 of 255 = 22%

68
36
56

R + G + B ~ 21%. #442438 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 36 + 56 = 160 (100%)
R 68 of 160 ~ 42.5%
G 36 of 160 ~ 22.5%
B 56 of 160 ~ 35%

%42.5
%22.5
%35

CMYK color model

#442438 color CMYK value is (0,47,18,73).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 17.65%
  • key color value is 73.33%
CMYK:
(0,47,18,73)
C0M47Y18K73 
(0%,47%,18%,73%)
(0.00/0.47/0.18/0.73)	

CMYK percentages

%0
%47.06
%17.65
%73.33

Codes

Color #442438 in popluar color models

442438
RGB683656
HSL323°30.77%20.39%
HSB/HSV323°47.06%26.67%
CMYK0.00%47.06%17.65%
73.33%

Color #442438 in popluar number systems.

HEX442438
Decimal683656
Binary1000100100100111000
Octal1044470

Shades and tints

Shades of #442438

#442438
(68,36,56)
#3E2133
(62,33,51)
#381E2E
(56,30,46)
#321B29
(50,27,41)
#2C1824
(44,24,36)
#26151F
(38,21,31)
#20121A
(32,18,26)
#1A0F15
(26,15,21)
#140C10
(20,12,16)
#0E090B
(14,9,11)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #442438

#442438
(68,36,56)
#55374A
(85,55,74)
#664A5C
(102,74,92)
#775D6E
(119,93,110)
#887080
(136,112,128)
#998392
(153,131,146)
#AA96A4
(170,150,164)
#BBA9B6
(187,169,182)
#CCBCC8
(204,188,200)
#DDCFDA
(221,207,218)
#EEE2EC
(238,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442438 color. Also use rgb(68,36,56) instead hex code.

Text Font Color

.myTextColor { color: #442438; }

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

This text font color is #442438.


Background Color

.myBgColor { background-color: #442438; }

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

This div background color is #442438.


Border color

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

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

This div border color is #442438.


Opacity

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

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

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

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

This text has shadow with #442438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442438 on black background.


Color preview on white background

This text has color #442438 on white background.



Black color preview on #442438 background

This text has black color on #442438 background.


White color preview on #442438 background

This text has white color on #442438 background.