COLOR #443B0A

HEX: #443B0A
RGB: (68,59,10)

Color info

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

RGB color model

#443B0A color RGB value is (68,59,10).

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

RGB channels and saturation

R 68 of 255 = 27%
G 59 of 255 = 23%
B 10 of 255 = 4%

68
59
10

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

Portions of RGB colors in percentages

R + G + B =
68 + 59 + 10 = 137 (100%)
R 68 of 137 ~ 49.64%
G 59 of 137 ~ 43.07%
B 10 of 137 ~ 7.3%

%49.64
%43.07

CMYK color model

#443B0A color CMYK value is (0,13,85,73).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 85.29%
  • key color value is 73.33%
CMYK:
(0,13,85,73)
C0M13Y85K73 
(0%,13%,85%,73%)
(0.00/0.13/0.85/0.73)	

CMYK percentages

%0
%13.24
%85.29
%73.33

Codes

Color #443B0A in popluar color models

443B0A
RGB685910
HSL51°74.36%15.29%
HSB/HSV51°85.29%26.67%
CMYK0.00%13.24%85.29%
73.33%

Color #443B0A in popluar number systems.

HEX443B0A
Decimal685910
Binary10001001110111010
Octal1047312

Shades and tints

Shades of #443B0A

#443B0A
(68,59,10)
#3E360A
(62,54,10)
#38310A
(56,49,10)
#322C0A
(50,44,10)
#2C270A
(44,39,10)
#26220A
(38,34,10)
#201D0A
(32,29,10)
#1A180A
(26,24,10)
#14130A
(20,19,10)
#0E0E0A
(14,14,10)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #443B0A

#443B0A
(68,59,10)
#554C20
(85,76,32)
#665D36
(102,93,54)
#776E4C
(119,110,76)
#887F62
(136,127,98)
#999078
(153,144,120)
#AAA18E
(170,161,142)
#BBB2A4
(187,178,164)
#CCC3BA
(204,195,186)
#DDD4D0
(221,212,208)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443B0A; }

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

This text font color is #443B0A.


Background Color

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

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

This div background color is #443B0A.


Border color

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

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

This div border color is #443B0A.


Opacity

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

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

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

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

This text has shadow with #443B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443B0A on black background.


Color preview on white background

This text has color #443B0A on white background.



Black color preview on #443B0A background

This text has black color on #443B0A background.


White color preview on #443B0A background

This text has white color on #443B0A background.