COLOR #443311

HEX: #443311 RGB: (68,51,17)

Color info

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

RGB color model

#443311 color RGB value is (68,51,17).

RGB: (68,51,17) (27%, 20%, 7%)

RGB channels and saturation

R 68 of 255 = 27%
G 51 of 255 = 20%
B 17 of 255 = 7%

68
51
17

R + G + B ~ 18%. #443311 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 51 + 17 = 136 (100%)
R 68 of 136 ~ 50%
G 51 of 136 ~ 37.5%
B 17 of 136 ~ 12.5'%

%50
%37.5
%12.5

CMYK color model

#443311 color CMYK value is (0,25,75,73).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 75.00%
  • key color value is 73.33%

CMYK: (0,25,75,73)
C0M25Y75K73 (0%, 25%, 75%, 73%)
(0.00 / 0.25 / 0.75 / 0.73)

CMYK percentages

%0
%25
%75
%73.33

Codes

Color #443311 in popluar color models

44 33 11
RGB 68 51 17
HSL 40° 60.00% 16.67%
HSB/HSV 40° 75.00% 26.67%
CMYK 0.00% 25.00% 75.00%
73.33%

Color #443311 in popluar number systems.

HEX 44 33 11
Decimal 68 51 17
Binary 1000100 110011 10001
Octal 104 63 21

Shades and tints

Shades of #443311

#443311
(68,51,17)
#3E2F10
(62,47,16)
#382B0F
(56,43,15)
#32270E
(50,39,14)
#2C230D
(44,35,13)
#261F0C
(38,31,12)
#201B0B
(32,27,11)
#1A170A
(26,23,10)
#141309
(20,19,9)
#0E0F08
(14,15,8)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #443311

#443311
(68,51,17)
#554526
(85,69,38)
#66573B
(102,87,59)
#776950
(119,105,80)
#887B65
(136,123,101)
#998D7A
(153,141,122)
#AA9F8F
(170,159,143)
#BBB1A4
(187,177,164)
#CCC3B9
(204,195,185)
#DDD5CE
(221,213,206)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443311; }

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

This text font color is #443311.

Background Color

.myBgColor { background-color: #443311; }

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

This div background color is #443311.

Border color

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

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

This div border color is #443311.

Opacity

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

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

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

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

This text has shadow with #443311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443311.

Preview

Color preview on black background

This text has color #443311 on black background.


Color preview on white background

This text has color #443311 on white background.


Black color preview on #443311 background

This text has black color on #443311 background.


White color preview on #443311 background

This text has white color on #443311 background.


Related colors

Complementary color

Complementary color for #hex is #BBCCEE.


I love getcolorcode.com

Triadic colors

1 #114433 and #331144 with #443311 are triadic colors.

2 #113344 and #334411 with #443311 are triadic colors.