COLOR #442F4F

HEX: #442F4F RGB: (68,47,79)

Color info

#442F4F contains red, green and blue colors in about the same proportion. Web safe color of #442F4F is #333366 (or #336).

RGB color model

#442F4F color RGB value is (68,47,79).

RGB: (68,47,79) (27%, 18%, 31%)

RGB channels and saturation

R 68 of 255 = 27%
G 47 of 255 = 18%
B 79 of 255 = 31%

68
47
79

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

Portions of RGB colors in percentages

R + G + B = 68 + 47 + 79 = 194 (100%)
R 68 of 194 ~ 35.05%
G 47 of 194 ~ 24.23%
B 79 of 194 ~ 40.72'%

%35.05
%24.23
%40.72

CMYK color model

#442F4F color CMYK value is (14,41,0,69).

  • cyan value is 13.92%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (14,41,0,69)
C14M41Y0K69 (14%, 41%, 0%, 69%)
(0.14 / 0.41 / 0.00 / 0.69)

CMYK percentages

%13.92
%40.51
%0
%69.02

Codes

Color #442F4F in popluar color models

44 2F 4F
RGB 68 47 79
HSL 279° 25.40% 24.71%
HSB/HSV 279° 40.51% 30.98%
CMYK 13.92% 40.51% 0.00%
69.02%

Color #442F4F in popluar number systems.

HEX 44 2F 4F
Decimal 68 47 79
Binary 1000100 101111 1001111
Octal 104 57 117

Shades and tints

Shades of #442F4F

#442F4F
(68,47,79)
#3E2B48
(62,43,72)
#382741
(56,39,65)
#32233A
(50,35,58)
#2C1F33
(44,31,51)
#261B2C
(38,27,44)
#201725
(32,23,37)
#1A131E
(26,19,30)
#140F17
(20,15,23)
#0E0B10
(14,11,16)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #442F4F

#442F4F
(68,47,79)
#55415F
(85,65,95)
#66536F
(102,83,111)
#77657F
(119,101,127)
#88778F
(136,119,143)
#99899F
(153,137,159)
#AA9BAF
(170,155,175)
#BBADBF
(187,173,191)
#CCBFCF
(204,191,207)
#DDD1DF
(221,209,223)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442F4F; }

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

This text font color is #442F4F.

Background Color

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

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

This div background color is #442F4F.

Border color

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

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

This div border color is #442F4F.

Opacity

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

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

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

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

This text has shadow with #442F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442F4F.

Preview

Color preview on black background

This text has color #442F4F on black background.


Color preview on white background

This text has color #442F4F on white background.


Black color preview on #442F4F background

This text has black color on #442F4F background.


White color preview on #442F4F background

This text has white color on #442F4F background.


Related colors

Complementary color

Complementary color for #hex is #BBD0B0.


I love getcolorcode.com

Triadic colors

1 #4F442F and #2F4F44 with #442F4F are triadic colors.

2 #4F2F44 and #2F444F with #442F4F are triadic colors.