COLOR #444E1B

HEX: #444E1B
RGB: (68,78,27)

Color info

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

RGB color model

#444E1B color RGB value is (68,78,27).

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

RGB channels and saturation

R 68 of 255 = 27%
G 78 of 255 = 31%
B 27 of 255 = 11%

68
78
27

R + G + B ~ 23%. #444E1B is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 78 + 27 = 173 (100%)
R 68 of 173 ~ 39.31%
G 78 of 173 ~ 45.09%
B 27 of 173 ~ 15.61%

%39.31
%45.09
%15.61

CMYK color model

#444E1B color CMYK value is (13,0,65,69).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 69.41%
CMYK:
(13,0,65,69)
C13M0Y65K69 
(13%,0%,65%,69%)
(0.13/0.00/0.65/0.69)	

CMYK percentages

%12.82
%0
%65.38
%69.41

Codes

Color #444E1B in popluar color models

444E1B
RGB687827
HSL72°48.57%20.59%
HSB/HSV72°65.38%30.59%
CMYK12.82%0.00%65.38%
69.41%

Color #444E1B in popluar number systems.

HEX444E1B
Decimal687827
Binary1000100100111011011
Octal10411633

Shades and tints

Shades of #444E1B

#444E1B
(68,78,27)
#3E4719
(62,71,25)
#384017
(56,64,23)
#323915
(50,57,21)
#2C3213
(44,50,19)
#262B11
(38,43,17)
#20240F
(32,36,15)
#1A1D0D
(26,29,13)
#14160B
(20,22,11)
#0E0F09
(14,15,9)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #444E1B

#444E1B
(68,78,27)
#555E2F
(85,94,47)
#666E43
(102,110,67)
#777E57
(119,126,87)
#888E6B
(136,142,107)
#999E7F
(153,158,127)
#AAAE93
(170,174,147)
#BBBEA7
(187,190,167)
#CCCEBB
(204,206,187)
#DDDECF
(221,222,207)
#EEEEE3
(238,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444E1B; }

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

This text font color is #444E1B.


Background Color

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

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

This div background color is #444E1B.


Border color

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

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

This div border color is #444E1B.


Opacity

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

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

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

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

This text has shadow with #444E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444E1B on black background.


Color preview on white background

This text has color #444E1B on white background.



Black color preview on #444E1B background

This text has black color on #444E1B background.


White color preview on #444E1B background

This text has white color on #444E1B background.