COLOR #443B40

HEX: #443B40
RGB: (68,59,64)

Color info

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

RGB color model

#443B40 color RGB value is (68,59,64).

  • red value is 68;
  • green value is 59;
  • blue value is 64.
RGB:
(68,59,64)
(27%,23%,25%)

RGB channels and saturation

R 68 of 255 = 27%
G 59 of 255 = 23%
B 64 of 255 = 25%

68
59
64

R + G + B ~ 25%. #443B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 59 + 64 = 191 (100%)
R 68 of 191 ~ 35.6%
G 59 of 191 ~ 30.89%
B 64 of 191 ~ 33.51%

%35.6
%30.89
%33.51

CMYK color model

#443B40 color CMYK value is (0,13,6,73).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 5.88%
  • key color value is 73.33%
CMYK:
(0,13,6,73)
C0M13Y6K73 
(0%,13%,6%,73%)
(0.00/0.13/0.06/0.73)	

CMYK percentages

%0
%13.24
%5.88
%73.33

Codes

Color #443B40 in popluar color models

443B40
RGB685964
HSL327°7.09%24.90%
HSB/HSV327°13.24%26.67%
CMYK0.00%13.24%5.88%
73.33%

Color #443B40 in popluar number systems.

HEX443B40
Decimal685964
Binary10001001110111000000
Octal10473100

Shades and tints

Shades of #443B40

#443B40
(68,59,64)
#3E363B
(62,54,59)
#383136
(56,49,54)
#322C31
(50,44,49)
#2C272C
(44,39,44)
#262227
(38,34,39)
#201D22
(32,29,34)
#1A181D
(26,24,29)
#141318
(20,19,24)
#0E0E13
(14,14,19)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #443B40

#443B40
(68,59,64)
#554C51
(85,76,81)
#665D62
(102,93,98)
#776E73
(119,110,115)
#887F84
(136,127,132)
#999095
(153,144,149)
#AAA1A6
(170,161,166)
#BBB2B7
(187,178,183)
#CCC3C8
(204,195,200)
#DDD4D9
(221,212,217)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443B40 color. Also use rgb(68,59,64) instead hex code.

Text Font Color

.myTextColor { color: #443B40; }

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

This text font color is #443B40.


Background Color

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

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

This div background color is #443B40.


Border color

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

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

This div border color is #443B40.


Opacity

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

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

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

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

This text has shadow with #443B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443B40 on black background.


Color preview on white background

This text has color #443B40 on white background.



Black color preview on #443B40 background

This text has black color on #443B40 background.


White color preview on #443B40 background

This text has white color on #443B40 background.