COLOR #381E6B

HEX: #381E6B
RGB: (56,30,107)

Color info

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

RGB color model

#381E6B color RGB value is (56,30,107).

  • red value is 56;
  • green value is 30;
  • blue value is 107.
RGB:
(56,30,107)
(22%,12%,42%)

RGB channels and saturation

R 56 of 255 = 22%
G 30 of 255 = 12%
B 107 of 255 = 42%

56
30
107

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

Portions of RGB colors in percentages

R + G + B =
56 + 30 + 107 = 193 (100%)
R 56 of 193 ~ 29.02%
G 30 of 193 ~ 15.54%
B 107 of 193 ~ 55.44%

%29.02
%15.54
%55.44

CMYK color model

#381E6B color CMYK value is (48,72,0,58).

  • cyan value is 47.66%
  • magenta value is 71.96%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(48,72,0,58)
C48M72Y0K58 
(48%,72%,0%,58%)
(0.48/0.72/0.00/0.58)	

CMYK percentages

%47.66
%71.96
%0
%58.04

Codes

Color #381E6B in popluar color models

381E6B
RGB5630107
HSL260°56.20%26.86%
HSB/HSV260°71.96%41.96%
CMYK47.66%71.96%0.00%
58.04%

Color #381E6B in popluar number systems.

HEX381E6B
Decimal5630107
Binary111000111101101011
Octal7036153

Shades and tints

Shades of #381E6B

#381E6B
(56,30,107)
#331C62
(51,28,98)
#2E1A59
(46,26,89)
#291850
(41,24,80)
#241647
(36,22,71)
#1F143E
(31,20,62)
#1A1235
(26,18,53)
#15102C
(21,16,44)
#100E23
(16,14,35)
#0B0C1A
(11,12,26)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #381E6B

#381E6B
(56,30,107)
#4A3278
(74,50,120)
#5C4685
(92,70,133)
#6E5A92
(110,90,146)
#806E9F
(128,110,159)
#9282AC
(146,130,172)
#A496B9
(164,150,185)
#B6AAC6
(182,170,198)
#C8BED3
(200,190,211)
#DAD2E0
(218,210,224)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381E6B color. Also use rgb(56,30,107) instead hex code.

Text Font Color

.myTextColor { color: #381E6B; }

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

This text font color is #381E6B.


Background Color

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

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

This div background color is #381E6B.


Border color

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

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

This div border color is #381E6B.


Opacity

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

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

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

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

This text has shadow with #381E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381E6B on black background.


Color preview on white background

This text has color #381E6B on white background.



Black color preview on #381E6B background

This text has black color on #381E6B background.


White color preview on #381E6B background

This text has white color on #381E6B background.