COLOR #442F37

HEX: #442F37
RGB: (68,47,55)

Color info

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

RGB color model

#442F37 color RGB value is (68,47,55).

  • red value is 68;
  • green value is 47;
  • blue value is 55.
RGB:
(68,47,55)
(27%,18%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 47 of 255 = 18%
B 55 of 255 = 22%

68
47
55

R + G + B ~ 22%. #442F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 47 + 55 = 170 (100%)
R 68 of 170 ~ 40%
G 47 of 170 ~ 27.65%
B 55 of 170 ~ 32.35%

%40
%27.65
%32.35

CMYK color model

#442F37 color CMYK value is (0,31,19,73).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 19.12%
  • key color value is 73.33%
CMYK:
(0,31,19,73)
C0M31Y19K73 
(0%,31%,19%,73%)
(0.00/0.31/0.19/0.73)	

CMYK percentages

%0
%30.88
%19.12
%73.33

Codes

Color #442F37 in popluar color models

442F37
RGB684755
HSL337°18.26%22.55%
HSB/HSV337°30.88%26.67%
CMYK0.00%30.88%19.12%
73.33%

Color #442F37 in popluar number systems.

HEX442F37
Decimal684755
Binary1000100101111110111
Octal1045767

Shades and tints

Shades of #442F37

#442F37
(68,47,55)
#3E2B32
(62,43,50)
#38272D
(56,39,45)
#322328
(50,35,40)
#2C1F23
(44,31,35)
#261B1E
(38,27,30)
#201719
(32,23,25)
#1A1314
(26,19,20)
#140F0F
(20,15,15)
#0E0B0A
(14,11,10)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #442F37

#442F37
(68,47,55)
#554149
(85,65,73)
#66535B
(102,83,91)
#77656D
(119,101,109)
#88777F
(136,119,127)
#998991
(153,137,145)
#AA9BA3
(170,155,163)
#BBADB5
(187,173,181)
#CCBFC7
(204,191,199)
#DDD1D9
(221,209,217)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442F37 color. Also use rgb(68,47,55) instead hex code.

Text Font Color

.myTextColor { color: #442F37; }

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

This text font color is #442F37.


Background Color

.myBgColor { background-color: #442F37; }

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

This div background color is #442F37.


Border color

.myBorderColor { border: 1px solid #442F37; }

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

This div border color is #442F37.


Opacity

.myOpacity80 { color: #442F37; opacity: 0.8; }

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

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

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

This text has shadow with #442F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442F37 on black background.


Color preview on white background

This text has color #442F37 on white background.



Black color preview on #442F37 background

This text has black color on #442F37 background.


White color preview on #442F37 background

This text has white color on #442F37 background.