COLOR #444B28

HEX: #444B28
RGB: (68,75,40)

Color info

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

RGB color model

#444B28 color RGB value is (68,75,40).

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

RGB channels and saturation

R 68 of 255 = 27%
G 75 of 255 = 29%
B 40 of 255 = 16%

68
75
40

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

Portions of RGB colors in percentages

R + G + B =
68 + 75 + 40 = 183 (100%)
R 68 of 183 ~ 37.16%
G 75 of 183 ~ 40.98%
B 40 of 183 ~ 21.86%

%37.16
%40.98
%21.86

CMYK color model

#444B28 color CMYK value is (9,0,47,71).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 70.59%
CMYK:
(9,0,47,71)
C9M0Y47K71 
(9%,0%,47%,71%)
(0.09/0.00/0.47/0.71)	

CMYK percentages

%9.33
%0
%46.67
%70.59

Codes

Color #444B28 in popluar color models

444B28
RGB687540
HSL72°30.43%22.55%
HSB/HSV72°46.67%29.41%
CMYK9.33%0.00%46.67%
70.59%

Color #444B28 in popluar number systems.

HEX444B28
Decimal687540
Binary10001001001011101000
Octal10411350

Shades and tints

Shades of #444B28

#444B28
(68,75,40)
#3E4525
(62,69,37)
#383F22
(56,63,34)
#32391F
(50,57,31)
#2C331C
(44,51,28)
#262D19
(38,45,25)
#202716
(32,39,22)
#1A2113
(26,33,19)
#141B10
(20,27,16)
#0E150D
(14,21,13)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #444B28

#444B28
(68,75,40)
#555B3B
(85,91,59)
#666B4E
(102,107,78)
#777B61
(119,123,97)
#888B74
(136,139,116)
#999B87
(153,155,135)
#AAAB9A
(170,171,154)
#BBBBAD
(187,187,173)
#CCCBC0
(204,203,192)
#DDDBD3
(221,219,211)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444B28 color. Also use rgb(68,75,40) instead hex code.

Text Font Color

.myTextColor { color: #444B28; }

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

This text font color is #444B28.


Background Color

.myBgColor { background-color: #444B28; }

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

This div background color is #444B28.


Border color

.myBorderColor { border: 1px solid #444B28; }

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

This div border color is #444B28.


Opacity

.myOpacity80 { color: #444B28; opacity: 0.8; }

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

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

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

This text has shadow with #444B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444B28 on black background.


Color preview on white background

This text has color #444B28 on white background.



Black color preview on #444B28 background

This text has black color on #444B28 background.


White color preview on #444B28 background

This text has white color on #444B28 background.