COLOR #443119

HEX: #443119
RGB: (68,49,25)

Color info

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

RGB color model

#443119 color RGB value is (68,49,25).

  • red value is 68;
  • green value is 49;
  • blue value is 25.
RGB:
(68,49,25)
(27%,19%,10%)

RGB channels and saturation

R 68 of 255 = 27%
G 49 of 255 = 19%
B 25 of 255 = 10%

68
49
25

R + G + B ~ 19%. #443119 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 49 + 25 = 142 (100%)
R 68 of 142 ~ 47.89%
G 49 of 142 ~ 34.51%
B 25 of 142 ~ 17.61%

%47.89
%34.51
%17.61

CMYK color model

#443119 color CMYK value is (0,28,63,73).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 63.24%
  • key color value is 73.33%
CMYK:
(0,28,63,73)
C0M28Y63K73 
(0%,28%,63%,73%)
(0.00/0.28/0.63/0.73)	

CMYK percentages

%0
%27.94
%63.24
%73.33

Codes

Color #443119 in popluar color models

443119
RGB684925
HSL33°46.24%18.24%
HSB/HSV33°63.24%26.67%
CMYK0.00%27.94%63.24%
73.33%

Color #443119 in popluar number systems.

HEX443119
Decimal684925
Binary100010011000111001
Octal1046131

Shades and tints

Shades of #443119

#443119
(68,49,25)
#3E2D17
(62,45,23)
#382915
(56,41,21)
#322513
(50,37,19)
#2C2111
(44,33,17)
#261D0F
(38,29,15)
#20190D
(32,25,13)
#1A150B
(26,21,11)
#141109
(20,17,9)
#0E0D07
(14,13,7)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #443119

#443119
(68,49,25)
#55432D
(85,67,45)
#665541
(102,85,65)
#776755
(119,103,85)
#887969
(136,121,105)
#998B7D
(153,139,125)
#AA9D91
(170,157,145)
#BBAFA5
(187,175,165)
#CCC1B9
(204,193,185)
#DDD3CD
(221,211,205)
#EEE5E1
(238,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443119 color. Also use rgb(68,49,25) instead hex code.

Text Font Color

.myTextColor { color: #443119; }

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

This text font color is #443119.


Background Color

.myBgColor { background-color: #443119; }

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

This div background color is #443119.


Border color

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

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

This div border color is #443119.


Opacity

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

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

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

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

This text has shadow with #443119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443119 on black background.


Color preview on white background

This text has color #443119 on white background.



Black color preview on #443119 background

This text has black color on #443119 background.


White color preview on #443119 background

This text has white color on #443119 background.