COLOR #44361D

HEX: #44361D
RGB: (68,54,29)

Color info

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

RGB color model

#44361D color RGB value is (68,54,29).

  • red value is 68;
  • green value is 54;
  • blue value is 29.
RGB:
(68,54,29)
(27%,21%,11%)

RGB channels and saturation

R 68 of 255 = 27%
G 54 of 255 = 21%
B 29 of 255 = 11%

68
54
29

R + G + B ~ 20%. #44361D is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 54 + 29 = 151 (100%)
R 68 of 151 ~ 45.03%
G 54 of 151 ~ 35.76%
B 29 of 151 ~ 19.21%

%45.03
%35.76
%19.21

CMYK color model

#44361D color CMYK value is (0,21,57,73).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 57.35%
  • key color value is 73.33%
CMYK:
(0,21,57,73)
C0M21Y57K73 
(0%,21%,57%,73%)
(0.00/0.21/0.57/0.73)	

CMYK percentages

%0
%20.59
%57.35
%73.33

Codes

Color #44361D in popluar color models

44361D
RGB685429
HSL38°40.21%19.02%
HSB/HSV38°57.35%26.67%
CMYK0.00%20.59%57.35%
73.33%

Color #44361D in popluar number systems.

HEX44361D
Decimal685429
Binary100010011011011101
Octal1046635

Shades and tints

Shades of #44361D

#44361D
(68,54,29)
#3E321B
(62,50,27)
#382E19
(56,46,25)
#322A17
(50,42,23)
#2C2615
(44,38,21)
#262213
(38,34,19)
#201E11
(32,30,17)
#1A1A0F
(26,26,15)
#14160D
(20,22,13)
#0E120B
(14,18,11)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #44361D

#44361D
(68,54,29)
#554831
(85,72,49)
#665A45
(102,90,69)
#776C59
(119,108,89)
#887E6D
(136,126,109)
#999081
(153,144,129)
#AAA295
(170,162,149)
#BBB4A9
(187,180,169)
#CCC6BD
(204,198,189)
#DDD8D1
(221,216,209)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44361D color. Also use rgb(68,54,29) instead hex code.

Text Font Color

.myTextColor { color: #44361D; }

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

This text font color is #44361D.


Background Color

.myBgColor { background-color: #44361D; }

<div style="background-color:#44361D">Inner text</div>

This div background color is #44361D.


Border color

.myBorderColor { border: 1px solid #44361D; }

<div style="border:3px solid #44361D">Div</div>

This div border color is #44361D.


Opacity

.myOpacity80 { color: #44361D; opacity: 0.8; }

<p style="color:#44361D;opacity:0.8;">80%</p>

Text with #44361D 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 #44361D;}

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

This text has shadow with #44361D color.

.textShadow {text-shadow: 3px 3px 1px #44361D, 3px 3px 1px red;}

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

This text has shadow with #44361D primary color and red secondary color.


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

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

This text has shadow with #44361D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44361D on black background.


Color preview on white background

This text has color #44361D on white background.



Black color preview on #44361D background

This text has black color on #44361D background.


White color preview on #44361D background

This text has white color on #44361D background.