COLOR #443010

HEX: #443010
RGB: (68,48,16)

Color info

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

RGB color model

#443010 color RGB value is (68,48,16).

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

RGB channels and saturation

R 68 of 255 = 27%
G 48 of 255 = 19%
B 16 of 255 = 6%

68
48
16

R + G + B ~ 17%. #443010 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 48 + 16 = 132 (100%)
R 68 of 132 ~ 51.52%
G 48 of 132 ~ 36.36%
B 16 of 132 ~ 12.12%

%51.52
%36.36
%12.12

CMYK color model

#443010 color CMYK value is (0,29,76,73).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 76.47%
  • key color value is 73.33%
CMYK:
(0,29,76,73)
C0M29Y76K73 
(0%,29%,76%,73%)
(0.00/0.29/0.76/0.73)	

CMYK percentages

%0
%29.41
%76.47
%73.33

Codes

Color #443010 in popluar color models

443010
RGB684816
HSL37°61.90%16.47%
HSB/HSV37°76.47%26.67%
CMYK0.00%29.41%76.47%
73.33%

Color #443010 in popluar number systems.

HEX443010
Decimal684816
Binary100010011000010000
Octal1046020

Shades and tints

Shades of #443010

#443010
(68,48,16)
#3E2C0F
(62,44,15)
#38280E
(56,40,14)
#32240D
(50,36,13)
#2C200C
(44,32,12)
#261C0B
(38,28,11)
#20180A
(32,24,10)
#1A1409
(26,20,9)
#141008
(20,16,8)
#0E0C07
(14,12,7)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #443010

#443010
(68,48,16)
#554225
(85,66,37)
#66543A
(102,84,58)
#77664F
(119,102,79)
#887864
(136,120,100)
#998A79
(153,138,121)
#AA9C8E
(170,156,142)
#BBAEA3
(187,174,163)
#CCC0B8
(204,192,184)
#DDD2CD
(221,210,205)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443010; }

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

This text font color is #443010.


Background Color

.myBgColor { background-color: #443010; }

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

This div background color is #443010.


Border color

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

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

This div border color is #443010.


Opacity

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

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

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

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

This text has shadow with #443010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443010 on black background.


Color preview on white background

This text has color #443010 on white background.



Black color preview on #443010 background

This text has black color on #443010 background.


White color preview on #443010 background

This text has white color on #443010 background.