COLOR #442B4C

HEX: #442B4C RGB: (68,43,76)

Color info

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

RGB color model

#442B4C color RGB value is (68,43,76).

RGB: (68,43,76) (27%, 17%, 30%)

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 76 of 255 = 30%

68
43
76

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

Portions of RGB colors in percentages

R + G + B = 68 + 43 + 76 = 187 (100%)
R 68 of 187 ~ 36.36%
G 43 of 187 ~ 22.99%
B 76 of 187 ~ 40.64'%

%36.36
%22.99
%40.64

CMYK color model

#442B4C color CMYK value is (11,43,0,70).

  • cyan value is 10.53%
  • magenta value is 43.42%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (11,43,0,70)
C11M43Y0K70 (11%, 43%, 0%, 70%)
(0.11 / 0.43 / 0.00 / 0.70)

CMYK percentages

%10.53
%43.42
%0
%70.2

Codes

Color #442B4C in popluar color models

44 2B 4C
RGB 68 43 76
HSL 285° 27.73% 23.33%
HSB/HSV 285° 43.42% 29.80%
CMYK 10.53% 43.42% 0.00%
70.20%

Color #442B4C in popluar number systems.

HEX 44 2B 4C
Decimal 68 43 76
Binary 1000100 101011 1001100
Octal 104 53 114

Shades and tints

Shades of #442B4C

#442B4C
(68,43,76)
#3E2846
(62,40,70)
#382540
(56,37,64)
#32223A
(50,34,58)
#2C1F34
(44,31,52)
#261C2E
(38,28,46)
#201928
(32,25,40)
#1A1622
(26,22,34)
#14131C
(20,19,28)
#0E1016
(14,16,22)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #442B4C

#442B4C
(68,43,76)
#553E5C
(85,62,92)
#66516C
(102,81,108)
#77647C
(119,100,124)
#88778C
(136,119,140)
#998A9C
(153,138,156)
#AA9DAC
(170,157,172)
#BBB0BC
(187,176,188)
#CCC3CC
(204,195,204)
#DDD6DC
(221,214,220)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442B4C color. Also use rgb(68,43,76) instead hex code.

Text Font Color

.myTextColor { color: #442B4C; }

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

This text font color is #442B4C.

Background Color

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

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

This div background color is #442B4C.

Border color

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

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

This div border color is #442B4C.

Opacity

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

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

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

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

This text has shadow with #442B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442B4C.

Preview

Color preview on black background

This text has color #442B4C on black background.


Color preview on white background

This text has color #442B4C on white background.


Black color preview on #442B4C background

This text has black color on #442B4C background.


White color preview on #442B4C background

This text has white color on #442B4C background.


Related colors

Complementary color

Complementary color for #hex is #BBD4B3.


I love getcolorcode.com

Triadic colors

1 #4C442B and #2B4C44 with #442B4C are triadic colors.

2 #4C2B44 and #2B444C with #442B4C are triadic colors.