COLOR #380B52

HEX: #380B52
RGB: (56,11,82)

Color info

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

RGB color model

#380B52 color RGB value is (56,11,82).

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

RGB channels and saturation

R 56 of 255 = 22%
G 11 of 255 = 4%
B 82 of 255 = 32%

56
11
82

R + G + B ~ 19%. #380B52 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 11 + 82 = 149 (100%)
R 56 of 149 ~ 37.58%
G 11 of 149 ~ 7.38%
B 82 of 149 ~ 55.03%

%37.58
%55.03

CMYK color model

#380B52 color CMYK value is (32,87,0,68).

  • cyan value is 31.71%
  • magenta value is 86.59%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(32,87,0,68)
C32M87Y0K68 
(32%,87%,0%,68%)
(0.32/0.87/0.00/0.68)	

CMYK percentages

%31.71
%86.59
%0
%67.84

Codes

Color #380B52 in popluar color models

380B52
RGB561182
HSL278°76.34%18.24%
HSB/HSV278°86.59%32.16%
CMYK31.71%86.59%0.00%
67.84%

Color #380B52 in popluar number systems.

HEX380B52
Decimal561182
Binary11100010111010010
Octal7013122

Shades and tints

Shades of #380B52

#380B52
(56,11,82)
#330A4B
(51,10,75)
#2E0944
(46,9,68)
#29083D
(41,8,61)
#240736
(36,7,54)
#1F062F
(31,6,47)
#1A0528
(26,5,40)
#150421
(21,4,33)
#10031A
(16,3,26)
#0B0213
(11,2,19)
#06010C
(6,1,12)
#000000
(0,0,0)

Tints of #380B52

#380B52
(56,11,82)
#4A2161
(74,33,97)
#5C3770
(92,55,112)
#6E4D7F
(110,77,127)
#80638E
(128,99,142)
#92799D
(146,121,157)
#A48FAC
(164,143,172)
#B6A5BB
(182,165,187)
#C8BBCA
(200,187,202)
#DAD1D9
(218,209,217)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380B52; }

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

This text font color is #380B52.


Background Color

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

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

This div background color is #380B52.


Border color

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

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

This div border color is #380B52.


Opacity

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

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

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

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

This text has shadow with #380B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380B52 on black background.


Color preview on white background

This text has color #380B52 on white background.



Black color preview on #380B52 background

This text has black color on #380B52 background.


White color preview on #380B52 background

This text has white color on #380B52 background.