COLOR #442F58

HEX: #442F58
RGB: (68,47,88)

Color info

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

RGB color model

#442F58 color RGB value is (68,47,88).

  • red value is 68;
  • green value is 47;
  • blue value is 88.
RGB:
(68,47,88)
(27%,18%,35%)

RGB channels and saturation

R 68 of 255 = 27%
G 47 of 255 = 18%
B 88 of 255 = 35%

68
47
88

R + G + B ~ 27%. #442F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 47 + 88 = 203 (100%)
R 68 of 203 ~ 33.5%
G 47 of 203 ~ 23.15%
B 88 of 203 ~ 43.35%

%33.5
%23.15
%43.35

CMYK color model

#442F58 color CMYK value is (23,47,0,65).

  • cyan value is 22.73%
  • magenta value is 46.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(23,47,0,65)
C23M47Y0K65 
(23%,47%,0%,65%)
(0.23/0.47/0.00/0.65)	

CMYK percentages

%22.73
%46.59
%0
%65.49

Codes

Color #442F58 in popluar color models

442F58
RGB684788
HSL271°30.37%26.47%
HSB/HSV271°46.59%34.51%
CMYK22.73%46.59%0.00%
65.49%

Color #442F58 in popluar number systems.

HEX442F58
Decimal684788
Binary10001001011111011000
Octal10457130

Shades and tints

Shades of #442F58

#442F58
(68,47,88)
#3E2B50
(62,43,80)
#382748
(56,39,72)
#322340
(50,35,64)
#2C1F38
(44,31,56)
#261B30
(38,27,48)
#201728
(32,23,40)
#1A1320
(26,19,32)
#140F18
(20,15,24)
#0E0B10
(14,11,16)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #442F58

#442F58
(68,47,88)
#554167
(85,65,103)
#665376
(102,83,118)
#776585
(119,101,133)
#887794
(136,119,148)
#9989A3
(153,137,163)
#AA9BB2
(170,155,178)
#BBADC1
(187,173,193)
#CCBFD0
(204,191,208)
#DDD1DF
(221,209,223)
#EEE3EE
(238,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442F58 color. Also use rgb(68,47,88) instead hex code.

Text Font Color

.myTextColor { color: #442F58; }

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

This text font color is #442F58.


Background Color

.myBgColor { background-color: #442F58; }

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

This div background color is #442F58.


Border color

.myBorderColor { border: 1px solid #442F58; }

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

This div border color is #442F58.


Opacity

.myOpacity80 { color: #442F58; opacity: 0.8; }

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

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

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

This text has shadow with #442F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442F58 on black background.


Color preview on white background

This text has color #442F58 on white background.



Black color preview on #442F58 background

This text has black color on #442F58 background.


White color preview on #442F58 background

This text has white color on #442F58 background.