COLOR #443525

HEX: #443525
RGB: (68,53,37)

Color info

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

RGB color model

#443525 color RGB value is (68,53,37).

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

RGB channels and saturation

R 68 of 255 = 27%
G 53 of 255 = 21%
B 37 of 255 = 15%

68
53
37

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

Portions of RGB colors in percentages

R + G + B =
68 + 53 + 37 = 158 (100%)
R 68 of 158 ~ 43.04%
G 53 of 158 ~ 33.54%
B 37 of 158 ~ 23.42%

%43.04
%33.54
%23.42

CMYK color model

#443525 color CMYK value is (0,22,46,73).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 45.59%
  • key color value is 73.33%
CMYK:
(0,22,46,73)
C0M22Y46K73 
(0%,22%,46%,73%)
(0.00/0.22/0.46/0.73)	

CMYK percentages

%0
%22.06
%45.59
%73.33

Codes

Color #443525 in popluar color models

443525
RGB685337
HSL31°29.52%20.59%
HSB/HSV31°45.59%26.67%
CMYK0.00%22.06%45.59%
73.33%

Color #443525 in popluar number systems.

HEX443525
Decimal685337
Binary1000100110101100101
Octal1046545

Shades and tints

Shades of #443525

#443525
(68,53,37)
#3E3122
(62,49,34)
#382D1F
(56,45,31)
#32291C
(50,41,28)
#2C2519
(44,37,25)
#262116
(38,33,22)
#201D13
(32,29,19)
#1A1910
(26,25,16)
#14150D
(20,21,13)
#0E110A
(14,17,10)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #443525

#443525
(68,53,37)
#554738
(85,71,56)
#66594B
(102,89,75)
#776B5E
(119,107,94)
#887D71
(136,125,113)
#998F84
(153,143,132)
#AAA197
(170,161,151)
#BBB3AA
(187,179,170)
#CCC5BD
(204,197,189)
#DDD7D0
(221,215,208)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443525; }

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

This text font color is #443525.


Background Color

.myBgColor { background-color: #443525; }

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

This div background color is #443525.


Border color

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

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

This div border color is #443525.


Opacity

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

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

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

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

This text has shadow with #443525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443525 on black background.


Color preview on white background

This text has color #443525 on white background.



Black color preview on #443525 background

This text has black color on #443525 background.


White color preview on #443525 background

This text has white color on #443525 background.