COLOR #391649

HEX: #391649
RGB: (57,22,73)

Color info

#391649 contains red, green and blue colors in about the same proportion. Web safe color of #391649 is #330033 (or #303).

RGB color model

#391649 color RGB value is (57,22,73).

  • red value is 57;
  • green value is 22;
  • blue value is 73.
RGB:
(57,22,73)
(22%,9%,29%)

RGB channels and saturation

R 57 of 255 = 22%
G 22 of 255 = 9%
B 73 of 255 = 29%

57
22
73

R + G + B ~ 20%. #391649 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 22 + 73 = 152 (100%)
R 57 of 152 ~ 37.5%
G 22 of 152 ~ 14.47%
B 73 of 152 ~ 48.03%

%37.5
%14.47
%48.03

CMYK color model

#391649 color CMYK value is (22,70,0,71).

  • cyan value is 21.92%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(22,70,0,71)
C22M70Y0K71 
(22%,70%,0%,71%)
(0.22/0.70/0.00/0.71)	

CMYK percentages

%21.92
%69.86
%0
%71.37

Codes

Color #391649 in popluar color models

391649
RGB572273
HSL281°53.68%18.63%
HSB/HSV281°69.86%28.63%
CMYK21.92%69.86%0.00%
71.37%

Color #391649 in popluar number systems.

HEX391649
Decimal572273
Binary111001101101001001
Octal7126111

Shades and tints

Shades of #391649

#391649
(57,22,73)
#341443
(52,20,67)
#2F123D
(47,18,61)
#2A1037
(42,16,55)
#250E31
(37,14,49)
#200C2B
(32,12,43)
#1B0A25
(27,10,37)
#16081F
(22,8,31)
#110619
(17,6,25)
#0C0413
(12,4,19)
#07020D
(7,2,13)
#000000
(0,0,0)

Tints of #391649

#391649
(57,22,73)
#4B2B59
(75,43,89)
#5D4069
(93,64,105)
#6F5579
(111,85,121)
#816A89
(129,106,137)
#937F99
(147,127,153)
#A594A9
(165,148,169)
#B7A9B9
(183,169,185)
#C9BEC9
(201,190,201)
#DBD3D9
(219,211,217)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391649 color. Also use rgb(57,22,73) instead hex code.

Text Font Color

.myTextColor { color: #391649; }

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

This text font color is #391649.


Background Color

.myBgColor { background-color: #391649; }

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

This div background color is #391649.


Border color

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

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

This div border color is #391649.


Opacity

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

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

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

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

This text has shadow with #391649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #391649 on black background.


Color preview on white background

This text has color #391649 on white background.



Black color preview on #391649 background

This text has black color on #391649 background.


White color preview on #391649 background

This text has white color on #391649 background.