COLOR #442751

HEX: #442751
RGB: (68,39,81)

Color info

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

RGB color model

#442751 color RGB value is (68,39,81).

  • red value is 68;
  • green value is 39;
  • blue value is 81.
RGB:
(68,39,81)
(27%,15%,32%)

RGB channels and saturation

R 68 of 255 = 27%
G 39 of 255 = 15%
B 81 of 255 = 32%

68
39
81

R + G + B ~ 25%. #442751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 39 + 81 = 188 (100%)
R 68 of 188 ~ 36.17%
G 39 of 188 ~ 20.74%
B 81 of 188 ~ 43.09%

%36.17
%20.74
%43.09

CMYK color model

#442751 color CMYK value is (16,52,0,68).

  • cyan value is 16.05%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(16,52,0,68)
C16M52Y0K68 
(16%,52%,0%,68%)
(0.16/0.52/0.00/0.68)	

CMYK percentages

%16.05
%51.85
%0
%68.24

Codes

Color #442751 in popluar color models

442751
RGB683981
HSL281°35.00%23.53%
HSB/HSV281°51.85%31.76%
CMYK16.05%51.85%0.00%
68.24%

Color #442751 in popluar number systems.

HEX442751
Decimal683981
Binary10001001001111010001
Octal10447121

Shades and tints

Shades of #442751

#442751
(68,39,81)
#3E244A
(62,36,74)
#382143
(56,33,67)
#321E3C
(50,30,60)
#2C1B35
(44,27,53)
#26182E
(38,24,46)
#201527
(32,21,39)
#1A1220
(26,18,32)
#140F19
(20,15,25)
#0E0C12
(14,12,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #442751

#442751
(68,39,81)
#553A60
(85,58,96)
#664D6F
(102,77,111)
#77607E
(119,96,126)
#88738D
(136,115,141)
#99869C
(153,134,156)
#AA99AB
(170,153,171)
#BBACBA
(187,172,186)
#CCBFC9
(204,191,201)
#DDD2D8
(221,210,216)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442751 color. Also use rgb(68,39,81) instead hex code.

Text Font Color

.myTextColor { color: #442751; }

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

This text font color is #442751.


Background Color

.myBgColor { background-color: #442751; }

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

This div background color is #442751.


Border color

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

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

This div border color is #442751.


Opacity

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

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

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

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

This text has shadow with #442751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442751 on black background.


Color preview on white background

This text has color #442751 on white background.



Black color preview on #442751 background

This text has black color on #442751 background.


White color preview on #442751 background

This text has white color on #442751 background.