COLOR #443319

HEX: #443319
RGB: (68,51,25)

Color info

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

RGB color model

#443319 color RGB value is (68,51,25).

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

RGB channels and saturation

R 68 of 255 = 27%
G 51 of 255 = 20%
B 25 of 255 = 10%

68
51
25

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

Portions of RGB colors in percentages

R + G + B =
68 + 51 + 25 = 144 (100%)
R 68 of 144 ~ 47.22%
G 51 of 144 ~ 35.42%
B 25 of 144 ~ 17.36%

%47.22
%35.42
%17.36

CMYK color model

#443319 color CMYK value is (0,25,63,73).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 63.24%
  • key color value is 73.33%
CMYK:
(0,25,63,73)
C0M25Y63K73 
(0%,25%,63%,73%)
(0.00/0.25/0.63/0.73)	

CMYK percentages

%0
%25
%63.24
%73.33

Codes

Color #443319 in popluar color models

443319
RGB685125
HSL36°46.24%18.24%
HSB/HSV36°63.24%26.67%
CMYK0.00%25.00%63.24%
73.33%

Color #443319 in popluar number systems.

HEX443319
Decimal685125
Binary100010011001111001
Octal1046331

Shades and tints

Shades of #443319

#443319
(68,51,25)
#3E2F17
(62,47,23)
#382B15
(56,43,21)
#322713
(50,39,19)
#2C2311
(44,35,17)
#261F0F
(38,31,15)
#201B0D
(32,27,13)
#1A170B
(26,23,11)
#141309
(20,19,9)
#0E0F07
(14,15,7)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #443319

#443319
(68,51,25)
#55452D
(85,69,45)
#665741
(102,87,65)
#776955
(119,105,85)
#887B69
(136,123,105)
#998D7D
(153,141,125)
#AA9F91
(170,159,145)
#BBB1A5
(187,177,165)
#CCC3B9
(204,195,185)
#DDD5CD
(221,213,205)
#EEE7E1
(238,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443319; }

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

This text font color is #443319.


Background Color

.myBgColor { background-color: #443319; }

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

This div background color is #443319.


Border color

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

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

This div border color is #443319.


Opacity

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

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

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

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

This text has shadow with #443319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443319 on black background.


Color preview on white background

This text has color #443319 on white background.



Black color preview on #443319 background

This text has black color on #443319 background.


White color preview on #443319 background

This text has white color on #443319 background.