COLOR #392B77

HEX: #392B77
RGB: (57,43,119)

Color info

#392B77 contains mainly blue color. Web safe color of #392B77 is #333366 (or #336).

RGB color model

#392B77 color RGB value is (57,43,119).

  • red value is 57;
  • green value is 43;
  • blue value is 119.
RGB:
(57,43,119)
(22%,17%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 43 of 255 = 17%
B 119 of 255 = 47%

57
43
119

R + G + B ~ 29%. #392B77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 43 + 119 = 219 (100%)
R 57 of 219 ~ 26.03%
G 43 of 219 ~ 19.63%
B 119 of 219 ~ 54.34%

%26.03
%19.63
%54.34

CMYK color model

#392B77 color CMYK value is (52,64,0,53).

  • cyan value is 52.10%
  • magenta value is 63.87%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(52,64,0,53)
C52M64Y0K53 
(52%,64%,0%,53%)
(0.52/0.64/0.00/0.53)	

CMYK percentages

%52.1
%63.87
%0
%53.33

Codes

Color #392B77 in popluar color models

392B77
RGB5743119
HSL251°46.91%31.76%
HSB/HSV251°63.87%46.67%
CMYK52.10%63.87%0.00%
53.33%

Color #392B77 in popluar number systems.

HEX392B77
Decimal5743119
Binary1110011010111110111
Octal7153167

Shades and tints

Shades of #392B77

#392B77
(57,43,119)
#34286D
(52,40,109)
#2F2563
(47,37,99)
#2A2259
(42,34,89)
#251F4F
(37,31,79)
#201C45
(32,28,69)
#1B193B
(27,25,59)
#161631
(22,22,49)
#111327
(17,19,39)
#0C101D
(12,16,29)
#070D13
(7,13,19)
#000000
(0,0,0)

Tints of #392B77

#392B77
(57,43,119)
#4B3E83
(75,62,131)
#5D518F
(93,81,143)
#6F649B
(111,100,155)
#8177A7
(129,119,167)
#938AB3
(147,138,179)
#A59DBF
(165,157,191)
#B7B0CB
(183,176,203)
#C9C3D7
(201,195,215)
#DBD6E3
(219,214,227)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392B77 color. Also use rgb(57,43,119) instead hex code.

Text Font Color

.myTextColor { color: #392B77; }

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

This text font color is #392B77.


Background Color

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

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

This div background color is #392B77.


Border color

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

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

This div border color is #392B77.


Opacity

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

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

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

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

This text has shadow with #392B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392B77 on black background.


Color preview on white background

This text has color #392B77 on white background.



Black color preview on #392B77 background

This text has black color on #392B77 background.


White color preview on #392B77 background

This text has white color on #392B77 background.