COLOR #44297D

HEX: #44297D
RGB: (68,41,125)

Color info

#44297D contains mainly red and blue colors. Web safe color of #44297D is #333366 (or #336).

RGB color model

#44297D color RGB value is (68,41,125).

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

RGB channels and saturation

R 68 of 255 = 27%
G 41 of 255 = 16%
B 125 of 255 = 49%

68
41
125

R + G + B ~ 31%. #44297D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 41 + 125 = 234 (100%)
R 68 of 234 ~ 29.06%
G 41 of 234 ~ 17.52%
B 125 of 234 ~ 53.42%

%29.06
%17.52
%53.42

CMYK color model

#44297D color CMYK value is (46,67,0,51).

  • cyan value is 45.60%
  • magenta value is 67.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(46,67,0,51)
C46M67Y0K51 
(46%,67%,0%,51%)
(0.46/0.67/0.00/0.51)	

CMYK percentages

%45.6
%67.2
%0
%50.98

Codes

Color #44297D in popluar color models

44297D
RGB6841125
HSL259°50.60%32.55%
HSB/HSV259°67.20%49.02%
CMYK45.60%67.20%0.00%
50.98%

Color #44297D in popluar number systems.

HEX44297D
Decimal6841125
Binary10001001010011111101
Octal10451175

Shades and tints

Shades of #44297D

#44297D
(68,41,125)
#3E2672
(62,38,114)
#382367
(56,35,103)
#32205C
(50,32,92)
#2C1D51
(44,29,81)
#261A46
(38,26,70)
#20173B
(32,23,59)
#1A1430
(26,20,48)
#141125
(20,17,37)
#0E0E1A
(14,14,26)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #44297D

#44297D
(68,41,125)
#553C88
(85,60,136)
#664F93
(102,79,147)
#77629E
(119,98,158)
#8875A9
(136,117,169)
#9988B4
(153,136,180)
#AA9BBF
(170,155,191)
#BBAECA
(187,174,202)
#CCC1D5
(204,193,213)
#DDD4E0
(221,212,224)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44297D; }

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

This text font color is #44297D.


Background Color

.myBgColor { background-color: #44297D; }

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

This div background color is #44297D.


Border color

.myBorderColor { border: 1px solid #44297D; }

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

This div border color is #44297D.


Opacity

.myOpacity80 { color: #44297D; opacity: 0.8; }

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

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

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

This text has shadow with #44297D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44297D on black background.


Color preview on white background

This text has color #44297D on white background.



Black color preview on #44297D background

This text has black color on #44297D background.


White color preview on #44297D background

This text has white color on #44297D background.