COLOR #444E3B

HEX: #444E3B
RGB: (68,78,59)

Color info

#444E3B contains red, green and blue colors in about the same proportion. Web safe color of #444E3B is #336633 (or #363).

RGB color model

#444E3B color RGB value is (68,78,59).

  • red value is 68;
  • green value is 78;
  • blue value is 59.
RGB:
(68,78,59)
(27%,31%,23%)

RGB channels and saturation

R 68 of 255 = 27%
G 78 of 255 = 31%
B 59 of 255 = 23%

68
78
59

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

Portions of RGB colors in percentages

R + G + B =
68 + 78 + 59 = 205 (100%)
R 68 of 205 ~ 33.17%
G 78 of 205 ~ 38.05%
B 59 of 205 ~ 28.78%

%33.17
%38.05
%28.78

CMYK color model

#444E3B color CMYK value is (13,0,24,69).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 69.41%
CMYK:
(13,0,24,69)
C13M0Y24K69 
(13%,0%,24%,69%)
(0.13/0.00/0.24/0.69)	

CMYK percentages

%12.82
%0
%24.36
%69.41

Codes

Color #444E3B in popluar color models

444E3B
RGB687859
HSL92°13.87%26.86%
HSB/HSV92°24.36%30.59%
CMYK12.82%0.00%24.36%
69.41%

Color #444E3B in popluar number systems.

HEX444E3B
Decimal687859
Binary10001001001110111011
Octal10411673

Shades and tints

Shades of #444E3B

#444E3B
(68,78,59)
#3E4736
(62,71,54)
#384031
(56,64,49)
#32392C
(50,57,44)
#2C3227
(44,50,39)
#262B22
(38,43,34)
#20241D
(32,36,29)
#1A1D18
(26,29,24)
#141613
(20,22,19)
#0E0F0E
(14,15,14)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #444E3B

#444E3B
(68,78,59)
#555E4C
(85,94,76)
#666E5D
(102,110,93)
#777E6E
(119,126,110)
#888E7F
(136,142,127)
#999E90
(153,158,144)
#AAAEA1
(170,174,161)
#BBBEB2
(187,190,178)
#CCCEC3
(204,206,195)
#DDDED4
(221,222,212)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444E3B color. Also use rgb(68,78,59) instead hex code.

Text Font Color

.myTextColor { color: #444E3B; }

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

This text font color is #444E3B.


Background Color

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

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

This div background color is #444E3B.


Border color

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

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

This div border color is #444E3B.


Opacity

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

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

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

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

This text has shadow with #444E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444E3B on black background.


Color preview on white background

This text has color #444E3B on white background.



Black color preview on #444E3B background

This text has black color on #444E3B background.


White color preview on #444E3B background

This text has white color on #444E3B background.