COLOR #440630

HEX: #440630
RGB: (68,6,48)

Color info

#440630 contains mainly red and blue colors. Web safe color of #440630 is #330033 (or #303).

RGB color model

#440630 color RGB value is (68,6,48).

  • red value is 68;
  • green value is 6;
  • blue value is 48.
RGB:
(68,6,48)
(27%,2%,19%)

RGB channels and saturation

R 68 of 255 = 27%
G 6 of 255 = 2%
B 48 of 255 = 19%

68
6
48

R + G + B ~ 16%. #440630 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 6 + 48 = 122 (100%)
R 68 of 122 ~ 55.74%
G 6 of 122 ~ 4.92%
B 48 of 122 ~ 39.34%

%55.74
%39.34

CMYK color model

#440630 color CMYK value is (0,91,29,73).

  • cyan value is 0.00%
  • magenta value is 91.18%
  • yellow value is 29.41%
  • key color value is 73.33%
CMYK:
(0,91,29,73)
C0M91Y29K73 
(0%,91%,29%,73%)
(0.00/0.91/0.29/0.73)	

CMYK percentages

%0
%91.18
%29.41
%73.33

Codes

Color #440630 in popluar color models

440630
RGB68648
HSL319°83.78%14.51%
HSB/HSV319°91.18%26.67%
CMYK0.00%91.18%29.41%
73.33%

Color #440630 in popluar number systems.

HEX440630
Decimal68648
Binary1000100110110000
Octal104660

Shades and tints

Shades of #440630

#440630
(68,6,48)
#3E062C
(62,6,44)
#380628
(56,6,40)
#320624
(50,6,36)
#2C0620
(44,6,32)
#26061C
(38,6,28)
#200618
(32,6,24)
#1A0614
(26,6,20)
#140610
(20,6,16)
#0E060C
(14,6,12)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #440630

#440630
(68,6,48)
#551C42
(85,28,66)
#663254
(102,50,84)
#774866
(119,72,102)
#885E78
(136,94,120)
#99748A
(153,116,138)
#AA8A9C
(170,138,156)
#BBA0AE
(187,160,174)
#CCB6C0
(204,182,192)
#DDCCD2
(221,204,210)
#EEE2E4
(238,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440630 color. Also use rgb(68,6,48) instead hex code.

Text Font Color

.myTextColor { color: #440630; }

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

This text font color is #440630.


Background Color

.myBgColor { background-color: #440630; }

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

This div background color is #440630.


Border color

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

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

This div border color is #440630.


Opacity

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

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

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

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

This text has shadow with #440630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440630 on black background.


Color preview on white background

This text has color #440630 on white background.



Black color preview on #440630 background

This text has black color on #440630 background.


White color preview on #440630 background

This text has white color on #440630 background.