COLOR #443A06

HEX: #443A06 RGB: (68,58,6)

Color info

#443A06 contains mainly red and green colors. Web safe color of #443A06 is #333300 (or #330).

RGB color model

#443A06 color RGB value is (68,58,6).

RGB: (68,58,6) (27%, 23%, 2%)

RGB channels and saturation

R 68 of 255 = 27%
G 58 of 255 = 23%
B 6 of 255 = 2%

68
58
6

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

Portions of RGB colors in percentages

R + G + B = 68 + 58 + 6 = 132 (100%)
R 68 of 132 ~ 51.52%
G 58 of 132 ~ 43.94%
B 6 of 132 ~ 4.55'%

%51.52
%43.94

CMYK color model

#443A06 color CMYK value is (0,15,91,73).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 91.18%
  • key color value is 73.33%

CMYK: (0,15,91,73)
C0M15Y91K73 (0%, 15%, 91%, 73%)
(0.00 / 0.15 / 0.91 / 0.73)

CMYK percentages

%0
%14.71
%91.18
%73.33

Codes

Color #443A06 in popluar color models

44 3A 06
RGB 68 58 6
HSL 50° 83.78% 14.51%
HSB/HSV 50° 91.18% 26.67%
CMYK 0.00% 14.71% 91.18%
73.33%

Color #443A06 in popluar number systems.

HEX 44 3A 06
Decimal 68 58 6
Binary 1000100 111010 110
Octal 104 72 6

Shades and tints

Shades of #443A06

#443A06
(68,58,6)
#3E3506
(62,53,6)
#383006
(56,48,6)
#322B06
(50,43,6)
#2C2606
(44,38,6)
#262106
(38,33,6)
#201C06
(32,28,6)
#1A1706
(26,23,6)
#141206
(20,18,6)
#0E0D06
(14,13,6)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #443A06

#443A06
(68,58,6)
#554B1C
(85,75,28)
#665C32
(102,92,50)
#776D48
(119,109,72)
#887E5E
(136,126,94)
#998F74
(153,143,116)
#AAA08A
(170,160,138)
#BBB1A0
(187,177,160)
#CCC2B6
(204,194,182)
#DDD3CC
(221,211,204)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443A06 color. Also use rgb(68,58,6) instead hex code.

Text Font Color

.myTextColor { color: #443A06; }

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

This text font color is #443A06.

Background Color

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

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

This div background color is #443A06.

Border color

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

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

This div border color is #443A06.

Opacity

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

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

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

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

This text has shadow with #443A06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #443A06.

Preview

Color preview on black background

This text has color #443A06 on black background.


Color preview on white background

This text has color #443A06 on white background.


Black color preview on #443A06 background

This text has black color on #443A06 background.


White color preview on #443A06 background

This text has white color on #443A06 background.


Related colors

Complementary color

Complementary color for #hex is #BBC5F9.


I love getcolorcode.com

Triadic colors

1 #06443A and #3A0644 with #443A06 are triadic colors.

2 #063A44 and #3A4406 with #443A06 are triadic colors.