COLOR #442957

HEX: #442957
RGB: (68,41,87)

Color info

#442957 contains red, green and blue colors in about the same proportion. Web safe color of #442957 is #333366 (or #336).

RGB color model

#442957 color RGB value is (68,41,87).

  • red value is 68;
  • green value is 41;
  • blue value is 87.
RGB:
(68,41,87)
(27%,16%,34%)

RGB channels and saturation

R 68 of 255 = 27%
G 41 of 255 = 16%
B 87 of 255 = 34%

68
41
87

R + G + B ~ 26%. #442957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 41 + 87 = 196 (100%)
R 68 of 196 ~ 34.69%
G 41 of 196 ~ 20.92%
B 87 of 196 ~ 44.39%

%34.69
%20.92
%44.39

CMYK color model

#442957 color CMYK value is (22,53,0,66).

  • cyan value is 21.84%
  • magenta value is 52.87%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(22,53,0,66)
C22M53Y0K66 
(22%,53%,0%,66%)
(0.22/0.53/0.00/0.66)	

CMYK percentages

%21.84
%52.87
%0
%65.88

Codes

Color #442957 in popluar color models

442957
RGB684187
HSL275°35.94%25.10%
HSB/HSV275°52.87%34.12%
CMYK21.84%52.87%0.00%
65.88%

Color #442957 in popluar number systems.

HEX442957
Decimal684187
Binary10001001010011010111
Octal10451127

Shades and tints

Shades of #442957

#442957
(68,41,87)
#3E2650
(62,38,80)
#382349
(56,35,73)
#322042
(50,32,66)
#2C1D3B
(44,29,59)
#261A34
(38,26,52)
#20172D
(32,23,45)
#1A1426
(26,20,38)
#14111F
(20,17,31)
#0E0E18
(14,14,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #442957

#442957
(68,41,87)
#553C66
(85,60,102)
#664F75
(102,79,117)
#776284
(119,98,132)
#887593
(136,117,147)
#9988A2
(153,136,162)
#AA9BB1
(170,155,177)
#BBAEC0
(187,174,192)
#CCC1CF
(204,193,207)
#DDD4DE
(221,212,222)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442957 color. Also use rgb(68,41,87) instead hex code.

Text Font Color

.myTextColor { color: #442957; }

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

This text font color is #442957.


Background Color

.myBgColor { background-color: #442957; }

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

This div background color is #442957.


Border color

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

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

This div border color is #442957.


Opacity

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

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

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

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

This text has shadow with #442957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442957 on black background.


Color preview on white background

This text has color #442957 on white background.



Black color preview on #442957 background

This text has black color on #442957 background.


White color preview on #442957 background

This text has white color on #442957 background.