COLOR #440877

HEX: #440877
RGB: (68,8,119)

Color info

#440877 contains mainly red and blue colors. Web safe color of #440877 is #330066 (or #306).

RGB color model

#440877 color RGB value is (68,8,119).

  • red value is 68;
  • green value is 8;
  • blue value is 119.
RGB:
(68,8,119)
(27%,3%,47%)

RGB channels and saturation

R 68 of 255 = 27%
G 8 of 255 = 3%
B 119 of 255 = 47%

68
8
119

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

Portions of RGB colors in percentages

R + G + B =
68 + 8 + 119 = 195 (100%)
R 68 of 195 ~ 34.87%
G 8 of 195 ~ 4.1%
B 119 of 195 ~ 61.03%

%34.87
%61.03

CMYK color model

#440877 color CMYK value is (43,93,0,53).

  • cyan value is 42.86%
  • magenta value is 93.28%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(43,93,0,53)
C43M93Y0K53 
(43%,93%,0%,53%)
(0.43/0.93/0.00/0.53)	

CMYK percentages

%42.86
%93.28
%0
%53.33

Codes

Color #440877 in popluar color models

440877
RGB688119
HSL272°87.40%24.90%
HSB/HSV272°93.28%46.67%
CMYK42.86%93.28%0.00%
53.33%

Color #440877 in popluar number systems.

HEX440877
Decimal688119
Binary100010010001110111
Octal10410167

Shades and tints

Shades of #440877

#440877
(68,8,119)
#3E086D
(62,8,109)
#380863
(56,8,99)
#320859
(50,8,89)
#2C084F
(44,8,79)
#260845
(38,8,69)
#20083B
(32,8,59)
#1A0831
(26,8,49)
#140827
(20,8,39)
#0E081D
(14,8,29)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #440877

#440877
(68,8,119)
#551E83
(85,30,131)
#66348F
(102,52,143)
#774A9B
(119,74,155)
#8860A7
(136,96,167)
#9976B3
(153,118,179)
#AA8CBF
(170,140,191)
#BBA2CB
(187,162,203)
#CCB8D7
(204,184,215)
#DDCEE3
(221,206,227)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440877 color. Also use rgb(68,8,119) instead hex code.

Text Font Color

.myTextColor { color: #440877; }

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

This text font color is #440877.


Background Color

.myBgColor { background-color: #440877; }

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

This div background color is #440877.


Border color

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

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

This div border color is #440877.


Opacity

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

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

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

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

This text has shadow with #440877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440877 on black background.


Color preview on white background

This text has color #440877 on white background.



Black color preview on #440877 background

This text has black color on #440877 background.


White color preview on #440877 background

This text has white color on #440877 background.