COLOR #382C69

HEX: #382C69
RGB: (56,44,105)

Color info

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

RGB color model

#382C69 color RGB value is (56,44,105).

  • red value is 56;
  • green value is 44;
  • blue value is 105.
RGB:
(56,44,105)
(22%,17%,41%)

RGB channels and saturation

R 56 of 255 = 22%
G 44 of 255 = 17%
B 105 of 255 = 41%

56
44
105

R + G + B ~ 27%. #382C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 44 + 105 = 205 (100%)
R 56 of 205 ~ 27.32%
G 44 of 205 ~ 21.46%
B 105 of 205 ~ 51.22%

%27.32
%21.46
%51.22

CMYK color model

#382C69 color CMYK value is (47,58,0,59).

  • cyan value is 46.67%
  • magenta value is 58.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(47,58,0,59)
C47M58Y0K59 
(47%,58%,0%,59%)
(0.47/0.58/0.00/0.59)	

CMYK percentages

%46.67
%58.1
%0
%58.82

Codes

Color #382C69 in popluar color models

382C69
RGB5644105
HSL252°40.94%29.22%
HSB/HSV252°58.10%41.18%
CMYK46.67%58.10%0.00%
58.82%

Color #382C69 in popluar number systems.

HEX382C69
Decimal5644105
Binary1110001011001101001
Octal7054151

Shades and tints

Shades of #382C69

#382C69
(56,44,105)
#332860
(51,40,96)
#2E2457
(46,36,87)
#29204E
(41,32,78)
#241C45
(36,28,69)
#1F183C
(31,24,60)
#1A1433
(26,20,51)
#15102A
(21,16,42)
#100C21
(16,12,33)
#0B0818
(11,8,24)
#06040F
(6,4,15)
#000000
(0,0,0)

Tints of #382C69

#382C69
(56,44,105)
#4A3F76
(74,63,118)
#5C5283
(92,82,131)
#6E6590
(110,101,144)
#80789D
(128,120,157)
#928BAA
(146,139,170)
#A49EB7
(164,158,183)
#B6B1C4
(182,177,196)
#C8C4D1
(200,196,209)
#DAD7DE
(218,215,222)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382C69; }

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

This text font color is #382C69.


Background Color

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

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

This div background color is #382C69.


Border color

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

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

This div border color is #382C69.


Opacity

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

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

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

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

This text has shadow with #382C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382C69 on black background.


Color preview on white background

This text has color #382C69 on white background.



Black color preview on #382C69 background

This text has black color on #382C69 background.


White color preview on #382C69 background

This text has white color on #382C69 background.