COLOR #443420

HEX: #443420
RGB: (68,52,32)

Color info

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

RGB color model

#443420 color RGB value is (68,52,32).

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

RGB channels and saturation

R 68 of 255 = 27%
G 52 of 255 = 20%
B 32 of 255 = 13%

68
52
32

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

Portions of RGB colors in percentages

R + G + B =
68 + 52 + 32 = 152 (100%)
R 68 of 152 ~ 44.74%
G 52 of 152 ~ 34.21%
B 32 of 152 ~ 21.05%

%44.74
%34.21
%21.05

CMYK color model

#443420 color CMYK value is (0,24,53,73).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 52.94%
  • key color value is 73.33%
CMYK:
(0,24,53,73)
C0M24Y53K73 
(0%,24%,53%,73%)
(0.00/0.24/0.53/0.73)	

CMYK percentages

%0
%23.53
%52.94
%73.33

Codes

Color #443420 in popluar color models

443420
RGB685232
HSL33°36.00%19.61%
HSB/HSV33°52.94%26.67%
CMYK0.00%23.53%52.94%
73.33%

Color #443420 in popluar number systems.

HEX443420
Decimal685232
Binary1000100110100100000
Octal1046440

Shades and tints

Shades of #443420

#443420
(68,52,32)
#3E301E
(62,48,30)
#382C1C
(56,44,28)
#32281A
(50,40,26)
#2C2418
(44,36,24)
#262016
(38,32,22)
#201C14
(32,28,20)
#1A1812
(26,24,18)
#141410
(20,20,16)
#0E100E
(14,16,14)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #443420

#443420
(68,52,32)
#554634
(85,70,52)
#665848
(102,88,72)
#776A5C
(119,106,92)
#887C70
(136,124,112)
#998E84
(153,142,132)
#AAA098
(170,160,152)
#BBB2AC
(187,178,172)
#CCC4C0
(204,196,192)
#DDD6D4
(221,214,212)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443420; }

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

This text font color is #443420.


Background Color

.myBgColor { background-color: #443420; }

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

This div background color is #443420.


Border color

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

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

This div border color is #443420.


Opacity

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

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

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

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

This text has shadow with #443420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443420 on black background.


Color preview on white background

This text has color #443420 on white background.



Black color preview on #443420 background

This text has black color on #443420 background.


White color preview on #443420 background

This text has white color on #443420 background.