COLOR #44485D

HEX: #44485D
RGB: (68,72,93)

Color info

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

RGB color model

#44485D color RGB value is (68,72,93).

  • red value is 68;
  • green value is 72;
  • blue value is 93.
RGB:
(68,72,93)
(27%,28%,36%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 93 of 255 = 36%

68
72
93

R + G + B ~ 30%. #44485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 72 + 93 = 233 (100%)
R 68 of 233 ~ 29.18%
G 72 of 233 ~ 30.9%
B 93 of 233 ~ 39.91%

%29.18
%30.9
%39.91

CMYK color model

#44485D color CMYK value is (27,23,0,64).

  • cyan value is 26.88%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(27,23,0,64)
C27M23Y0K64 
(27%,23%,0%,64%)
(0.27/0.23/0.00/0.64)	

CMYK percentages

%26.88
%22.58
%0
%63.53

Codes

Color #44485D in popluar color models

44485D
RGB687293
HSL230°15.53%31.57%
HSB/HSV230°26.88%36.47%
CMYK26.88%22.58%0.00%
63.53%

Color #44485D in popluar number systems.

HEX44485D
Decimal687293
Binary100010010010001011101
Octal104110135

Shades and tints

Shades of #44485D

#44485D
(68,72,93)
#3E4255
(62,66,85)
#383C4D
(56,60,77)
#323645
(50,54,69)
#2C303D
(44,48,61)
#262A35
(38,42,53)
#20242D
(32,36,45)
#1A1E25
(26,30,37)
#14181D
(20,24,29)
#0E1215
(14,18,21)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #44485D

#44485D
(68,72,93)
#55586B
(85,88,107)
#666879
(102,104,121)
#777887
(119,120,135)
#888895
(136,136,149)
#9998A3
(153,152,163)
#AAA8B1
(170,168,177)
#BBB8BF
(187,184,191)
#CCC8CD
(204,200,205)
#DDD8DB
(221,216,219)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44485D color. Also use rgb(68,72,93) instead hex code.

Text Font Color

.myTextColor { color: #44485D; }

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

This text font color is #44485D.


Background Color

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

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

This div background color is #44485D.


Border color

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

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

This div border color is #44485D.


Opacity

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

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

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

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

This text has shadow with #44485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44485D on black background.


Color preview on white background

This text has color #44485D on white background.



Black color preview on #44485D background

This text has black color on #44485D background.


White color preview on #44485D background

This text has white color on #44485D background.