COLOR #393177

HEX: #393177
RGB: (57,49,119)

Color info

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

RGB color model

#393177 color RGB value is (57,49,119).

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

RGB channels and saturation

R 57 of 255 = 22%
G 49 of 255 = 19%
B 119 of 255 = 47%

57
49
119

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

Portions of RGB colors in percentages

R + G + B =
57 + 49 + 119 = 225 (100%)
R 57 of 225 ~ 25.33%
G 49 of 225 ~ 21.78%
B 119 of 225 ~ 52.89%

%25.33
%21.78
%52.89

CMYK color model

#393177 color CMYK value is (52,59,0,53).

  • cyan value is 52.10%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(52,59,0,53)
C52M59Y0K53 
(52%,59%,0%,53%)
(0.52/0.59/0.00/0.53)	

CMYK percentages

%52.1
%58.82
%0
%53.33

Codes

Color #393177 in popluar color models

393177
RGB5749119
HSL247°41.67%32.94%
HSB/HSV247°58.82%46.67%
CMYK52.10%58.82%0.00%
53.33%

Color #393177 in popluar number systems.

HEX393177
Decimal5749119
Binary1110011100011110111
Octal7161167

Shades and tints

Shades of #393177

#393177
(57,49,119)
#342D6D
(52,45,109)
#2F2963
(47,41,99)
#2A2559
(42,37,89)
#25214F
(37,33,79)
#201D45
(32,29,69)
#1B193B
(27,25,59)
#161531
(22,21,49)
#111127
(17,17,39)
#0C0D1D
(12,13,29)
#070913
(7,9,19)
#000000
(0,0,0)

Tints of #393177

#393177
(57,49,119)
#4B4383
(75,67,131)
#5D558F
(93,85,143)
#6F679B
(111,103,155)
#8179A7
(129,121,167)
#938BB3
(147,139,179)
#A59DBF
(165,157,191)
#B7AFCB
(183,175,203)
#C9C1D7
(201,193,215)
#DBD3E3
(219,211,227)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393177; }

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

This text font color is #393177.


Background Color

.myBgColor { background-color: #393177; }

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

This div background color is #393177.


Border color

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

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

This div border color is #393177.


Opacity

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

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

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

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

This text has shadow with #393177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393177 on black background.


Color preview on white background

This text has color #393177 on white background.



Black color preview on #393177 background

This text has black color on #393177 background.


White color preview on #393177 background

This text has white color on #393177 background.