COLOR #380C5B

HEX: #380C5B
RGB: (56,12,91)

Color info

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

RGB color model

#380C5B color RGB value is (56,12,91).

  • red value is 56;
  • green value is 12;
  • blue value is 91.
RGB:
(56,12,91)
(22%,5%,36%)

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 91 of 255 = 36%

56
12
91

R + G + B ~ 21%. #380C5B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 12 + 91 = 159 (100%)
R 56 of 159 ~ 35.22%
G 12 of 159 ~ 7.55%
B 91 of 159 ~ 57.23%

%35.22
%57.23

CMYK color model

#380C5B color CMYK value is (38,87,0,64).

  • cyan value is 38.46%
  • magenta value is 86.81%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(38,87,0,64)
C38M87Y0K64 
(38%,87%,0%,64%)
(0.38/0.87/0.00/0.64)	

CMYK percentages

%38.46
%86.81
%0
%64.31

Codes

Color #380C5B in popluar color models

380C5B
RGB561291
HSL273°76.70%20.20%
HSB/HSV273°86.81%35.69%
CMYK38.46%86.81%0.00%
64.31%

Color #380C5B in popluar number systems.

HEX380C5B
Decimal561291
Binary11100011001011011
Octal7014133

Shades and tints

Shades of #380C5B

#380C5B
(56,12,91)
#330B53
(51,11,83)
#2E0A4B
(46,10,75)
#290943
(41,9,67)
#24083B
(36,8,59)
#1F0733
(31,7,51)
#1A062B
(26,6,43)
#150523
(21,5,35)
#10041B
(16,4,27)
#0B0313
(11,3,19)
#06020B
(6,2,11)
#000000
(0,0,0)

Tints of #380C5B

#380C5B
(56,12,91)
#4A2269
(74,34,105)
#5C3877
(92,56,119)
#6E4E85
(110,78,133)
#806493
(128,100,147)
#927AA1
(146,122,161)
#A490AF
(164,144,175)
#B6A6BD
(182,166,189)
#C8BCCB
(200,188,203)
#DAD2D9
(218,210,217)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380C5B color. Also use rgb(56,12,91) instead hex code.

Text Font Color

.myTextColor { color: #380C5B; }

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

This text font color is #380C5B.


Background Color

.myBgColor { background-color: #380C5B; }

<div style="background-color:#380C5B">Inner text</div>

This div background color is #380C5B.


Border color

.myBorderColor { border: 1px solid #380C5B; }

<div style="border:3px solid #380C5B">Div</div>

This div border color is #380C5B.


Opacity

.myOpacity80 { color: #380C5B; opacity: 0.8; }

<p style="color:#380C5B;opacity:0.8;">80%</p>

Text with #380C5B 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 #380C5B;}

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

This text has shadow with #380C5B color.

.textShadow {text-shadow: 3px 3px 1px #380C5B, 3px 3px 1px red;}

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

This text has shadow with #380C5B primary color and red secondary color.


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

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

This text has shadow with #380C5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380C5B on black background.


Color preview on white background

This text has color #380C5B on white background.



Black color preview on #380C5B background

This text has black color on #380C5B background.


White color preview on #380C5B background

This text has white color on #380C5B background.