COLOR #381A5A

HEX: #381A5A
RGB: (56,26,90)

Color info

#381A5A contains mainly red and blue colors. Web safe color of #381A5A is #330066 (or #306).

RGB color model

#381A5A color RGB value is (56,26,90).

  • red value is 56;
  • green value is 26;
  • blue value is 90.
RGB:
(56,26,90)
(22%,10%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 26 of 255 = 10%
B 90 of 255 = 35%

56
26
90

R + G + B ~ 22%. #381A5A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 26 + 90 = 172 (100%)
R 56 of 172 ~ 32.56%
G 26 of 172 ~ 15.12%
B 90 of 172 ~ 52.33%

%32.56
%15.12
%52.33

CMYK color model

#381A5A color CMYK value is (38,71,0,65).

  • cyan value is 37.78%
  • magenta value is 71.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(38,71,0,65)
C38M71Y0K65 
(38%,71%,0%,65%)
(0.38/0.71/0.00/0.65)	

CMYK percentages

%37.78
%71.11
%0
%64.71

Codes

Color #381A5A in popluar color models

381A5A
RGB562690
HSL268°55.17%22.75%
HSB/HSV268°71.11%35.29%
CMYK37.78%71.11%0.00%
64.71%

Color #381A5A in popluar number systems.

HEX381A5A
Decimal562690
Binary111000110101011010
Octal7032132

Shades and tints

Shades of #381A5A

#381A5A
(56,26,90)
#331852
(51,24,82)
#2E164A
(46,22,74)
#291442
(41,20,66)
#24123A
(36,18,58)
#1F1032
(31,16,50)
#1A0E2A
(26,14,42)
#150C22
(21,12,34)
#100A1A
(16,10,26)
#0B0812
(11,8,18)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #381A5A

#381A5A
(56,26,90)
#4A2E69
(74,46,105)
#5C4278
(92,66,120)
#6E5687
(110,86,135)
#806A96
(128,106,150)
#927EA5
(146,126,165)
#A492B4
(164,146,180)
#B6A6C3
(182,166,195)
#C8BAD2
(200,186,210)
#DACEE1
(218,206,225)
#ECE2F0
(236,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381A5A color. Also use rgb(56,26,90) instead hex code.

Text Font Color

.myTextColor { color: #381A5A; }

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

This text font color is #381A5A.


Background Color

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

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

This div background color is #381A5A.


Border color

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

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

This div border color is #381A5A.


Opacity

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

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

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

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

This text has shadow with #381A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381A5A on black background.


Color preview on white background

This text has color #381A5A on white background.



Black color preview on #381A5A background

This text has black color on #381A5A background.


White color preview on #381A5A background

This text has white color on #381A5A background.