COLOR #442931

HEX: #442931
RGB: (68,41,49)

Color info

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

RGB color model

#442931 color RGB value is (68,41,49).

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

RGB channels and saturation

R 68 of 255 = 27%
G 41 of 255 = 16%
B 49 of 255 = 19%

68
41
49

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

Portions of RGB colors in percentages

R + G + B =
68 + 41 + 49 = 158 (100%)
R 68 of 158 ~ 43.04%
G 41 of 158 ~ 25.95%
B 49 of 158 ~ 31.01%

%43.04
%25.95
%31.01

CMYK color model

#442931 color CMYK value is (0,40,28,73).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(0,40,28,73)
C0M40Y28K73 
(0%,40%,28%,73%)
(0.00/0.40/0.28/0.73)	

CMYK percentages

%0
%39.71
%27.94
%73.33

Codes

Color #442931 in popluar color models

442931
RGB684149
HSL342°24.77%21.37%
HSB/HSV342°39.71%26.67%
CMYK0.00%39.71%27.94%
73.33%

Color #442931 in popluar number systems.

HEX442931
Decimal684149
Binary1000100101001110001
Octal1045161

Shades and tints

Shades of #442931

#442931
(68,41,49)
#3E262D
(62,38,45)
#382329
(56,35,41)
#322025
(50,32,37)
#2C1D21
(44,29,33)
#261A1D
(38,26,29)
#201719
(32,23,25)
#1A1415
(26,20,21)
#141111
(20,17,17)
#0E0E0D
(14,14,13)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #442931

#442931
(68,41,49)
#553C43
(85,60,67)
#664F55
(102,79,85)
#776267
(119,98,103)
#887579
(136,117,121)
#99888B
(153,136,139)
#AA9B9D
(170,155,157)
#BBAEAF
(187,174,175)
#CCC1C1
(204,193,193)
#DDD4D3
(221,212,211)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442931; }

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

This text font color is #442931.


Background Color

.myBgColor { background-color: #442931; }

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

This div background color is #442931.


Border color

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

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

This div border color is #442931.


Opacity

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

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

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

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

This text has shadow with #442931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442931 on black background.


Color preview on white background

This text has color #442931 on white background.



Black color preview on #442931 background

This text has black color on #442931 background.


White color preview on #442931 background

This text has white color on #442931 background.