COLOR #443320

HEX: #443320
RGB: (68,51,32)

Color info

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

RGB color model

#443320 color RGB value is (68,51,32).

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

RGB channels and saturation

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

68
51
32

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

Portions of RGB colors in percentages

R + G + B =
68 + 51 + 32 = 151 (100%)
R 68 of 151 ~ 45.03%
G 51 of 151 ~ 33.77%
B 32 of 151 ~ 21.19%

%45.03
%33.77
%21.19

CMYK color model

#443320 color CMYK value is (0,25,53,73).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 52.94%
  • key color value is 73.33%
CMYK:
(0,25,53,73)
C0M25Y53K73 
(0%,25%,53%,73%)
(0.00/0.25/0.53/0.73)	

CMYK percentages

%0
%25
%52.94
%73.33

Codes

Color #443320 in popluar color models

443320
RGB685132
HSL32°36.00%19.61%
HSB/HSV32°52.94%26.67%
CMYK0.00%25.00%52.94%
73.33%

Color #443320 in popluar number systems.

HEX443320
Decimal685132
Binary1000100110011100000
Octal1046340

Shades and tints

Shades of #443320

#443320
(68,51,32)
#3E2F1E
(62,47,30)
#382B1C
(56,43,28)
#32271A
(50,39,26)
#2C2318
(44,35,24)
#261F16
(38,31,22)
#201B14
(32,27,20)
#1A1712
(26,23,18)
#141310
(20,19,16)
#0E0F0E
(14,15,14)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #443320

#443320
(68,51,32)
#554534
(85,69,52)
#665748
(102,87,72)
#77695C
(119,105,92)
#887B70
(136,123,112)
#998D84
(153,141,132)
#AA9F98
(170,159,152)
#BBB1AC
(187,177,172)
#CCC3C0
(204,195,192)
#DDD5D4
(221,213,212)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443320; }

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

This text font color is #443320.


Background Color

.myBgColor { background-color: #443320; }

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

This div background color is #443320.


Border color

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

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

This div border color is #443320.


Opacity

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

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

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

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

This text has shadow with #443320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443320 on black background.


Color preview on white background

This text has color #443320 on white background.



Black color preview on #443320 background

This text has black color on #443320 background.


White color preview on #443320 background

This text has white color on #443320 background.