COLOR #393767

HEX: #393767
RGB: (57,55,103)

Color info

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

RGB color model

#393767 color RGB value is (57,55,103).

  • red value is 57;
  • green value is 55;
  • blue value is 103.
RGB:
(57,55,103)
(22%,22%,40%)

RGB channels and saturation

R 57 of 255 = 22%
G 55 of 255 = 22%
B 103 of 255 = 40%

57
55
103

R + G + B ~ 28%. #393767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 55 + 103 = 215 (100%)
R 57 of 215 ~ 26.51%
G 55 of 215 ~ 25.58%
B 103 of 215 ~ 47.91%

%26.51
%25.58
%47.91

CMYK color model

#393767 color CMYK value is (45,47,0,60).

  • cyan value is 44.66%
  • magenta value is 46.60%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(45,47,0,60)
C45M47Y0K60 
(45%,47%,0%,60%)
(0.45/0.47/0.00/0.60)	

CMYK percentages

%44.66
%46.6
%0
%59.61

Codes

Color #393767 in popluar color models

393767
RGB5755103
HSL243°30.38%30.98%
HSB/HSV243°46.60%40.39%
CMYK44.66%46.60%0.00%
59.61%

Color #393767 in popluar number systems.

HEX393767
Decimal5755103
Binary1110011101111100111
Octal7167147

Shades and tints

Shades of #393767

#393767
(57,55,103)
#34325E
(52,50,94)
#2F2D55
(47,45,85)
#2A284C
(42,40,76)
#252343
(37,35,67)
#201E3A
(32,30,58)
#1B1931
(27,25,49)
#161428
(22,20,40)
#110F1F
(17,15,31)
#0C0A16
(12,10,22)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #393767

#393767
(57,55,103)
#4B4974
(75,73,116)
#5D5B81
(93,91,129)
#6F6D8E
(111,109,142)
#817F9B
(129,127,155)
#9391A8
(147,145,168)
#A5A3B5
(165,163,181)
#B7B5C2
(183,181,194)
#C9C7CF
(201,199,207)
#DBD9DC
(219,217,220)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393767 color. Also use rgb(57,55,103) instead hex code.

Text Font Color

.myTextColor { color: #393767; }

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

This text font color is #393767.


Background Color

.myBgColor { background-color: #393767; }

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

This div background color is #393767.


Border color

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

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

This div border color is #393767.


Opacity

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

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

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

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

This text has shadow with #393767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393767 on black background.


Color preview on white background

This text has color #393767 on white background.



Black color preview on #393767 background

This text has black color on #393767 background.


White color preview on #393767 background

This text has white color on #393767 background.