COLOR #442D4D

HEX: #442D4D RGB: (68,45,77)

Color info

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

RGB color model

#442D4D color RGB value is (68,45,77).

RGB: (68,45,77) (27%, 18%, 30%)

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 77 of 255 = 30%

68
45
77

R + G + B ~ 25%. #442D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 45 + 77 = 190 (100%)
R 68 of 190 ~ 35.79%
G 45 of 190 ~ 23.68%
B 77 of 190 ~ 40.53'%

%35.79
%23.68
%40.53

CMYK color model

#442D4D color CMYK value is (12,42,0,70).

  • cyan value is 11.69%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (12,42,0,70)
C12M42Y0K70 (12%, 42%, 0%, 70%)
(0.12 / 0.42 / 0.00 / 0.70)

CMYK percentages

%11.69
%41.56
%0
%69.8

Codes

Color #442D4D in popluar color models

44 2D 4D
RGB 68 45 77
HSL 283° 26.23% 23.92%
HSB/HSV 283° 41.56% 30.20%
CMYK 11.69% 41.56% 0.00%
69.80%

Color #442D4D in popluar number systems.

HEX 44 2D 4D
Decimal 68 45 77
Binary 1000100 101101 1001101
Octal 104 55 115

Shades and tints

Shades of #442D4D

#442D4D
(68,45,77)
#3E2946
(62,41,70)
#38253F
(56,37,63)
#322138
(50,33,56)
#2C1D31
(44,29,49)
#26192A
(38,25,42)
#201523
(32,21,35)
#1A111C
(26,17,28)
#140D15
(20,13,21)
#0E090E
(14,9,14)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #442D4D

#442D4D
(68,45,77)
#55405D
(85,64,93)
#66536D
(102,83,109)
#77667D
(119,102,125)
#88798D
(136,121,141)
#998C9D
(153,140,157)
#AA9FAD
(170,159,173)
#BBB2BD
(187,178,189)
#CCC5CD
(204,197,205)
#DDD8DD
(221,216,221)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442D4D color. Also use rgb(68,45,77) instead hex code.

Text Font Color

.myTextColor { color: #442D4D; }

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

This text font color is #442D4D.

Background Color

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

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

This div background color is #442D4D.

Border color

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

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

This div border color is #442D4D.

Opacity

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

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

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

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

This text has shadow with #442D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442D4D.

Preview

Color preview on black background

This text has color #442D4D on black background.


Color preview on white background

This text has color #442D4D on white background.


Black color preview on #442D4D background

This text has black color on #442D4D background.


White color preview on #442D4D background

This text has white color on #442D4D background.


Related colors

Complementary color

Complementary color for #hex is #BBD2B2.


I love getcolorcode.com

Triadic colors

1 #4D442D and #2D4D44 with #442D4D are triadic colors.

2 #4D2D44 and #2D444D with #442D4D are triadic colors.