COLOR #443029

HEX: #443029
RGB: (68,48,41)

Color info

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

RGB color model

#443029 color RGB value is (68,48,41).

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

RGB channels and saturation

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

68
48
41

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

Portions of RGB colors in percentages

R + G + B =
68 + 48 + 41 = 157 (100%)
R 68 of 157 ~ 43.31%
G 48 of 157 ~ 30.57%
B 41 of 157 ~ 26.11%

%43.31
%30.57
%26.11

CMYK color model

#443029 color CMYK value is (0,29,40,73).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(0,29,40,73)
C0M29Y40K73 
(0%,29%,40%,73%)
(0.00/0.29/0.40/0.73)	

CMYK percentages

%0
%29.41
%39.71
%73.33

Codes

Color #443029 in popluar color models

443029
RGB684841
HSL16°24.77%21.37%
HSB/HSV16°39.71%26.67%
CMYK0.00%29.41%39.71%
73.33%

Color #443029 in popluar number systems.

HEX443029
Decimal684841
Binary1000100110000101001
Octal1046051

Shades and tints

Shades of #443029

#443029
(68,48,41)
#3E2C26
(62,44,38)
#382823
(56,40,35)
#322420
(50,36,32)
#2C201D
(44,32,29)
#261C1A
(38,28,26)
#201817
(32,24,23)
#1A1414
(26,20,20)
#141011
(20,16,17)
#0E0C0E
(14,12,14)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #443029

#443029
(68,48,41)
#55423C
(85,66,60)
#66544F
(102,84,79)
#776662
(119,102,98)
#887875
(136,120,117)
#998A88
(153,138,136)
#AA9C9B
(170,156,155)
#BBAEAE
(187,174,174)
#CCC0C1
(204,192,193)
#DDD2D4
(221,210,212)
#EEE4E7
(238,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443029; }

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

This text font color is #443029.


Background Color

.myBgColor { background-color: #443029; }

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

This div background color is #443029.


Border color

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

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

This div border color is #443029.


Opacity

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

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

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

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

This text has shadow with #443029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443029 on black background.


Color preview on white background

This text has color #443029 on white background.



Black color preview on #443029 background

This text has black color on #443029 background.


White color preview on #443029 background

This text has white color on #443029 background.