COLOR #442737

HEX: #442737
RGB: (68,39,55)

Color info

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

RGB color model

#442737 color RGB value is (68,39,55).

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

RGB channels and saturation

R 68 of 255 = 27%
G 39 of 255 = 15%
B 55 of 255 = 22%

68
39
55

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

Portions of RGB colors in percentages

R + G + B =
68 + 39 + 55 = 162 (100%)
R 68 of 162 ~ 41.98%
G 39 of 162 ~ 24.07%
B 55 of 162 ~ 33.95%

%41.98
%24.07
%33.95

CMYK color model

#442737 color CMYK value is (0,43,19,73).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 19.12%
  • key color value is 73.33%
CMYK:
(0,43,19,73)
C0M43Y19K73 
(0%,43%,19%,73%)
(0.00/0.43/0.19/0.73)	

CMYK percentages

%0
%42.65
%19.12
%73.33

Codes

Color #442737 in popluar color models

442737
RGB683955
HSL327°27.10%20.98%
HSB/HSV327°42.65%26.67%
CMYK0.00%42.65%19.12%
73.33%

Color #442737 in popluar number systems.

HEX442737
Decimal683955
Binary1000100100111110111
Octal1044767

Shades and tints

Shades of #442737

#442737
(68,39,55)
#3E2432
(62,36,50)
#38212D
(56,33,45)
#321E28
(50,30,40)
#2C1B23
(44,27,35)
#26181E
(38,24,30)
#201519
(32,21,25)
#1A1214
(26,18,20)
#140F0F
(20,15,15)
#0E0C0A
(14,12,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #442737

#442737
(68,39,55)
#553A49
(85,58,73)
#664D5B
(102,77,91)
#77606D
(119,96,109)
#88737F
(136,115,127)
#998691
(153,134,145)
#AA99A3
(170,153,163)
#BBACB5
(187,172,181)
#CCBFC7
(204,191,199)
#DDD2D9
(221,210,217)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442737; }

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

This text font color is #442737.


Background Color

.myBgColor { background-color: #442737; }

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

This div background color is #442737.


Border color

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

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

This div border color is #442737.


Opacity

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

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

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

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

This text has shadow with #442737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442737 on black background.


Color preview on white background

This text has color #442737 on white background.



Black color preview on #442737 background

This text has black color on #442737 background.


White color preview on #442737 background

This text has white color on #442737 background.