COLOR #392C66

HEX: #392C66
RGB: (57,44,102)

Color info

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

RGB color model

#392C66 color RGB value is (57,44,102).

  • red value is 57;
  • green value is 44;
  • blue value is 102.
RGB:
(57,44,102)
(22%,17%,40%)

RGB channels and saturation

R 57 of 255 = 22%
G 44 of 255 = 17%
B 102 of 255 = 40%

57
44
102

R + G + B ~ 26%. #392C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 44 + 102 = 203 (100%)
R 57 of 203 ~ 28.08%
G 44 of 203 ~ 21.67%
B 102 of 203 ~ 50.25%

%28.08
%21.67
%50.25

CMYK color model

#392C66 color CMYK value is (44,57,0,60).

  • cyan value is 44.12%
  • magenta value is 56.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(44,57,0,60)
C44M57Y0K60 
(44%,57%,0%,60%)
(0.44/0.57/0.00/0.60)	

CMYK percentages

%44.12
%56.86
%0
%60

Codes

Color #392C66 in popluar color models

392C66
RGB5744102
HSL253°39.73%28.63%
HSB/HSV253°56.86%40.00%
CMYK44.12%56.86%0.00%
60.00%

Color #392C66 in popluar number systems.

HEX392C66
Decimal5744102
Binary1110011011001100110
Octal7154146

Shades and tints

Shades of #392C66

#392C66
(57,44,102)
#34285D
(52,40,93)
#2F2454
(47,36,84)
#2A204B
(42,32,75)
#251C42
(37,28,66)
#201839
(32,24,57)
#1B1430
(27,20,48)
#161027
(22,16,39)
#110C1E
(17,12,30)
#0C0815
(12,8,21)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #392C66

#392C66
(57,44,102)
#4B3F73
(75,63,115)
#5D5280
(93,82,128)
#6F658D
(111,101,141)
#81789A
(129,120,154)
#938BA7
(147,139,167)
#A59EB4
(165,158,180)
#B7B1C1
(183,177,193)
#C9C4CE
(201,196,206)
#DBD7DB
(219,215,219)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392C66 color. Also use rgb(57,44,102) instead hex code.

Text Font Color

.myTextColor { color: #392C66; }

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

This text font color is #392C66.


Background Color

.myBgColor { background-color: #392C66; }

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

This div background color is #392C66.


Border color

.myBorderColor { border: 1px solid #392C66; }

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

This div border color is #392C66.


Opacity

.myOpacity80 { color: #392C66; opacity: 0.8; }

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

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

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

This text has shadow with #392C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392C66 on black background.


Color preview on white background

This text has color #392C66 on white background.



Black color preview on #392C66 background

This text has black color on #392C66 background.


White color preview on #392C66 background

This text has white color on #392C66 background.