COLOR #443F28

HEX: #443F28
RGB: (68,63,40)

Color info

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

RGB color model

#443F28 color RGB value is (68,63,40).

  • red value is 68;
  • green value is 63;
  • blue value is 40.
RGB:
(68,63,40)
(27%,25%,16%)

RGB channels and saturation

R 68 of 255 = 27%
G 63 of 255 = 25%
B 40 of 255 = 16%

68
63
40

R + G + B ~ 23%. #443F28 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 63 + 40 = 171 (100%)
R 68 of 171 ~ 39.77%
G 63 of 171 ~ 36.84%
B 40 of 171 ~ 23.39%

%39.77
%36.84
%23.39

CMYK color model

#443F28 color CMYK value is (0,7,41,73).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 41.18%
  • key color value is 73.33%
CMYK:
(0,7,41,73)
C0M7Y41K73 
(0%,7%,41%,73%)
(0.00/0.07/0.41/0.73)	

CMYK percentages

%0
%7.35
%41.18
%73.33

Codes

Color #443F28 in popluar color models

443F28
RGB686340
HSL49°25.93%21.18%
HSB/HSV49°41.18%26.67%
CMYK0.00%7.35%41.18%
73.33%

Color #443F28 in popluar number systems.

HEX443F28
Decimal686340
Binary1000100111111101000
Octal1047750

Shades and tints

Shades of #443F28

#443F28
(68,63,40)
#3E3A25
(62,58,37)
#383522
(56,53,34)
#32301F
(50,48,31)
#2C2B1C
(44,43,28)
#262619
(38,38,25)
#202116
(32,33,22)
#1A1C13
(26,28,19)
#141710
(20,23,16)
#0E120D
(14,18,13)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #443F28

#443F28
(68,63,40)
#55503B
(85,80,59)
#66614E
(102,97,78)
#777261
(119,114,97)
#888374
(136,131,116)
#999487
(153,148,135)
#AAA59A
(170,165,154)
#BBB6AD
(187,182,173)
#CCC7C0
(204,199,192)
#DDD8D3
(221,216,211)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443F28 color. Also use rgb(68,63,40) instead hex code.

Text Font Color

.myTextColor { color: #443F28; }

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

This text font color is #443F28.


Background Color

.myBgColor { background-color: #443F28; }

<div style="background-color:#443F28">Inner text</div>

This div background color is #443F28.


Border color

.myBorderColor { border: 1px solid #443F28; }

<div style="border:3px solid #443F28">Div</div>

This div border color is #443F28.


Opacity

.myOpacity80 { color: #443F28; opacity: 0.8; }

<p style="color:#443F28;opacity:0.8;">80%</p>

Text with #443F28 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 #443F28;}

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

This text has shadow with #443F28 color.

.textShadow {text-shadow: 3px 3px 1px #443F28, 3px 3px 1px red;}

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

This text has shadow with #443F28 primary color and red secondary color.


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

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

This text has shadow with #443F28 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443F28 on black background.


Color preview on white background

This text has color #443F28 on white background.



Black color preview on #443F28 background

This text has black color on #443F28 background.


White color preview on #443F28 background

This text has white color on #443F28 background.