COLOR #44476E

HEX: #44476E
RGB: (68,71,110)

Color info

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

RGB color model

#44476E color RGB value is (68,71,110).

  • red value is 68;
  • green value is 71;
  • blue value is 110.
RGB:
(68,71,110)
(27%,28%,43%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 110 of 255 = 43%

68
71
110

R + G + B ~ 33%. #44476E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 110 = 249 (100%)
R 68 of 249 ~ 27.31%
G 71 of 249 ~ 28.51%
B 110 of 249 ~ 44.18%

%27.31
%28.51
%44.18

CMYK color model

#44476E color CMYK value is (38,35,0,57).

  • cyan value is 38.18%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(38,35,0,57)
C38M35Y0K57 
(38%,35%,0%,57%)
(0.38/0.35/0.00/0.57)	

CMYK percentages

%38.18
%35.45
%0
%56.86

Codes

Color #44476E in popluar color models

44476E
RGB6871110
HSL236°23.60%34.90%
HSB/HSV236°38.18%43.14%
CMYK38.18%35.45%0.00%
56.86%

Color #44476E in popluar number systems.

HEX44476E
Decimal6871110
Binary100010010001111101110
Octal104107156

Shades and tints

Shades of #44476E

#44476E
(68,71,110)
#3E4164
(62,65,100)
#383B5A
(56,59,90)
#323550
(50,53,80)
#2C2F46
(44,47,70)
#26293C
(38,41,60)
#202332
(32,35,50)
#1A1D28
(26,29,40)
#14171E
(20,23,30)
#0E1114
(14,17,20)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #44476E

#44476E
(68,71,110)
#55577B
(85,87,123)
#666788
(102,103,136)
#777795
(119,119,149)
#8887A2
(136,135,162)
#9997AF
(153,151,175)
#AAA7BC
(170,167,188)
#BBB7C9
(187,183,201)
#CCC7D6
(204,199,214)
#DDD7E3
(221,215,227)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44476E color. Also use rgb(68,71,110) instead hex code.

Text Font Color

.myTextColor { color: #44476E; }

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

This text font color is #44476E.


Background Color

.myBgColor { background-color: #44476E; }

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

This div background color is #44476E.


Border color

.myBorderColor { border: 1px solid #44476E; }

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

This div border color is #44476E.


Opacity

.myOpacity80 { color: #44476E; opacity: 0.8; }

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

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

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

This text has shadow with #44476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44476E on black background.


Color preview on white background

This text has color #44476E on white background.



Black color preview on #44476E background

This text has black color on #44476E background.


White color preview on #44476E background

This text has white color on #44476E background.