COLOR #443D28

HEX: #443D28
RGB: (68,61,40)

Color info

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

RGB color model

#443D28 color RGB value is (68,61,40).

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

RGB channels and saturation

R 68 of 255 = 27%
G 61 of 255 = 24%
B 40 of 255 = 16%

68
61
40

R + G + B ~ 22%. #443D28 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 61 + 40 = 169 (100%)
R 68 of 169 ~ 40.24%
G 61 of 169 ~ 36.09%
B 40 of 169 ~ 23.67%

%40.24
%36.09
%23.67

CMYK color model

#443D28 color CMYK value is (0,10,41,73).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 41.18%
  • key color value is 73.33%
CMYK:
(0,10,41,73)
C0M10Y41K73 
(0%,10%,41%,73%)
(0.00/0.10/0.41/0.73)	

CMYK percentages

%0
%10.29
%41.18
%73.33

Codes

Color #443D28 in popluar color models

443D28
RGB686140
HSL45°25.93%21.18%
HSB/HSV45°41.18%26.67%
CMYK0.00%10.29%41.18%
73.33%

Color #443D28 in popluar number systems.

HEX443D28
Decimal686140
Binary1000100111101101000
Octal1047550

Shades and tints

Shades of #443D28

#443D28
(68,61,40)
#3E3825
(62,56,37)
#383322
(56,51,34)
#322E1F
(50,46,31)
#2C291C
(44,41,28)
#262419
(38,36,25)
#201F16
(32,31,22)
#1A1A13
(26,26,19)
#141510
(20,21,16)
#0E100D
(14,16,13)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #443D28

#443D28
(68,61,40)
#554E3B
(85,78,59)
#665F4E
(102,95,78)
#777061
(119,112,97)
#888174
(136,129,116)
#999287
(153,146,135)
#AAA39A
(170,163,154)
#BBB4AD
(187,180,173)
#CCC5C0
(204,197,192)
#DDD6D3
(221,214,211)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443D28; }

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

This text font color is #443D28.


Background Color

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

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

This div background color is #443D28.


Border color

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

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

This div border color is #443D28.


Opacity

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

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

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

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

This text has shadow with #443D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443D28 on black background.


Color preview on white background

This text has color #443D28 on white background.



Black color preview on #443D28 background

This text has black color on #443D28 background.


White color preview on #443D28 background

This text has white color on #443D28 background.