COLOR #443D35

HEX: #443D35
RGB: (68,61,53)

Color info

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

RGB color model

#443D35 color RGB value is (68,61,53).

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

RGB channels and saturation

R 68 of 255 = 27%
G 61 of 255 = 24%
B 53 of 255 = 21%

68
61
53

R + G + B ~ 24%. #443D35 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 61 + 53 = 182 (100%)
R 68 of 182 ~ 37.36%
G 61 of 182 ~ 33.52%
B 53 of 182 ~ 29.12%

%37.36
%33.52
%29.12

CMYK color model

#443D35 color CMYK value is (0,10,22,73).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(0,10,22,73)
C0M10Y22K73 
(0%,10%,22%,73%)
(0.00/0.10/0.22/0.73)	

CMYK percentages

%0
%10.29
%22.06
%73.33

Codes

Color #443D35 in popluar color models

443D35
RGB686153
HSL32°12.40%23.73%
HSB/HSV32°22.06%26.67%
CMYK0.00%10.29%22.06%
73.33%

Color #443D35 in popluar number systems.

HEX443D35
Decimal686153
Binary1000100111101110101
Octal1047565

Shades and tints

Shades of #443D35

#443D35
(68,61,53)
#3E3831
(62,56,49)
#38332D
(56,51,45)
#322E29
(50,46,41)
#2C2925
(44,41,37)
#262421
(38,36,33)
#201F1D
(32,31,29)
#1A1A19
(26,26,25)
#141515
(20,21,21)
#0E1011
(14,16,17)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #443D35

#443D35
(68,61,53)
#554E47
(85,78,71)
#665F59
(102,95,89)
#77706B
(119,112,107)
#88817D
(136,129,125)
#99928F
(153,146,143)
#AAA3A1
(170,163,161)
#BBB4B3
(187,180,179)
#CCC5C5
(204,197,197)
#DDD6D7
(221,214,215)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443D35; }

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

This text font color is #443D35.


Background Color

.myBgColor { background-color: #443D35; }

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

This div background color is #443D35.


Border color

.myBorderColor { border: 1px solid #443D35; }

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

This div border color is #443D35.


Opacity

.myOpacity80 { color: #443D35; opacity: 0.8; }

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

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

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

This text has shadow with #443D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443D35 on black background.


Color preview on white background

This text has color #443D35 on white background.



Black color preview on #443D35 background

This text has black color on #443D35 background.


White color preview on #443D35 background

This text has white color on #443D35 background.