COLOR #443C19

HEX: #443C19 RGB: (68,60,25)

Color info

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

RGB color model

#443C19 color RGB value is (68,60,25).

RGB: (68,60,25) (27%, 24%, 10%)

RGB channels and saturation

R 68 of 255 = 27%
G 60 of 255 = 24%
B 25 of 255 = 10%

68
60
25

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

Portions of RGB colors in percentages

R + G + B = 68 + 60 + 25 = 153 (100%)
R 68 of 153 ~ 44.44%
G 60 of 153 ~ 39.22%
B 25 of 153 ~ 16.34'%

%44.44
%39.22
%16.34

CMYK color model

#443C19 color CMYK value is (0,12,63,73).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 63.24%
  • key color value is 73.33%

CMYK: (0,12,63,73)
C0M12Y63K73 (0%, 12%, 63%, 73%)
(0.00 / 0.12 / 0.63 / 0.73)

CMYK percentages

%0
%11.76
%63.24
%73.33

Codes

Color #443C19 in popluar color models

44 3C 19
RGB 68 60 25
HSL 49° 46.24% 18.24%
HSB/HSV 49° 63.24% 26.67%
CMYK 0.00% 11.76% 63.24%
73.33%

Color #443C19 in popluar number systems.

HEX 44 3C 19
Decimal 68 60 25
Binary 1000100 111100 11001
Octal 104 74 31

Shades and tints

Shades of #443C19

#443C19
(68,60,25)
#3E3717
(62,55,23)
#383215
(56,50,21)
#322D13
(50,45,19)
#2C2811
(44,40,17)
#26230F
(38,35,15)
#201E0D
(32,30,13)
#1A190B
(26,25,11)
#141409
(20,20,9)
#0E0F07
(14,15,7)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #443C19

#443C19
(68,60,25)
#554D2D
(85,77,45)
#665E41
(102,94,65)
#776F55
(119,111,85)
#888069
(136,128,105)
#99917D
(153,145,125)
#AAA291
(170,162,145)
#BBB3A5
(187,179,165)
#CCC4B9
(204,196,185)
#DDD5CD
(221,213,205)
#EEE6E1
(238,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443C19 color. Also use rgb(68,60,25) instead hex code.

Text Font Color

.myTextColor { color: #443C19; }

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

This text font color is #443C19.

Background Color

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

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

This div background color is #443C19.

Border color

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

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

This div border color is #443C19.

Opacity

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

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

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

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

This text has shadow with #443C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443C19.

Preview

Color preview on black background

This text has color #443C19 on black background.


Color preview on white background

This text has color #443C19 on white background.


Black color preview on #443C19 background

This text has black color on #443C19 background.


White color preview on #443C19 background

This text has white color on #443C19 background.


Related colors

Complementary color

Complementary color for #hex is #BBC3E6.


I love getcolorcode.com

Triadic colors

1 #19443C and #3C1944 with #443C19 are triadic colors.

2 #193C44 and #3C4419 with #443C19 are triadic colors.