COLOR #443312

HEX: #443312
RGB: (68,51,18)

Color info

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

RGB color model

#443312 color RGB value is (68,51,18).

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

RGB channels and saturation

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

68
51
18

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

Portions of RGB colors in percentages

R + G + B =
68 + 51 + 18 = 137 (100%)
R 68 of 137 ~ 49.64%
G 51 of 137 ~ 37.23%
B 18 of 137 ~ 13.14%

%49.64
%37.23
%13.14

CMYK color model

#443312 color CMYK value is (0,25,74,73).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 73.53%
  • key color value is 73.33%
CMYK:
(0,25,74,73)
C0M25Y74K73 
(0%,25%,74%,73%)
(0.00/0.25/0.74/0.73)	

CMYK percentages

%0
%25
%73.53
%73.33

Codes

Color #443312 in popluar color models

443312
RGB685118
HSL40°58.14%16.86%
HSB/HSV40°73.53%26.67%
CMYK0.00%25.00%73.53%
73.33%

Color #443312 in popluar number systems.

HEX443312
Decimal685118
Binary100010011001110010
Octal1046322

Shades and tints

Shades of #443312

#443312
(68,51,18)
#3E2F11
(62,47,17)
#382B10
(56,43,16)
#32270F
(50,39,15)
#2C230E
(44,35,14)
#261F0D
(38,31,13)
#201B0C
(32,27,12)
#1A170B
(26,23,11)
#14130A
(20,19,10)
#0E0F09
(14,15,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #443312

#443312
(68,51,18)
#554527
(85,69,39)
#66573C
(102,87,60)
#776951
(119,105,81)
#887B66
(136,123,102)
#998D7B
(153,141,123)
#AA9F90
(170,159,144)
#BBB1A5
(187,177,165)
#CCC3BA
(204,195,186)
#DDD5CF
(221,213,207)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443312; }

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

This text font color is #443312.


Background Color

.myBgColor { background-color: #443312; }

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

This div background color is #443312.


Border color

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

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

This div border color is #443312.


Opacity

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

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

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

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

This text has shadow with #443312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443312 on black background.


Color preview on white background

This text has color #443312 on white background.



Black color preview on #443312 background

This text has black color on #443312 background.


White color preview on #443312 background

This text has white color on #443312 background.