COLOR #383379

HEX: #383379
RGB: (56,51,121)

Color info

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

RGB color model

#383379 color RGB value is (56,51,121).

  • red value is 56;
  • green value is 51;
  • blue value is 121.
RGB:
(56,51,121)
(22%,20%,47%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 121 of 255 = 47%

56
51
121

R + G + B ~ 30%. #383379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 121 = 228 (100%)
R 56 of 228 ~ 24.56%
G 51 of 228 ~ 22.37%
B 121 of 228 ~ 53.07%

%24.56
%22.37
%53.07

CMYK color model

#383379 color CMYK value is (54,58,0,53).

  • cyan value is 53.72%
  • magenta value is 57.85%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(54,58,0,53)
C54M58Y0K53 
(54%,58%,0%,53%)
(0.54/0.58/0.00/0.53)	

CMYK percentages

%53.72
%57.85
%0
%52.55

Codes

Color #383379 in popluar color models

383379
RGB5651121
HSL244°40.70%33.73%
HSB/HSV244°57.85%47.45%
CMYK53.72%57.85%0.00%
52.55%

Color #383379 in popluar number systems.

HEX383379
Decimal5651121
Binary1110001100111111001
Octal7063171

Shades and tints

Shades of #383379

#383379
(56,51,121)
#332F6E
(51,47,110)
#2E2B63
(46,43,99)
#292758
(41,39,88)
#24234D
(36,35,77)
#1F1F42
(31,31,66)
#1A1B37
(26,27,55)
#15172C
(21,23,44)
#101321
(16,19,33)
#0B0F16
(11,15,22)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #383379

#383379
(56,51,121)
#4A4585
(74,69,133)
#5C5791
(92,87,145)
#6E699D
(110,105,157)
#807BA9
(128,123,169)
#928DB5
(146,141,181)
#A49FC1
(164,159,193)
#B6B1CD
(182,177,205)
#C8C3D9
(200,195,217)
#DAD5E5
(218,213,229)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383379 color. Also use rgb(56,51,121) instead hex code.

Text Font Color

.myTextColor { color: #383379; }

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

This text font color is #383379.


Background Color

.myBgColor { background-color: #383379; }

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

This div background color is #383379.


Border color

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

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

This div border color is #383379.


Opacity

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

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

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

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

This text has shadow with #383379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383379 on black background.


Color preview on white background

This text has color #383379 on white background.



Black color preview on #383379 background

This text has black color on #383379 background.


White color preview on #383379 background

This text has white color on #383379 background.