COLOR #392149

HEX: #392149
RGB: (57,33,73)

Color info

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

RGB color model

#392149 color RGB value is (57,33,73).

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

RGB channels and saturation

R 57 of 255 = 22%
G 33 of 255 = 13%
B 73 of 255 = 29%

57
33
73

R + G + B ~ 21%. #392149 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 33 + 73 = 163 (100%)
R 57 of 163 ~ 34.97%
G 33 of 163 ~ 20.25%
B 73 of 163 ~ 44.79%

%34.97
%20.25
%44.79

CMYK color model

#392149 color CMYK value is (22,55,0,71).

  • cyan value is 21.92%
  • magenta value is 54.79%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(22,55,0,71)
C22M55Y0K71 
(22%,55%,0%,71%)
(0.22/0.55/0.00/0.71)	

CMYK percentages

%21.92
%54.79
%0
%71.37

Codes

Color #392149 in popluar color models

392149
RGB573373
HSL276°37.74%20.78%
HSB/HSV276°54.79%28.63%
CMYK21.92%54.79%0.00%
71.37%

Color #392149 in popluar number systems.

HEX392149
Decimal573373
Binary1110011000011001001
Octal7141111

Shades and tints

Shades of #392149

#392149
(57,33,73)
#341E43
(52,30,67)
#2F1B3D
(47,27,61)
#2A1837
(42,24,55)
#251531
(37,21,49)
#20122B
(32,18,43)
#1B0F25
(27,15,37)
#160C1F
(22,12,31)
#110919
(17,9,25)
#0C0613
(12,6,19)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #392149

#392149
(57,33,73)
#4B3559
(75,53,89)
#5D4969
(93,73,105)
#6F5D79
(111,93,121)
#817189
(129,113,137)
#938599
(147,133,153)
#A599A9
(165,153,169)
#B7ADB9
(183,173,185)
#C9C1C9
(201,193,201)
#DBD5D9
(219,213,217)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392149; }

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

This text font color is #392149.


Background Color

.myBgColor { background-color: #392149; }

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

This div background color is #392149.


Border color

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

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

This div border color is #392149.


Opacity

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

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

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

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

This text has shadow with #392149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392149 on black background.


Color preview on white background

This text has color #392149 on white background.



Black color preview on #392149 background

This text has black color on #392149 background.


White color preview on #392149 background

This text has white color on #392149 background.