COLOR #380549

HEX: #380549
RGB: (56,5,73)

Color info

#380549 contains mainly red and blue colors. Web safe color of #380549 is #330033 (or #303).

RGB color model

#380549 color RGB value is (56,5,73).

  • red value is 56;
  • green value is 5;
  • blue value is 73.
RGB:
(56,5,73)
(22%,2%,29%)

RGB channels and saturation

R 56 of 255 = 22%
G 5 of 255 = 2%
B 73 of 255 = 29%

56
5
73

R + G + B ~ 18%. #380549 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 5 + 73 = 134 (100%)
R 56 of 134 ~ 41.79%
G 5 of 134 ~ 3.73%
B 73 of 134 ~ 54.48%

%41.79
%54.48

CMYK color model

#380549 color CMYK value is (23,93,0,71).

  • cyan value is 23.29%
  • magenta value is 93.15%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(23,93,0,71)
C23M93Y0K71 
(23%,93%,0%,71%)
(0.23/0.93/0.00/0.71)	

CMYK percentages

%23.29
%93.15
%0
%71.37

Codes

Color #380549 in popluar color models

380549
RGB56573
HSL285°87.18%15.29%
HSB/HSV285°93.15%28.63%
CMYK23.29%93.15%0.00%
71.37%

Color #380549 in popluar number systems.

HEX380549
Decimal56573
Binary1110001011001001
Octal705111

Shades and tints

Shades of #380549

#380549
(56,5,73)
#330543
(51,5,67)
#2E053D
(46,5,61)
#290537
(41,5,55)
#240531
(36,5,49)
#1F052B
(31,5,43)
#1A0525
(26,5,37)
#15051F
(21,5,31)
#100519
(16,5,25)
#0B0513
(11,5,19)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #380549

#380549
(56,5,73)
#4A1B59
(74,27,89)
#5C3169
(92,49,105)
#6E4779
(110,71,121)
#805D89
(128,93,137)
#927399
(146,115,153)
#A489A9
(164,137,169)
#B69FB9
(182,159,185)
#C8B5C9
(200,181,201)
#DACBD9
(218,203,217)
#ECE1E9
(236,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380549 color. Also use rgb(56,5,73) instead hex code.

Text Font Color

.myTextColor { color: #380549; }

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

This text font color is #380549.


Background Color

.myBgColor { background-color: #380549; }

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

This div background color is #380549.


Border color

.myBorderColor { border: 1px solid #380549; }

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

This div border color is #380549.


Opacity

.myOpacity80 { color: #380549; opacity: 0.8; }

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

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

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

This text has shadow with #380549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380549 on black background.


Color preview on white background

This text has color #380549 on white background.



Black color preview on #380549 background

This text has black color on #380549 background.


White color preview on #380549 background

This text has white color on #380549 background.