COLOR #443B0E

HEX: #443B0E
RGB: (68,59,14)

Color info

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

RGB color model

#443B0E color RGB value is (68,59,14).

  • red value is 68;
  • green value is 59;
  • blue value is 14.
RGB:
(68,59,14)
(27%,23%,5%)

RGB channels and saturation

R 68 of 255 = 27%
G 59 of 255 = 23%
B 14 of 255 = 5%

68
59
14

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

Portions of RGB colors in percentages

R + G + B =
68 + 59 + 14 = 141 (100%)
R 68 of 141 ~ 48.23%
G 59 of 141 ~ 41.84%
B 14 of 141 ~ 9.93%

%48.23
%41.84
%9.93

CMYK color model

#443B0E color CMYK value is (0,13,79,73).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 79.41%
  • key color value is 73.33%
CMYK:
(0,13,79,73)
C0M13Y79K73 
(0%,13%,79%,73%)
(0.00/0.13/0.79/0.73)	

CMYK percentages

%0
%13.24
%79.41
%73.33

Codes

Color #443B0E in popluar color models

443B0E
RGB685914
HSL50°65.85%16.08%
HSB/HSV50°79.41%26.67%
CMYK0.00%13.24%79.41%
73.33%

Color #443B0E in popluar number systems.

HEX443B0E
Decimal685914
Binary10001001110111110
Octal1047316

Shades and tints

Shades of #443B0E

#443B0E
(68,59,14)
#3E360D
(62,54,13)
#38310C
(56,49,12)
#322C0B
(50,44,11)
#2C270A
(44,39,10)
#262209
(38,34,9)
#201D08
(32,29,8)
#1A1807
(26,24,7)
#141306
(20,19,6)
#0E0E05
(14,14,5)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #443B0E

#443B0E
(68,59,14)
#554C23
(85,76,35)
#665D38
(102,93,56)
#776E4D
(119,110,77)
#887F62
(136,127,98)
#999077
(153,144,119)
#AAA18C
(170,161,140)
#BBB2A1
(187,178,161)
#CCC3B6
(204,195,182)
#DDD4CB
(221,212,203)
#EEE5E0
(238,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443B0E color. Also use rgb(68,59,14) instead hex code.

Text Font Color

.myTextColor { color: #443B0E; }

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

This text font color is #443B0E.


Background Color

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

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

This div background color is #443B0E.


Border color

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

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

This div border color is #443B0E.


Opacity

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

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

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

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

This text has shadow with #443B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443B0E on black background.


Color preview on white background

This text has color #443B0E on white background.



Black color preview on #443B0E background

This text has black color on #443B0E background.


White color preview on #443B0E background

This text has white color on #443B0E background.