COLOR #383984

HEX: #383984
RGB: (56,57,132)

Color info

#383984 contains mainly blue color. Web safe color of #383984 is #333399 (or #339).

RGB color model

#383984 color RGB value is (56,57,132).

  • red value is 56;
  • green value is 57;
  • blue value is 132.
RGB:
(56,57,132)
(22%,22%,52%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 132 of 255 = 52%

56
57
132

R + G + B ~ 32%. #383984 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 132 = 245 (100%)
R 56 of 245 ~ 22.86%
G 57 of 245 ~ 23.27%
B 132 of 245 ~ 53.88%

%22.86
%23.27
%53.88

CMYK color model

#383984 color CMYK value is (58,57,0,48).

  • cyan value is 57.58%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(58,57,0,48)
C58M57Y0K48 
(58%,57%,0%,48%)
(0.58/0.57/0.00/0.48)	

CMYK percentages

%57.58
%56.82
%0
%48.24

Codes

Color #383984 in popluar color models

383984
RGB5657132
HSL239°40.43%36.86%
HSB/HSV239°57.58%51.76%
CMYK57.58%56.82%0.00%
48.24%

Color #383984 in popluar number systems.

HEX383984
Decimal5657132
Binary11100011100110000100
Octal7071204

Shades and tints

Shades of #383984

#383984
(56,57,132)
#333478
(51,52,120)
#2E2F6C
(46,47,108)
#292A60
(41,42,96)
#242554
(36,37,84)
#1F2048
(31,32,72)
#1A1B3C
(26,27,60)
#151630
(21,22,48)
#101124
(16,17,36)
#0B0C18
(11,12,24)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #383984

#383984
(56,57,132)
#4A4B8F
(74,75,143)
#5C5D9A
(92,93,154)
#6E6FA5
(110,111,165)
#8081B0
(128,129,176)
#9293BB
(146,147,187)
#A4A5C6
(164,165,198)
#B6B7D1
(182,183,209)
#C8C9DC
(200,201,220)
#DADBE7
(218,219,231)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383984 color. Also use rgb(56,57,132) instead hex code.

Text Font Color

.myTextColor { color: #383984; }

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

This text font color is #383984.


Background Color

.myBgColor { background-color: #383984; }

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

This div background color is #383984.


Border color

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

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

This div border color is #383984.


Opacity

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

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

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

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

This text has shadow with #383984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383984 on black background.


Color preview on white background

This text has color #383984 on white background.



Black color preview on #383984 background

This text has black color on #383984 background.


White color preview on #383984 background

This text has white color on #383984 background.