COLOR #442731

HEX: #442731
RGB: (68,39,49)

Color info

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

RGB color model

#442731 color RGB value is (68,39,49).

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

RGB channels and saturation

R 68 of 255 = 27%
G 39 of 255 = 15%
B 49 of 255 = 19%

68
39
49

R + G + B ~ 20%. #442731 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 39 + 49 = 156 (100%)
R 68 of 156 ~ 43.59%
G 39 of 156 ~ 25%
B 49 of 156 ~ 31.41%

%43.59
%25
%31.41

CMYK color model

#442731 color CMYK value is (0,43,28,73).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(0,43,28,73)
C0M43Y28K73 
(0%,43%,28%,73%)
(0.00/0.43/0.28/0.73)	

CMYK percentages

%0
%42.65
%27.94
%73.33

Codes

Color #442731 in popluar color models

442731
RGB683949
HSL339°27.10%20.98%
HSB/HSV339°42.65%26.67%
CMYK0.00%42.65%27.94%
73.33%

Color #442731 in popluar number systems.

HEX442731
Decimal683949
Binary1000100100111110001
Octal1044761

Shades and tints

Shades of #442731

#442731
(68,39,49)
#3E242D
(62,36,45)
#382129
(56,33,41)
#321E25
(50,30,37)
#2C1B21
(44,27,33)
#26181D
(38,24,29)
#201519
(32,21,25)
#1A1215
(26,18,21)
#140F11
(20,15,17)
#0E0C0D
(14,12,13)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #442731

#442731
(68,39,49)
#553A43
(85,58,67)
#664D55
(102,77,85)
#776067
(119,96,103)
#887379
(136,115,121)
#99868B
(153,134,139)
#AA999D
(170,153,157)
#BBACAF
(187,172,175)
#CCBFC1
(204,191,193)
#DDD2D3
(221,210,211)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442731; }

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

This text font color is #442731.


Background Color

.myBgColor { background-color: #442731; }

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

This div background color is #442731.


Border color

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

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

This div border color is #442731.


Opacity

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

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

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

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

This text has shadow with #442731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442731 on black background.


Color preview on white background

This text has color #442731 on white background.



Black color preview on #442731 background

This text has black color on #442731 background.


White color preview on #442731 background

This text has white color on #442731 background.