COLOR #443310

HEX: #443310
RGB: (68,51,16)

Color info

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

RGB color model

#443310 color RGB value is (68,51,16).

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

RGB channels and saturation

R 68 of 255 = 27%
G 51 of 255 = 20%
B 16 of 255 = 6%

68
51
16

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

Portions of RGB colors in percentages

R + G + B =
68 + 51 + 16 = 135 (100%)
R 68 of 135 ~ 50.37%
G 51 of 135 ~ 37.78%
B 16 of 135 ~ 11.85%

%50.37
%37.78
%11.85

CMYK color model

#443310 color CMYK value is (0,25,76,73).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 76.47%
  • key color value is 73.33%
CMYK:
(0,25,76,73)
C0M25Y76K73 
(0%,25%,76%,73%)
(0.00/0.25/0.76/0.73)	

CMYK percentages

%0
%25
%76.47
%73.33

Codes

Color #443310 in popluar color models

443310
RGB685116
HSL40°61.90%16.47%
HSB/HSV40°76.47%26.67%
CMYK0.00%25.00%76.47%
73.33%

Color #443310 in popluar number systems.

HEX443310
Decimal685116
Binary100010011001110000
Octal1046320

Shades and tints

Shades of #443310

#443310
(68,51,16)
#3E2F0F
(62,47,15)
#382B0E
(56,43,14)
#32270D
(50,39,13)
#2C230C
(44,35,12)
#261F0B
(38,31,11)
#201B0A
(32,27,10)
#1A1709
(26,23,9)
#141308
(20,19,8)
#0E0F07
(14,15,7)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #443310

#443310
(68,51,16)
#554525
(85,69,37)
#66573A
(102,87,58)
#77694F
(119,105,79)
#887B64
(136,123,100)
#998D79
(153,141,121)
#AA9F8E
(170,159,142)
#BBB1A3
(187,177,163)
#CCC3B8
(204,195,184)
#DDD5CD
(221,213,205)
#EEE7E2
(238,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443310; }

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

This text font color is #443310.


Background Color

.myBgColor { background-color: #443310; }

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

This div background color is #443310.


Border color

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

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

This div border color is #443310.


Opacity

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

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

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

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

This text has shadow with #443310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443310 on black background.


Color preview on white background

This text has color #443310 on white background.



Black color preview on #443310 background

This text has black color on #443310 background.


White color preview on #443310 background

This text has white color on #443310 background.