COLOR #381F67

HEX: #381F67
RGB: (56,31,103)

Color info

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

RGB color model

#381F67 color RGB value is (56,31,103).

  • red value is 56;
  • green value is 31;
  • blue value is 103.
RGB:
(56,31,103)
(22%,12%,40%)

RGB channels and saturation

R 56 of 255 = 22%
G 31 of 255 = 12%
B 103 of 255 = 40%

56
31
103

R + G + B ~ 25%. #381F67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 31 + 103 = 190 (100%)
R 56 of 190 ~ 29.47%
G 31 of 190 ~ 16.32%
B 103 of 190 ~ 54.21%

%29.47
%16.32
%54.21

CMYK color model

#381F67 color CMYK value is (46,70,0,60).

  • cyan value is 45.63%
  • magenta value is 69.90%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(46,70,0,60)
C46M70Y0K60 
(46%,70%,0%,60%)
(0.46/0.70/0.00/0.60)	

CMYK percentages

%45.63
%69.9
%0
%59.61

Codes

Color #381F67 in popluar color models

381F67
RGB5631103
HSL261°53.73%26.27%
HSB/HSV261°69.90%40.39%
CMYK45.63%69.90%0.00%
59.61%

Color #381F67 in popluar number systems.

HEX381F67
Decimal5631103
Binary111000111111100111
Octal7037147

Shades and tints

Shades of #381F67

#381F67
(56,31,103)
#331D5E
(51,29,94)
#2E1B55
(46,27,85)
#29194C
(41,25,76)
#241743
(36,23,67)
#1F153A
(31,21,58)
#1A1331
(26,19,49)
#151128
(21,17,40)
#100F1F
(16,15,31)
#0B0D16
(11,13,22)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #381F67

#381F67
(56,31,103)
#4A3374
(74,51,116)
#5C4781
(92,71,129)
#6E5B8E
(110,91,142)
#806F9B
(128,111,155)
#9283A8
(146,131,168)
#A497B5
(164,151,181)
#B6ABC2
(182,171,194)
#C8BFCF
(200,191,207)
#DAD3DC
(218,211,220)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381F67 color. Also use rgb(56,31,103) instead hex code.

Text Font Color

.myTextColor { color: #381F67; }

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

This text font color is #381F67.


Background Color

.myBgColor { background-color: #381F67; }

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

This div background color is #381F67.


Border color

.myBorderColor { border: 1px solid #381F67; }

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

This div border color is #381F67.


Opacity

.myOpacity80 { color: #381F67; opacity: 0.8; }

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

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

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

This text has shadow with #381F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381F67 on black background.


Color preview on white background

This text has color #381F67 on white background.



Black color preview on #381F67 background

This text has black color on #381F67 background.


White color preview on #381F67 background

This text has white color on #381F67 background.