COLOR #392C59

HEX: #392C59
RGB: (57,44,89)

Color info

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

RGB color model

#392C59 color RGB value is (57,44,89).

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

RGB channels and saturation

R 57 of 255 = 22%
G 44 of 255 = 17%
B 89 of 255 = 35%

57
44
89

R + G + B ~ 25%. #392C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 44 + 89 = 190 (100%)
R 57 of 190 ~ 30%
G 44 of 190 ~ 23.16%
B 89 of 190 ~ 46.84%

%30
%23.16
%46.84

CMYK color model

#392C59 color CMYK value is (36,51,0,65).

  • cyan value is 35.96%
  • magenta value is 50.56%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(36,51,0,65)
C36M51Y0K65 
(36%,51%,0%,65%)
(0.36/0.51/0.00/0.65)	

CMYK percentages

%35.96
%50.56
%0
%65.1

Codes

Color #392C59 in popluar color models

392C59
RGB574489
HSL257°33.83%26.08%
HSB/HSV257°50.56%34.90%
CMYK35.96%50.56%0.00%
65.10%

Color #392C59 in popluar number systems.

HEX392C59
Decimal574489
Binary1110011011001011001
Octal7154131

Shades and tints

Shades of #392C59

#392C59
(57,44,89)
#342851
(52,40,81)
#2F2449
(47,36,73)
#2A2041
(42,32,65)
#251C39
(37,28,57)
#201831
(32,24,49)
#1B1429
(27,20,41)
#161021
(22,16,33)
#110C19
(17,12,25)
#0C0811
(12,8,17)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #392C59

#392C59
(57,44,89)
#4B3F68
(75,63,104)
#5D5277
(93,82,119)
#6F6586
(111,101,134)
#817895
(129,120,149)
#938BA4
(147,139,164)
#A59EB3
(165,158,179)
#B7B1C2
(183,177,194)
#C9C4D1
(201,196,209)
#DBD7E0
(219,215,224)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392C59; }

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

This text font color is #392C59.


Background Color

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

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

This div background color is #392C59.


Border color

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

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

This div border color is #392C59.


Opacity

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

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

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

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

This text has shadow with #392C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392C59 on black background.


Color preview on white background

This text has color #392C59 on white background.



Black color preview on #392C59 background

This text has black color on #392C59 background.


White color preview on #392C59 background

This text has white color on #392C59 background.