COLOR #44492A

HEX: #44492A
RGB: (68,73,42)

Color info

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

RGB color model

#44492A color RGB value is (68,73,42).

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

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 42 of 255 = 16%

68
73
42

R + G + B ~ 24%. #44492A is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 42 = 183 (100%)
R 68 of 183 ~ 37.16%
G 73 of 183 ~ 39.89%
B 42 of 183 ~ 22.95%

%37.16
%39.89
%22.95

CMYK color model

#44492A color CMYK value is (7,0,42,71).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 71.37%
CMYK:
(7,0,42,71)
C7M0Y42K71 
(7%,0%,42%,71%)
(0.07/0.00/0.42/0.71)	

CMYK percentages

%6.85
%0
%42.47
%71.37

Codes

Color #44492A in popluar color models

44492A
RGB687342
HSL70°26.96%22.55%
HSB/HSV70°42.47%28.63%
CMYK6.85%0.00%42.47%
71.37%

Color #44492A in popluar number systems.

HEX44492A
Decimal687342
Binary10001001001001101010
Octal10411152

Shades and tints

Shades of #44492A

#44492A
(68,73,42)
#3E4327
(62,67,39)
#383D24
(56,61,36)
#323721
(50,55,33)
#2C311E
(44,49,30)
#262B1B
(38,43,27)
#202518
(32,37,24)
#1A1F15
(26,31,21)
#141912
(20,25,18)
#0E130F
(14,19,15)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #44492A

#44492A
(68,73,42)
#55593D
(85,89,61)
#666950
(102,105,80)
#777963
(119,121,99)
#888976
(136,137,118)
#999989
(153,153,137)
#AAA99C
(170,169,156)
#BBB9AF
(187,185,175)
#CCC9C2
(204,201,194)
#DDD9D5
(221,217,213)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44492A; }

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

This text font color is #44492A.


Background Color

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

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

This div background color is #44492A.


Border color

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

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

This div border color is #44492A.


Opacity

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

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

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

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

This text has shadow with #44492A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44492A on black background.


Color preview on white background

This text has color #44492A on white background.



Black color preview on #44492A background

This text has black color on #44492A background.


White color preview on #44492A background

This text has white color on #44492A background.