COLOR #380848

HEX: #380848 RGB: (56,8,72)

Color info

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

RGB color model

#380848 color RGB value is (56,8,72).

RGB: (56,8,72) (22%, 3%, 28%)

RGB channels and saturation

R 56 of 255 = 22%
G 8 of 255 = 3%
B 72 of 255 = 28%

56
8
72

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

Portions of RGB colors in percentages

R + G + B = 56 + 8 + 72 = 136 (100%)
R 56 of 136 ~ 41.18%
G 8 of 136 ~ 5.88%
B 72 of 136 ~ 52.94'%

%41.18
%52.94

CMYK color model

#380848 color CMYK value is (22,89,0,72).

  • cyan value is 22.22%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (22,89,0,72)
C22M89Y0K72 (22%, 89%, 0%, 72%)
(0.22 / 0.89 / 0.00 / 0.72)

CMYK percentages

%22.22
%88.89
%0
%71.76

Codes

Color #380848 in popluar color models

38 08 48
RGB 56 8 72
HSL 285° 80.00% 15.69%
HSB/HSV 285° 88.89% 28.24%
CMYK 22.22% 88.89% 0.00%
71.76%

Color #380848 in popluar number systems.

HEX 38 08 48
Decimal 56 8 72
Binary 111000 1000 1001000
Octal 70 10 110

Shades and tints

Shades of #380848

#380848
(56,8,72)
#330842
(51,8,66)
#2E083C
(46,8,60)
#290836
(41,8,54)
#240830
(36,8,48)
#1F082A
(31,8,42)
#1A0824
(26,8,36)
#15081E
(21,8,30)
#100818
(16,8,24)
#0B0812
(11,8,18)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #380848

#380848
(56,8,72)
#4A1E58
(74,30,88)
#5C3468
(92,52,104)
#6E4A78
(110,74,120)
#806088
(128,96,136)
#927698
(146,118,152)
#A48CA8
(164,140,168)
#B6A2B8
(182,162,184)
#C8B8C8
(200,184,200)
#DACED8
(218,206,216)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380848 color. Also use rgb(56,8,72) instead hex code.

Text Font Color

.myTextColor { color: #380848; }

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

This text font color is #380848.

Background Color

.myBgColor { background-color: #380848; }

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

This div background color is #380848.

Border color

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

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

This div border color is #380848.

Opacity

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

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

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

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

This text has shadow with #380848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380848.

Preview

Color preview on black background

This text has color #380848 on black background.


Color preview on white background

This text has color #380848 on white background.


Black color preview on #380848 background

This text has black color on #380848 background.


White color preview on #380848 background

This text has white color on #380848 background.


Related colors

Complementary color

Complementary color for #hex is #C7F7B7.


I love getcolorcode.com

Triadic colors

1 #483808 and #084838 with #380848 are triadic colors.

2 #480838 and #083848 with #380848 are triadic colors.