COLOR #380949

HEX: #380949
RGB: (56,9,73)

Color info

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

RGB color model

#380949 color RGB value is (56,9,73).

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

RGB channels and saturation

R 56 of 255 = 22%
G 9 of 255 = 4%
B 73 of 255 = 29%

56
9
73

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

Portions of RGB colors in percentages

R + G + B =
56 + 9 + 73 = 138 (100%)
R 56 of 138 ~ 40.58%
G 9 of 138 ~ 6.52%
B 73 of 138 ~ 52.9%

%40.58
%52.9

CMYK color model

#380949 color CMYK value is (23,88,0,71).

  • cyan value is 23.29%
  • magenta value is 87.67%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(23,88,0,71)
C23M88Y0K71 
(23%,88%,0%,71%)
(0.23/0.88/0.00/0.71)	

CMYK percentages

%23.29
%87.67
%0
%71.37

Codes

Color #380949 in popluar color models

380949
RGB56973
HSL284°78.05%16.08%
HSB/HSV284°87.67%28.63%
CMYK23.29%87.67%0.00%
71.37%

Color #380949 in popluar number systems.

HEX380949
Decimal56973
Binary11100010011001001
Octal7011111

Shades and tints

Shades of #380949

#380949
(56,9,73)
#330943
(51,9,67)
#2E093D
(46,9,61)
#290937
(41,9,55)
#240931
(36,9,49)
#1F092B
(31,9,43)
#1A0925
(26,9,37)
#15091F
(21,9,31)
#100919
(16,9,25)
#0B0913
(11,9,19)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #380949

#380949
(56,9,73)
#4A1F59
(74,31,89)
#5C3569
(92,53,105)
#6E4B79
(110,75,121)
#806189
(128,97,137)
#927799
(146,119,153)
#A48DA9
(164,141,169)
#B6A3B9
(182,163,185)
#C8B9C9
(200,185,201)
#DACFD9
(218,207,217)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380949; }

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

This text font color is #380949.


Background Color

.myBgColor { background-color: #380949; }

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

This div background color is #380949.


Border color

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

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

This div border color is #380949.


Opacity

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

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

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

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

This text has shadow with #380949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380949 on black background.


Color preview on white background

This text has color #380949 on white background.



Black color preview on #380949 background

This text has black color on #380949 background.


White color preview on #380949 background

This text has white color on #380949 background.