COLOR #444B2E

HEX: #444B2E RGB: (68,75,46)

Color info

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

RGB color model

#444B2E color RGB value is (68,75,46).

RGB: (68,75,46) (27%, 29%, 18%)

RGB channels and saturation

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

68
75
46

R + G + B ~ 25%. #444B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 75 + 46 = 189 (100%)
R 68 of 189 ~ 35.98%
G 75 of 189 ~ 39.68%
B 46 of 189 ~ 24.34'%

%35.98
%39.68
%24.34

CMYK color model

#444B2E color CMYK value is (9,0,39,71).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 70.59%

CMYK: (9,0,39,71)
C9M0Y39K71 (9%, 0%, 39%, 71%)
(0.09 / 0.00 / 0.39 / 0.71)

CMYK percentages

%9.33
%0
%38.67
%70.59

Codes

Color #444B2E in popluar color models

44 4B 2E
RGB 68 75 46
HSL 74° 23.97% 23.73%
HSB/HSV 74° 38.67% 29.41%
CMYK 9.33% 0.00% 38.67%
70.59%

Color #444B2E in popluar number systems.

HEX 44 4B 2E
Decimal 68 75 46
Binary 1000100 1001011 101110
Octal 104 113 56

Shades and tints

Shades of #444B2E

#444B2E
(68,75,46)
#3E452A
(62,69,42)
#383F26
(56,63,38)
#323922
(50,57,34)
#2C331E
(44,51,30)
#262D1A
(38,45,26)
#202716
(32,39,22)
#1A2112
(26,33,18)
#141B0E
(20,27,14)
#0E150A
(14,21,10)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #444B2E

#444B2E
(68,75,46)
#555B41
(85,91,65)
#666B54
(102,107,84)
#777B67
(119,123,103)
#888B7A
(136,139,122)
#999B8D
(153,155,141)
#AAABA0
(170,171,160)
#BBBBB3
(187,187,179)
#CCCBC6
(204,203,198)
#DDDBD9
(221,219,217)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444B2E; }

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

This text font color is #444B2E.

Background Color

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

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

This div background color is #444B2E.

Border color

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

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

This div border color is #444B2E.

Opacity

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

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

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

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

This text has shadow with #444B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444B2E.

Preview

Color preview on black background

This text has color #444B2E on black background.


Color preview on white background

This text has color #444B2E on white background.


Black color preview on #444B2E background

This text has black color on #444B2E background.


White color preview on #444B2E background

This text has white color on #444B2E background.


Related colors

Complementary color

Complementary color for #hex is #BBB4D1.


I love getcolorcode.com

Triadic colors

1 #2E444B and #4B2E44 with #444B2E are triadic colors.

2 #2E4B44 and #4B442E with #444B2E are triadic colors.