COLOR #442F4B

HEX: #442F4B
RGB: (68,47,75)

Color info

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

RGB color model

#442F4B color RGB value is (68,47,75).

  • red value is 68;
  • green value is 47;
  • blue value is 75.
RGB:
(68,47,75)
(27%,18%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 47 of 255 = 18%
B 75 of 255 = 29%

68
47
75

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

Portions of RGB colors in percentages

R + G + B =
68 + 47 + 75 = 190 (100%)
R 68 of 190 ~ 35.79%
G 47 of 190 ~ 24.74%
B 75 of 190 ~ 39.47%

%35.79
%24.74
%39.47

CMYK color model

#442F4B color CMYK value is (9,37,0,71).

  • cyan value is 9.33%
  • magenta value is 37.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(9,37,0,71)
C9M37Y0K71 
(9%,37%,0%,71%)
(0.09/0.37/0.00/0.71)	

CMYK percentages

%9.33
%37.33
%0
%70.59

Codes

Color #442F4B in popluar color models

442F4B
RGB684775
HSL285°22.95%23.92%
HSB/HSV285°37.33%29.41%
CMYK9.33%37.33%0.00%
70.59%

Color #442F4B in popluar number systems.

HEX442F4B
Decimal684775
Binary10001001011111001011
Octal10457113

Shades and tints

Shades of #442F4B

#442F4B
(68,47,75)
#3E2B45
(62,43,69)
#38273F
(56,39,63)
#322339
(50,35,57)
#2C1F33
(44,31,51)
#261B2D
(38,27,45)
#201727
(32,23,39)
#1A1321
(26,19,33)
#140F1B
(20,15,27)
#0E0B15
(14,11,21)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #442F4B

#442F4B
(68,47,75)
#55415B
(85,65,91)
#66536B
(102,83,107)
#77657B
(119,101,123)
#88778B
(136,119,139)
#99899B
(153,137,155)
#AA9BAB
(170,155,171)
#BBADBB
(187,173,187)
#CCBFCB
(204,191,203)
#DDD1DB
(221,209,219)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442F4B; }

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

This text font color is #442F4B.


Background Color

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

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

This div background color is #442F4B.


Border color

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

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

This div border color is #442F4B.


Opacity

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

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

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

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

This text has shadow with #442F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442F4B on black background.


Color preview on white background

This text has color #442F4B on white background.



Black color preview on #442F4B background

This text has black color on #442F4B background.


White color preview on #442F4B background

This text has white color on #442F4B background.