COLOR #44493D

HEX: #44493D
RGB: (68,73,61)

Color info

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

RGB color model

#44493D color RGB value is (68,73,61).

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

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 61 of 255 = 24%

68
73
61

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

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 61 = 202 (100%)
R 68 of 202 ~ 33.66%
G 73 of 202 ~ 36.14%
B 61 of 202 ~ 30.2%

%33.66
%36.14
%30.2

CMYK color model

#44493D color CMYK value is (7,0,16,71).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK: (7,0,16,71) C7M0Y16K71 (7%,0%,16%,71%) (0.07/0.00/0.16/0.71)

CMYK percentages

%6.85
%0
%16.44
%71.37

Codes

Color #44493D in popluar color models

44493D
RGB687361
HSL85°8.96%26.27%
HSB/HSV85°16.44%28.63%
CMYK6.85%0.00%16.44%
71.37%

Color #44493D in popluar number systems.

HEX44493D
Decimal687361
Binary10001001001001111101
Octal10411175

Shades and tints

Shades of #44493D

#44493D
(68,73,61)
#3E4338
(62,67,56)
#383D33
(56,61,51)
#32372E
(50,55,46)
#2C3129
(44,49,41)
#262B24
(38,43,36)
#20251F
(32,37,31)
#1A1F1A
(26,31,26)
#141915
(20,25,21)
#0E1310
(14,19,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #44493D

#44493D
(68,73,61)
#55594E
(85,89,78)
#66695F
(102,105,95)
#777970
(119,121,112)
#888981
(136,137,129)
#999992
(153,153,146)
#AAA9A3
(170,169,163)
#BBB9B4
(187,185,180)
#CCC9C5
(204,201,197)
#DDD9D6
(221,217,214)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44493D; }

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

This text font color is #44493D.


Background Color

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

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

This div background color is #44493D.


Border color

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

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

This div border color is #44493D.


Opacity

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

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

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

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

This text has shadow with #44493D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #44493D on black background.


Color preview on white background

This text has color #44493D on white background.



Black color preview on #44493D background

This text has black color on #44493D background.


White color preview on #44493D background

This text has white color on #44493D background.