COLOR #381D5A

HEX: #381D5A RGB: (56,29,90)

Color info

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

RGB color model

#381D5A color RGB value is (56,29,90).

RGB: (56,29,90) (22%, 11%, 35%)

RGB channels and saturation

R 56 of 255 = 22%
G 29 of 255 = 11%
B 90 of 255 = 35%

56
29
90

R + G + B ~ 23%. #381D5A is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 29 + 90 = 175 (100%)
R 56 of 175 ~ 32%
G 29 of 175 ~ 16.57%
B 90 of 175 ~ 51.43'%

%32
%16.57
%51.43

CMYK color model

#381D5A color CMYK value is (38,68,0,65).

  • cyan value is 37.78%
  • magenta value is 67.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (38,68,0,65)
C38M68Y0K65 (38%, 68%, 0%, 65%)
(0.38 / 0.68 / 0.00 / 0.65)

CMYK percentages

%37.78
%67.78
%0
%64.71

Codes

Color #381D5A in popluar color models

38 1D 5A
RGB 56 29 90
HSL 267° 51.26% 23.33%
HSB/HSV 267° 67.78% 35.29%
CMYK 37.78% 67.78% 0.00%
64.71%

Color #381D5A in popluar number systems.

HEX 38 1D 5A
Decimal 56 29 90
Binary 111000 11101 1011010
Octal 70 35 132

Shades and tints

Shades of #381D5A

#381D5A
(56,29,90)
#331B52
(51,27,82)
#2E194A
(46,25,74)
#291742
(41,23,66)
#24153A
(36,21,58)
#1F1332
(31,19,50)
#1A112A
(26,17,42)
#150F22
(21,15,34)
#100D1A
(16,13,26)
#0B0B12
(11,11,18)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #381D5A

#381D5A
(56,29,90)
#4A3169
(74,49,105)
#5C4578
(92,69,120)
#6E5987
(110,89,135)
#806D96
(128,109,150)
#9281A5
(146,129,165)
#A495B4
(164,149,180)
#B6A9C3
(182,169,195)
#C8BDD2
(200,189,210)
#DAD1E1
(218,209,225)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381D5A; }

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

This text font color is #381D5A.

Background Color

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

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

This div background color is #381D5A.

Border color

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

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

This div border color is #381D5A.

Opacity

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

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

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

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

This text has shadow with #381D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381D5A.

Preview

Color preview on black background

This text has color #381D5A on black background.


Color preview on white background

This text has color #381D5A on white background.


Black color preview on #381D5A background

This text has black color on #381D5A background.


White color preview on #381D5A background

This text has white color on #381D5A background.


Related colors

Complementary color

Complementary color for #hex is #C7E2A5.


I love getcolorcode.com

Triadic colors

1 #5A381D and #1D5A38 with #381D5A are triadic colors.

2 #5A1D38 and #1D385A with #381D5A are triadic colors.