COLOR #443428

HEX: #443428
RGB: (68,52,40)

Color info

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

RGB color model

#443428 color RGB value is (68,52,40).

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

RGB channels and saturation

R 68 of 255 = 27%
G 52 of 255 = 20%
B 40 of 255 = 16%

68
52
40

R + G + B ~ 21%. #443428 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 52 + 40 = 160 (100%)
R 68 of 160 ~ 42.5%
G 52 of 160 ~ 32.5%
B 40 of 160 ~ 25%

%42.5
%32.5
%25

CMYK color model

#443428 color CMYK value is (0,24,41,73).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 41.18%
  • key color value is 73.33%
CMYK:
(0,24,41,73)
C0M24Y41K73 
(0%,24%,41%,73%)
(0.00/0.24/0.41/0.73)	

CMYK percentages

%0
%23.53
%41.18
%73.33

Codes

Color #443428 in popluar color models

443428
RGB685240
HSL26°25.93%21.18%
HSB/HSV26°41.18%26.67%
CMYK0.00%23.53%41.18%
73.33%

Color #443428 in popluar number systems.

HEX443428
Decimal685240
Binary1000100110100101000
Octal1046450

Shades and tints

Shades of #443428

#443428
(68,52,40)
#3E3025
(62,48,37)
#382C22
(56,44,34)
#32281F
(50,40,31)
#2C241C
(44,36,28)
#262019
(38,32,25)
#201C16
(32,28,22)
#1A1813
(26,24,19)
#141410
(20,20,16)
#0E100D
(14,16,13)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #443428

#443428
(68,52,40)
#55463B
(85,70,59)
#66584E
(102,88,78)
#776A61
(119,106,97)
#887C74
(136,124,116)
#998E87
(153,142,135)
#AAA09A
(170,160,154)
#BBB2AD
(187,178,173)
#CCC4C0
(204,196,192)
#DDD6D3
(221,214,211)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443428; }

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

This text font color is #443428.


Background Color

.myBgColor { background-color: #443428; }

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

This div background color is #443428.


Border color

.myBorderColor { border: 1px solid #443428; }

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

This div border color is #443428.


Opacity

.myOpacity80 { color: #443428; opacity: 0.8; }

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

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

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

This text has shadow with #443428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443428 on black background.


Color preview on white background

This text has color #443428 on white background.



Black color preview on #443428 background

This text has black color on #443428 background.


White color preview on #443428 background

This text has white color on #443428 background.