COLOR #380B56

HEX: #380B56
RGB: (56,11,86)

Color info

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

RGB color model

#380B56 color RGB value is (56,11,86).

  • red value is 56;
  • green value is 11;
  • blue value is 86.
RGB: (56,11,86) (22%,4%,34%)

RGB channels and saturation

R 56 of 255 = 22%
G 11 of 255 = 4%
B 86 of 255 = 34%

56
11
86

R + G + B ~ 20%. #380B56 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 11 + 86 = 153 (100%)
R 56 of 153 ~ 36.6%
G 11 of 153 ~ 7.19%
B 86 of 153 ~ 56.21%

%36.6
%56.21

CMYK color model

#380B56 color CMYK value is (35,87,0,66).

  • cyan value is 34.88%
  • magenta value is 87.21%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK: (35,87,0,66) C35M87Y0K66 (35%,87%,0%,66%) (0.35/0.87/0.00/0.66)

CMYK percentages

%34.88
%87.21
%0
%66.27

Codes

Color #380B56 in popluar color models

380B56
RGB561186
HSL276°77.32%19.02%
HSB/HSV276°87.21%33.73%
CMYK34.88%87.21%0.00%
66.27%

Color #380B56 in popluar number systems.

HEX380B56
Decimal561186
Binary11100010111010110
Octal7013126

Shades and tints

Shades of #380B56

#380B56
(56,11,86)
#330A4F
(51,10,79)
#2E0948
(46,9,72)
#290841
(41,8,65)
#24073A
(36,7,58)
#1F0633
(31,6,51)
#1A052C
(26,5,44)
#150425
(21,4,37)
#10031E
(16,3,30)
#0B0217
(11,2,23)
#060110
(6,1,16)
#000000
(0,0,0)

Tints of #380B56

#380B56
(56,11,86)
#4A2165
(74,33,101)
#5C3774
(92,55,116)
#6E4D83
(110,77,131)
#806392
(128,99,146)
#9279A1
(146,121,161)
#A48FB0
(164,143,176)
#B6A5BF
(182,165,191)
#C8BBCE
(200,187,206)
#DAD1DD
(218,209,221)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380B56 color. Also use rgb(56,11,86) instead hex code.

Text Font Color

.myTextColor { color: #380B56; }

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

This text font color is #380B56.


Background Color

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

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

This div background color is #380B56.


Border color

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

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

This div border color is #380B56.


Opacity

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

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

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

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

This text has shadow with #380B56 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #380B56 on black background.


Color preview on white background

This text has color #380B56 on white background.



Black color preview on #380B56 background

This text has black color on #380B56 background.


White color preview on #380B56 background

This text has white color on #380B56 background.