COLOR #44493F

HEX: #44493F
RGB: (68,73,63)

Color info

#44493F contains red, green and blue colors in about the same proportion. Web safe color of #44493F is #333333 (or #333).

RGB color model

#44493F color RGB value is (68,73,63).

  • red value is 68;
  • green value is 73;
  • blue value is 63.
RGB:
(68,73,63)
(27%,29%,25%)

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 63 of 255 = 25%

68
73
63

R + G + B ~ 27%. #44493F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 63 = 204 (100%)
R 68 of 204 ~ 33.33%
G 73 of 204 ~ 35.78%
B 63 of 204 ~ 30.88%

%33.33
%35.78
%30.88

CMYK color model

#44493F color CMYK value is (7,0,14,71).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(7,0,14,71)
C7M0Y14K71 
(7%,0%,14%,71%)
(0.07/0.00/0.14/0.71)	

CMYK percentages

%6.85
%0
%13.7
%71.37

Codes

Color #44493F in popluar color models

44493F
RGB687363
HSL90°7.35%26.67%
HSB/HSV90°13.70%28.63%
CMYK6.85%0.00%13.70%
71.37%

Color #44493F in popluar number systems.

HEX44493F
Decimal687363
Binary10001001001001111111
Octal10411177

Shades and tints

Shades of #44493F

#44493F
(68,73,63)
#3E433A
(62,67,58)
#383D35
(56,61,53)
#323730
(50,55,48)
#2C312B
(44,49,43)
#262B26
(38,43,38)
#202521
(32,37,33)
#1A1F1C
(26,31,28)
#141917
(20,25,23)
#0E1312
(14,19,18)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #44493F

#44493F
(68,73,63)
#555950
(85,89,80)
#666961
(102,105,97)
#777972
(119,121,114)
#888983
(136,137,131)
#999994
(153,153,148)
#AAA9A5
(170,169,165)
#BBB9B6
(187,185,182)
#CCC9C7
(204,201,199)
#DDD9D8
(221,217,216)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44493F color. Also use rgb(68,73,63) instead hex code.

Text Font Color

.myTextColor { color: #44493F; }

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

This text font color is #44493F.


Background Color

.myBgColor { background-color: #44493F; }

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

This div background color is #44493F.


Border color

.myBorderColor { border: 1px solid #44493F; }

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

This div border color is #44493F.


Opacity

.myOpacity80 { color: #44493F; opacity: 0.8; }

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

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

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

This text has shadow with #44493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44493F on black background.


Color preview on white background

This text has color #44493F on white background.



Black color preview on #44493F background

This text has black color on #44493F background.


White color preview on #44493F background

This text has white color on #44493F background.