COLOR #444531

HEX: #444531
RGB: (68,69,49)

Color info

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

RGB color model

#444531 color RGB value is (68,69,49).

  • red value is 68;
  • green value is 69;
  • blue value is 49.
RGB:
(68,69,49)
(27%,27%,19%)

RGB channels and saturation

R 68 of 255 = 27%
G 69 of 255 = 27%
B 49 of 255 = 19%

68
69
49

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

Portions of RGB colors in percentages

R + G + B =
68 + 69 + 49 = 186 (100%)
R 68 of 186 ~ 36.56%
G 69 of 186 ~ 37.1%
B 49 of 186 ~ 26.34%

%36.56
%37.1
%26.34

CMYK color model

#444531 color CMYK value is (1,0,29,73).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 72.94%
CMYK:
(1,0,29,73)
C1M0Y29K73 
(1%,0%,29%,73%)
(0.01/0.00/0.29/0.73)	

CMYK percentages

%1.45
%0
%28.99
%72.94

Codes

Color #444531 in popluar color models

444531
RGB686949
HSL63°16.95%23.14%
HSB/HSV63°28.99%27.06%
CMYK1.45%0.00%28.99%
72.94%

Color #444531 in popluar number systems.

HEX444531
Decimal686949
Binary10001001000101110001
Octal10410561

Shades and tints

Shades of #444531

#444531
(68,69,49)
#3E3F2D
(62,63,45)
#383929
(56,57,41)
#323325
(50,51,37)
#2C2D21
(44,45,33)
#26271D
(38,39,29)
#202119
(32,33,25)
#1A1B15
(26,27,21)
#141511
(20,21,17)
#0E0F0D
(14,15,13)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #444531

#444531
(68,69,49)
#555543
(85,85,67)
#666555
(102,101,85)
#777567
(119,117,103)
#888579
(136,133,121)
#99958B
(153,149,139)
#AAA59D
(170,165,157)
#BBB5AF
(187,181,175)
#CCC5C1
(204,197,193)
#DDD5D3
(221,213,211)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444531 color. Also use rgb(68,69,49) instead hex code.

Text Font Color

.myTextColor { color: #444531; }

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

This text font color is #444531.


Background Color

.myBgColor { background-color: #444531; }

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

This div background color is #444531.


Border color

.myBorderColor { border: 1px solid #444531; }

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

This div border color is #444531.


Opacity

.myOpacity80 { color: #444531; opacity: 0.8; }

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

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

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

This text has shadow with #444531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444531 on black background.


Color preview on white background

This text has color #444531 on white background.



Black color preview on #444531 background

This text has black color on #444531 background.


White color preview on #444531 background

This text has white color on #444531 background.