COLOR #443529

HEX: #443529
RGB: (68,53,41)

Color info

#443529 contains red, green and blue colors in about the same proportion. Web safe color of #443529 is #333333 (or #333).

RGB color model

#443529 color RGB value is (68,53,41).

  • red value is 68;
  • green value is 53;
  • blue value is 41.
RGB:
(68,53,41)
(27%,21%,16%)

RGB channels and saturation

R 68 of 255 = 27%
G 53 of 255 = 21%
B 41 of 255 = 16%

68
53
41

R + G + B ~ 21%. #443529 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 53 + 41 = 162 (100%)
R 68 of 162 ~ 41.98%
G 53 of 162 ~ 32.72%
B 41 of 162 ~ 25.31%

%41.98
%32.72
%25.31

CMYK color model

#443529 color CMYK value is (0,22,40,73).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(0,22,40,73)
C0M22Y40K73 
(0%,22%,40%,73%)
(0.00/0.22/0.40/0.73)	

CMYK percentages

%0
%22.06
%39.71
%73.33

Codes

Color #443529 in popluar color models

443529
RGB685341
HSL27°24.77%21.37%
HSB/HSV27°39.71%26.67%
CMYK0.00%22.06%39.71%
73.33%

Color #443529 in popluar number systems.

HEX443529
Decimal685341
Binary1000100110101101001
Octal1046551

Shades and tints

Shades of #443529

#443529
(68,53,41)
#3E3126
(62,49,38)
#382D23
(56,45,35)
#322920
(50,41,32)
#2C251D
(44,37,29)
#26211A
(38,33,26)
#201D17
(32,29,23)
#1A1914
(26,25,20)
#141511
(20,21,17)
#0E110E
(14,17,14)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #443529

#443529
(68,53,41)
#55473C
(85,71,60)
#66594F
(102,89,79)
#776B62
(119,107,98)
#887D75
(136,125,117)
#998F88
(153,143,136)
#AAA19B
(170,161,155)
#BBB3AE
(187,179,174)
#CCC5C1
(204,197,193)
#DDD7D4
(221,215,212)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443529 color. Also use rgb(68,53,41) instead hex code.

Text Font Color

.myTextColor { color: #443529; }

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

This text font color is #443529.


Background Color

.myBgColor { background-color: #443529; }

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

This div background color is #443529.


Border color

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

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

This div border color is #443529.


Opacity

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

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

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

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

This text has shadow with #443529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443529 on black background.


Color preview on white background

This text has color #443529 on white background.



Black color preview on #443529 background

This text has black color on #443529 background.


White color preview on #443529 background

This text has white color on #443529 background.