COLOR #443713

HEX: #443713
RGB: (68,55,19)

Color info

#443713 contains red, green and blue colors in about the same proportion. Web safe color of #443713 is #333300 (or #330).

RGB color model

#443713 color RGB value is (68,55,19).

  • red value is 68;
  • green value is 55;
  • blue value is 19.
RGB:
(68,55,19)
(27%,22%,7%)

RGB channels and saturation

R 68 of 255 = 27%
G 55 of 255 = 22%
B 19 of 255 = 7%

68
55
19

R + G + B ~ 19%. #443713 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 55 + 19 = 142 (100%)
R 68 of 142 ~ 47.89%
G 55 of 142 ~ 38.73%
B 19 of 142 ~ 13.38%

%47.89
%38.73
%13.38

CMYK color model

#443713 color CMYK value is (0,19,72,73).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 72.06%
  • key color value is 73.33%
CMYK:
(0,19,72,73)
C0M19Y72K73 
(0%,19%,72%,73%)
(0.00/0.19/0.72/0.73)	

CMYK percentages

%0
%19.12
%72.06
%73.33

Codes

Color #443713 in popluar color models

443713
RGB685519
HSL44°56.32%17.06%
HSB/HSV44°72.06%26.67%
CMYK0.00%19.12%72.06%
73.33%

Color #443713 in popluar number systems.

HEX443713
Decimal685519
Binary100010011011110011
Octal1046723

Shades and tints

Shades of #443713

#443713
(68,55,19)
#3E3212
(62,50,18)
#382D11
(56,45,17)
#322810
(50,40,16)
#2C230F
(44,35,15)
#261E0E
(38,30,14)
#20190D
(32,25,13)
#1A140C
(26,20,12)
#140F0B
(20,15,11)
#0E0A0A
(14,10,10)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #443713

#443713
(68,55,19)
#554928
(85,73,40)
#665B3D
(102,91,61)
#776D52
(119,109,82)
#887F67
(136,127,103)
#99917C
(153,145,124)
#AAA391
(170,163,145)
#BBB5A6
(187,181,166)
#CCC7BB
(204,199,187)
#DDD9D0
(221,217,208)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443713 color. Also use rgb(68,55,19) instead hex code.

Text Font Color

.myTextColor { color: #443713; }

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

This text font color is #443713.


Background Color

.myBgColor { background-color: #443713; }

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

This div background color is #443713.


Border color

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

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

This div border color is #443713.


Opacity

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

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

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

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

This text has shadow with #443713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443713 on black background.


Color preview on white background

This text has color #443713 on white background.



Black color preview on #443713 background

This text has black color on #443713 background.


White color preview on #443713 background

This text has white color on #443713 background.