COLOR #393474

HEX: #393474
RGB: (57,52,116)

Color info

#393474 contains mainly red and blue colors. Web safe color of #393474 is #333366 (or #336).

RGB color model

#393474 color RGB value is (57,52,116).

  • red value is 57;
  • green value is 52;
  • blue value is 116.
RGB:
(57,52,116)
(22%,20%,45%)

RGB channels and saturation

R 57 of 255 = 22%
G 52 of 255 = 20%
B 116 of 255 = 45%

57
52
116

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

Portions of RGB colors in percentages

R + G + B =
57 + 52 + 116 = 225 (100%)
R 57 of 225 ~ 25.33%
G 52 of 225 ~ 23.11%
B 116 of 225 ~ 51.56%

%25.33
%23.11
%51.56

CMYK color model

#393474 color CMYK value is (51,55,0,55).

  • cyan value is 50.86%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(51,55,0,55)
C51M55Y0K55 
(51%,55%,0%,55%)
(0.51/0.55/0.00/0.55)	

CMYK percentages

%50.86
%55.17
%0
%54.51

Codes

Color #393474 in popluar color models

393474
RGB5752116
HSL245°38.10%32.94%
HSB/HSV245°55.17%45.49%
CMYK50.86%55.17%0.00%
54.51%

Color #393474 in popluar number systems.

HEX393474
Decimal5752116
Binary1110011101001110100
Octal7164164

Shades and tints

Shades of #393474

#393474
(57,52,116)
#34306A
(52,48,106)
#2F2C60
(47,44,96)
#2A2856
(42,40,86)
#25244C
(37,36,76)
#202042
(32,32,66)
#1B1C38
(27,28,56)
#16182E
(22,24,46)
#111424
(17,20,36)
#0C101A
(12,16,26)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #393474

#393474
(57,52,116)
#4B4680
(75,70,128)
#5D588C
(93,88,140)
#6F6A98
(111,106,152)
#817CA4
(129,124,164)
#938EB0
(147,142,176)
#A5A0BC
(165,160,188)
#B7B2C8
(183,178,200)
#C9C4D4
(201,196,212)
#DBD6E0
(219,214,224)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393474 color. Also use rgb(57,52,116) instead hex code.

Text Font Color

.myTextColor { color: #393474; }

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

This text font color is #393474.


Background Color

.myBgColor { background-color: #393474; }

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

This div background color is #393474.


Border color

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

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

This div border color is #393474.


Opacity

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

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

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

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

This text has shadow with #393474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393474 on black background.


Color preview on white background

This text has color #393474 on white background.



Black color preview on #393474 background

This text has black color on #393474 background.


White color preview on #393474 background

This text has white color on #393474 background.