COLOR #44465D

HEX: #44465D
RGB: (68,70,93)

Color info

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

RGB color model

#44465D color RGB value is (68,70,93).

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

RGB channels and saturation

R 68 of 255 = 27%
G 70 of 255 = 27%
B 93 of 255 = 36%

68
70
93

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

Portions of RGB colors in percentages

R + G + B =
68 + 70 + 93 = 231 (100%)
R 68 of 231 ~ 29.44%
G 70 of 231 ~ 30.3%
B 93 of 231 ~ 40.26%

%29.44
%30.3
%40.26

CMYK color model

#44465D color CMYK value is (27,25,0,64).

  • cyan value is 26.88%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(27,25,0,64)
C27M25Y0K64 
(27%,25%,0%,64%)
(0.27/0.25/0.00/0.64)	

CMYK percentages

%26.88
%24.73
%0
%63.53

Codes

Color #44465D in popluar color models

44465D
RGB687093
HSL235°15.53%31.57%
HSB/HSV235°26.88%36.47%
CMYK26.88%24.73%0.00%
63.53%

Color #44465D in popluar number systems.

HEX44465D
Decimal687093
Binary100010010001101011101
Octal104106135

Shades and tints

Shades of #44465D

#44465D
(68,70,93)
#3E4055
(62,64,85)
#383A4D
(56,58,77)
#323445
(50,52,69)
#2C2E3D
(44,46,61)
#262835
(38,40,53)
#20222D
(32,34,45)
#1A1C25
(26,28,37)
#14161D
(20,22,29)
#0E1015
(14,16,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #44465D

#44465D
(68,70,93)
#55566B
(85,86,107)
#666679
(102,102,121)
#777687
(119,118,135)
#888695
(136,134,149)
#9996A3
(153,150,163)
#AAA6B1
(170,166,177)
#BBB6BF
(187,182,191)
#CCC6CD
(204,198,205)
#DDD6DB
(221,214,219)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44465D; }

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

This text font color is #44465D.


Background Color

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

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

This div background color is #44465D.


Border color

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

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

This div border color is #44465D.


Opacity

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

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

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

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

This text has shadow with #44465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44465D on black background.


Color preview on white background

This text has color #44465D on white background.



Black color preview on #44465D background

This text has black color on #44465D background.


White color preview on #44465D background

This text has white color on #44465D background.