COLOR #383370

HEX: #383370
RGB: (56,51,112)

Color info

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

RGB color model

#383370 color RGB value is (56,51,112).

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

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 112 of 255 = 44%

56
51
112

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

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 112 = 219 (100%)
R 56 of 219 ~ 25.57%
G 51 of 219 ~ 23.29%
B 112 of 219 ~ 51.14%

%25.57
%23.29
%51.14

CMYK color model

#383370 color CMYK value is (50,54,0,56).

  • cyan value is 50.00%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(50,54,0,56)
C50M54Y0K56 
(50%,54%,0%,56%)
(0.50/0.54/0.00/0.56)	

CMYK percentages

%50
%54.46
%0
%56.08

Codes

Color #383370 in popluar color models

383370
RGB5651112
HSL245°37.42%31.96%
HSB/HSV245°54.46%43.92%
CMYK50.00%54.46%0.00%
56.08%

Color #383370 in popluar number systems.

HEX383370
Decimal5651112
Binary1110001100111110000
Octal7063160

Shades and tints

Shades of #383370

#383370
(56,51,112)
#332F66
(51,47,102)
#2E2B5C
(46,43,92)
#292752
(41,39,82)
#242348
(36,35,72)
#1F1F3E
(31,31,62)
#1A1B34
(26,27,52)
#15172A
(21,23,42)
#101320
(16,19,32)
#0B0F16
(11,15,22)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #383370

#383370
(56,51,112)
#4A457D
(74,69,125)
#5C578A
(92,87,138)
#6E6997
(110,105,151)
#807BA4
(128,123,164)
#928DB1
(146,141,177)
#A49FBE
(164,159,190)
#B6B1CB
(182,177,203)
#C8C3D8
(200,195,216)
#DAD5E5
(218,213,229)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383370; }

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

This text font color is #383370.


Background Color

.myBgColor { background-color: #383370; }

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

This div background color is #383370.


Border color

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

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

This div border color is #383370.


Opacity

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

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

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

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

This text has shadow with #383370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383370 on black background.


Color preview on white background

This text has color #383370 on white background.



Black color preview on #383370 background

This text has black color on #383370 background.


White color preview on #383370 background

This text has white color on #383370 background.