COLOR #382C7F

HEX: #382C7F RGB: (56,44,127)

Color info

#382C7F contains mainly blue color. Web safe color of #382C7F is #333366 (or #336).

RGB color model

#382C7F color RGB value is (56,44,127).

RGB: (56,44,127) (22%, 17%, 50%)

RGB channels and saturation

R 56 of 255 = 22%
G 44 of 255 = 17%
B 127 of 255 = 50%

56
44
127

R + G + B ~ 30%. #382C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 44 + 127 = 227 (100%)
R 56 of 227 ~ 24.67%
G 44 of 227 ~ 19.38%
B 127 of 227 ~ 55.95'%

%24.67
%19.38
%55.95

CMYK color model

#382C7F color CMYK value is (56,65,0,50).

  • cyan value is 55.91%
  • magenta value is 65.35%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (56,65,0,50)
C56M65Y0K50 (56%, 65%, 0%, 50%)
(0.56 / 0.65 / 0.00 / 0.50)

CMYK percentages

%55.91
%65.35
%0
%50.2

Codes

Color #382C7F in popluar color models

38 2C 7F
RGB 56 44 127
HSL 249° 48.54% 33.53%
HSB/HSV 249° 65.35% 49.80%
CMYK 55.91% 65.35% 0.00%
50.20%

Color #382C7F in popluar number systems.

HEX 38 2C 7F
Decimal 56 44 127
Binary 111000 101100 1111111
Octal 70 54 177

Shades and tints

Shades of #382C7F

#382C7F
(56,44,127)
#332874
(51,40,116)
#2E2469
(46,36,105)
#29205E
(41,32,94)
#241C53
(36,28,83)
#1F1848
(31,24,72)
#1A143D
(26,20,61)
#151032
(21,16,50)
#100C27
(16,12,39)
#0B081C
(11,8,28)
#060411
(6,4,17)
#000000
(0,0,0)

Tints of #382C7F

#382C7F
(56,44,127)
#4A3F8A
(74,63,138)
#5C5295
(92,82,149)
#6E65A0
(110,101,160)
#8078AB
(128,120,171)
#928BB6
(146,139,182)
#A49EC1
(164,158,193)
#B6B1CC
(182,177,204)
#C8C4D7
(200,196,215)
#DAD7E2
(218,215,226)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382C7F color. Also use rgb(56,44,127) instead hex code.

Text Font Color

.myTextColor { color: #382C7F; }

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

This text font color is #382C7F.

Background Color

.myBgColor { background-color: #382C7F; }

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

This div background color is #382C7F.

Border color

.myBorderColor { border: 1px solid #382C7F; }

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

This div border color is #382C7F.

Opacity

.myOpacity80 { color: #382C7F; opacity: 0.8; }

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

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

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

This text has shadow with #382C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382C7F.

Preview

Color preview on black background

This text has color #382C7F on black background.


Color preview on white background

This text has color #382C7F on white background.


Black color preview on #382C7F background

This text has black color on #382C7F background.


White color preview on #382C7F background

This text has white color on #382C7F background.


Related colors

Complementary color

Complementary color for #hex is #C7D380.


I love getcolorcode.com

Triadic colors

1 #7F382C and #2C7F38 with #382C7F are triadic colors.

2 #7F2C38 and #2C387F with #382C7F are triadic colors.