COLOR #444C3B

HEX: #444C3B
RGB: (68,76,59)

Color info

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

RGB color model

#444C3B color RGB value is (68,76,59).

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

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 59 of 255 = 23%

68
76
59

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

Portions of RGB colors in percentages

R + G + B =
68 + 76 + 59 = 203 (100%)
R 68 of 203 ~ 33.5%
G 76 of 203 ~ 37.44%
B 59 of 203 ~ 29.06%

%33.5
%37.44
%29.06

CMYK color model

#444C3B color CMYK value is (11,0,22,70).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(11,0,22,70)
C11M0Y22K70 
(11%,0%,22%,70%)
(0.11/0.00/0.22/0.70)	

CMYK percentages

%10.53
%0
%22.37
%70.2

Codes

Color #444C3B in popluar color models

444C3B
RGB687659
HSL88°12.59%26.47%
HSB/HSV88°22.37%29.80%
CMYK10.53%0.00%22.37%
70.20%

Color #444C3B in popluar number systems.

HEX444C3B
Decimal687659
Binary10001001001100111011
Octal10411473

Shades and tints

Shades of #444C3B

#444C3B
(68,76,59)
#3E4636
(62,70,54)
#384031
(56,64,49)
#323A2C
(50,58,44)
#2C3427
(44,52,39)
#262E22
(38,46,34)
#20281D
(32,40,29)
#1A2218
(26,34,24)
#141C13
(20,28,19)
#0E160E
(14,22,14)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #444C3B

#444C3B
(68,76,59)
#555C4C
(85,92,76)
#666C5D
(102,108,93)
#777C6E
(119,124,110)
#888C7F
(136,140,127)
#999C90
(153,156,144)
#AAACA1
(170,172,161)
#BBBCB2
(187,188,178)
#CCCCC3
(204,204,195)
#DDDCD4
(221,220,212)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444C3B; }

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

This text font color is #444C3B.


Background Color

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

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

This div background color is #444C3B.


Border color

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

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

This div border color is #444C3B.


Opacity

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

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

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

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

This text has shadow with #444C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444C3B on black background.


Color preview on white background

This text has color #444C3B on white background.



Black color preview on #444C3B background

This text has black color on #444C3B background.


White color preview on #444C3B background

This text has white color on #444C3B background.