COLOR #44492E

HEX: #44492E
RGB: (68,73,46)

Color info

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

RGB color model

#44492E color RGB value is (68,73,46).

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

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 46 of 255 = 18%

68
73
46

R + G + B ~ 25%. #44492E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 46 = 187 (100%)
R 68 of 187 ~ 36.36%
G 73 of 187 ~ 39.04%
B 46 of 187 ~ 24.6%

%36.36
%39.04
%24.6

CMYK color model

#44492E color CMYK value is (7,0,37,71).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(7,0,37,71)
C7M0Y37K71 
(7%,0%,37%,71%)
(0.07/0.00/0.37/0.71)	

CMYK percentages

%6.85
%0
%36.99
%71.37

Codes

Color #44492E in popluar color models

44492E
RGB687346
HSL71°22.69%23.33%
HSB/HSV71°36.99%28.63%
CMYK6.85%0.00%36.99%
71.37%

Color #44492E in popluar number systems.

HEX44492E
Decimal687346
Binary10001001001001101110
Octal10411156

Shades and tints

Shades of #44492E

#44492E
(68,73,46)
#3E432A
(62,67,42)
#383D26
(56,61,38)
#323722
(50,55,34)
#2C311E
(44,49,30)
#262B1A
(38,43,26)
#202516
(32,37,22)
#1A1F12
(26,31,18)
#14190E
(20,25,14)
#0E130A
(14,19,10)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #44492E

#44492E
(68,73,46)
#555941
(85,89,65)
#666954
(102,105,84)
#777967
(119,121,103)
#88897A
(136,137,122)
#99998D
(153,153,141)
#AAA9A0
(170,169,160)
#BBB9B3
(187,185,179)
#CCC9C6
(204,201,198)
#DDD9D9
(221,217,217)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44492E color. Also use rgb(68,73,46) instead hex code.

Text Font Color

.myTextColor { color: #44492E; }

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

This text font color is #44492E.


Background Color

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

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

This div background color is #44492E.


Border color

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

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

This div border color is #44492E.


Opacity

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

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

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

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

This text has shadow with #44492E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44492E on black background.


Color preview on white background

This text has color #44492E on white background.



Black color preview on #44492E background

This text has black color on #44492E background.


White color preview on #44492E background

This text has white color on #44492E background.