COLOR #442545

HEX: #442545
RGB: (68,37,69)

Color info

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

RGB color model

#442545 color RGB value is (68,37,69).

  • red value is 68;
  • green value is 37;
  • blue value is 69.
RGB:
(68,37,69)
(27%,15%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 37 of 255 = 15%
B 69 of 255 = 27%

68
37
69

R + G + B ~ 23%. #442545 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 37 + 69 = 174 (100%)
R 68 of 174 ~ 39.08%
G 37 of 174 ~ 21.26%
B 69 of 174 ~ 39.66%

%39.08
%21.26
%39.66

CMYK color model

#442545 color CMYK value is (1,46,0,73).

  • cyan value is 1.45%
  • magenta value is 46.38%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(1,46,0,73)
C1M46Y0K73 
(1%,46%,0%,73%)
(0.01/0.46/0.00/0.73)	

CMYK percentages

%1.45
%46.38
%0
%72.94

Codes

Color #442545 in popluar color models

442545
RGB683769
HSL298°30.19%20.78%
HSB/HSV298°46.38%27.06%
CMYK1.45%46.38%0.00%
72.94%

Color #442545 in popluar number systems.

HEX442545
Decimal683769
Binary10001001001011000101
Octal10445105

Shades and tints

Shades of #442545

#442545
(68,37,69)
#3E223F
(62,34,63)
#381F39
(56,31,57)
#321C33
(50,28,51)
#2C192D
(44,25,45)
#261627
(38,22,39)
#201321
(32,19,33)
#1A101B
(26,16,27)
#140D15
(20,13,21)
#0E0A0F
(14,10,15)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #442545

#442545
(68,37,69)
#553855
(85,56,85)
#664B65
(102,75,101)
#775E75
(119,94,117)
#887185
(136,113,133)
#998495
(153,132,149)
#AA97A5
(170,151,165)
#BBAAB5
(187,170,181)
#CCBDC5
(204,189,197)
#DDD0D5
(221,208,213)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442545 color. Also use rgb(68,37,69) instead hex code.

Text Font Color

.myTextColor { color: #442545; }

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

This text font color is #442545.


Background Color

.myBgColor { background-color: #442545; }

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

This div background color is #442545.


Border color

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

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

This div border color is #442545.


Opacity

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

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

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

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

This text has shadow with #442545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442545 on black background.


Color preview on white background

This text has color #442545 on white background.



Black color preview on #442545 background

This text has black color on #442545 background.


White color preview on #442545 background

This text has white color on #442545 background.