COLOR #444D38

HEX: #444D38 RGB: (68,77,56)

Color info

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

RGB color model

#444D38 color RGB value is (68,77,56).

RGB: (68,77,56) (27%, 30%, 22%)

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 56 of 255 = 22%

68
77
56

R + G + B ~ 26%. #444D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 77 + 56 = 201 (100%)
R 68 of 201 ~ 33.83%
G 77 of 201 ~ 38.31%
B 56 of 201 ~ 27.86'%

%33.83
%38.31
%27.86

CMYK color model

#444D38 color CMYK value is (12,0,27,70).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 69.80%

CMYK: (12,0,27,70)
C12M0Y27K70 (12%, 0%, 27%, 70%)
(0.12 / 0.00 / 0.27 / 0.70)

CMYK percentages

%11.69
%0
%27.27
%69.8

Codes

Color #444D38 in popluar color models

44 4D 38
RGB 68 77 56
HSL 86° 15.79% 26.08%
HSB/HSV 86° 27.27% 30.20%
CMYK 11.69% 0.00% 27.27%
69.80%

Color #444D38 in popluar number systems.

HEX 44 4D 38
Decimal 68 77 56
Binary 1000100 1001101 111000
Octal 104 115 70

Shades and tints

Shades of #444D38

#444D38
(68,77,56)
#3E4633
(62,70,51)
#383F2E
(56,63,46)
#323829
(50,56,41)
#2C3124
(44,49,36)
#262A1F
(38,42,31)
#20231A
(32,35,26)
#1A1C15
(26,28,21)
#141510
(20,21,16)
#0E0E0B
(14,14,11)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #444D38

#444D38
(68,77,56)
#555D4A
(85,93,74)
#666D5C
(102,109,92)
#777D6E
(119,125,110)
#888D80
(136,141,128)
#999D92
(153,157,146)
#AAADA4
(170,173,164)
#BBBDB6
(187,189,182)
#CCCDC8
(204,205,200)
#DDDDDA
(221,221,218)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444D38 color. Also use rgb(68,77,56) instead hex code.

Text Font Color

.myTextColor { color: #444D38; }

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

This text font color is #444D38.

Background Color

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

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

This div background color is #444D38.

Border color

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

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

This div border color is #444D38.

Opacity

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

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

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

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

This text has shadow with #444D38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444D38.

Preview

Color preview on black background

This text has color #444D38 on black background.


Color preview on white background

This text has color #444D38 on white background.


Black color preview on #444D38 background

This text has black color on #444D38 background.


White color preview on #444D38 background

This text has white color on #444D38 background.


Related colors

Complementary color

Complementary color for #hex is #BBB2C7.


I love getcolorcode.com

Triadic colors

1 #38444D and #4D3844 with #444D38 are triadic colors.

2 #384D44 and #4D4438 with #444D38 are triadic colors.