COLOR #444D3C

HEX: #444D3C RGB: (68,77,60)

Color info

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

RGB color model

#444D3C color RGB value is (68,77,60).

RGB: (68,77,60) (27%, 30%, 24%)

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 60 of 255 = 24%

68
77
60

R + G + B ~ 27%. #444D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 77 + 60 = 205 (100%)
R 68 of 205 ~ 33.17%
G 77 of 205 ~ 37.56%
B 60 of 205 ~ 29.27'%

%33.17
%37.56
%29.27

CMYK color model

#444D3C color CMYK value is (12,0,22,70).

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

CMYK: (12,0,22,70)
C12M0Y22K70 (12%, 0%, 22%, 70%)
(0.12 / 0.00 / 0.22 / 0.70)

CMYK percentages

%11.69
%0
%22.08
%69.8

Codes

Color #444D3C in popluar color models

44 4D 3C
RGB 68 77 60
HSL 92° 12.41% 26.86%
HSB/HSV 92° 22.08% 30.20%
CMYK 11.69% 0.00% 22.08%
69.80%

Color #444D3C in popluar number systems.

HEX 44 4D 3C
Decimal 68 77 60
Binary 1000100 1001101 111100
Octal 104 115 74

Shades and tints

Shades of #444D3C

#444D3C
(68,77,60)
#3E4637
(62,70,55)
#383F32
(56,63,50)
#32382D
(50,56,45)
#2C3128
(44,49,40)
#262A23
(38,42,35)
#20231E
(32,35,30)
#1A1C19
(26,28,25)
#141514
(20,21,20)
#0E0E0F
(14,14,15)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #444D3C

#444D3C
(68,77,60)
#555D4D
(85,93,77)
#666D5E
(102,109,94)
#777D6F
(119,125,111)
#888D80
(136,141,128)
#999D91
(153,157,145)
#AAADA2
(170,173,162)
#BBBDB3
(187,189,179)
#CCCDC4
(204,205,196)
#DDDDD5
(221,221,213)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444D3C; }

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

This text font color is #444D3C.

Background Color

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

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

This div background color is #444D3C.

Border color

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

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

This div border color is #444D3C.

Opacity

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

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

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

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

This text has shadow with #444D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444D3C.

Preview

Color preview on black background

This text has color #444D3C on black background.


Color preview on white background

This text has color #444D3C on white background.


Black color preview on #444D3C background

This text has black color on #444D3C background.


White color preview on #444D3C background

This text has white color on #444D3C background.


Related colors

Complementary color

Complementary color for #hex is #BBB2C3.


I love getcolorcode.com

Triadic colors

1 #3C444D and #4D3C44 with #444D3C are triadic colors.

2 #3C4D44 and #4D443C with #444D3C are triadic colors.