COLOR #44472C

HEX: #44472C
RGB: (68,71,44)

Color info

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

RGB color model

#44472C color RGB value is (68,71,44).

  • red value is 68;
  • green value is 71;
  • blue value is 44.
RGB:
(68,71,44)
(27%,28%,17%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 44 of 255 = 17%

68
71
44

R + G + B ~ 24%. #44472C is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 44 = 183 (100%)
R 68 of 183 ~ 37.16%
G 71 of 183 ~ 38.8%
B 44 of 183 ~ 24.04%

%37.16
%38.8
%24.04

CMYK color model

#44472C color CMYK value is (4,0,38,72).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(4,0,38,72)
C4M0Y38K72 
(4%,0%,38%,72%)
(0.04/0.00/0.38/0.72)	

CMYK percentages

%4.23
%0
%38.03
%72.16

Codes

Color #44472C in popluar color models

44472C
RGB687144
HSL67°23.48%22.55%
HSB/HSV67°38.03%27.84%
CMYK4.23%0.00%38.03%
72.16%

Color #44472C in popluar number systems.

HEX44472C
Decimal687144
Binary10001001000111101100
Octal10410754

Shades and tints

Shades of #44472C

#44472C
(68,71,44)
#3E4128
(62,65,40)
#383B24
(56,59,36)
#323520
(50,53,32)
#2C2F1C
(44,47,28)
#262918
(38,41,24)
#202314
(32,35,20)
#1A1D10
(26,29,16)
#14170C
(20,23,12)
#0E1108
(14,17,8)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #44472C

#44472C
(68,71,44)
#55573F
(85,87,63)
#666752
(102,103,82)
#777765
(119,119,101)
#888778
(136,135,120)
#99978B
(153,151,139)
#AAA79E
(170,167,158)
#BBB7B1
(187,183,177)
#CCC7C4
(204,199,196)
#DDD7D7
(221,215,215)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44472C color. Also use rgb(68,71,44) instead hex code.

Text Font Color

.myTextColor { color: #44472C; }

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

This text font color is #44472C.


Background Color

.myBgColor { background-color: #44472C; }

<div style="background-color:#44472C">Inner text</div>

This div background color is #44472C.


Border color

.myBorderColor { border: 1px solid #44472C; }

<div style="border:3px solid #44472C">Div</div>

This div border color is #44472C.


Opacity

.myOpacity80 { color: #44472C; opacity: 0.8; }

<p style="color:#44472C;opacity:0.8;">80%</p>

Text with #44472C 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 #44472C;}

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

This text has shadow with #44472C color.

.textShadow {text-shadow: 3px 3px 1px #44472C, 3px 3px 1px red;}

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

This text has shadow with #44472C primary color and red secondary color.


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

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

This text has shadow with #44472C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44472C on black background.


Color preview on white background

This text has color #44472C on white background.



Black color preview on #44472C background

This text has black color on #44472C background.


White color preview on #44472C background

This text has white color on #44472C background.