COLOR #380A5D

HEX: #380A5D RGB: (56,10,93)

Color info

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

RGB color model

#380A5D color RGB value is (56,10,93).

RGB: (56,10,93) (22%, 4%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 10 of 255 = 4%
B 93 of 255 = 36%

56
10
93

R + G + B ~ 21%. #380A5D is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 10 + 93 = 159 (100%)
R 56 of 159 ~ 35.22%
G 10 of 159 ~ 6.29%
B 93 of 159 ~ 58.49'%

%35.22
%58.49

CMYK color model

#380A5D color CMYK value is (40,89,0,64).

  • cyan value is 39.78%
  • magenta value is 89.25%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (40,89,0,64)
C40M89Y0K64 (40%, 89%, 0%, 64%)
(0.40 / 0.89 / 0.00 / 0.64)

CMYK percentages

%39.78
%89.25
%0
%63.53

Codes

Color #380A5D in popluar color models

38 0A 5D
RGB 56 10 93
HSL 273° 80.58% 20.20%
HSB/HSV 273° 89.25% 36.47%
CMYK 39.78% 89.25% 0.00%
63.53%

Color #380A5D in popluar number systems.

HEX 38 0A 5D
Decimal 56 10 93
Binary 111000 1010 1011101
Octal 70 12 135

Shades and tints

Shades of #380A5D

#380A5D
(56,10,93)
#330A55
(51,10,85)
#2E0A4D
(46,10,77)
#290A45
(41,10,69)
#240A3D
(36,10,61)
#1F0A35
(31,10,53)
#1A0A2D
(26,10,45)
#150A25
(21,10,37)
#100A1D
(16,10,29)
#0B0A15
(11,10,21)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #380A5D

#380A5D
(56,10,93)
#4A206B
(74,32,107)
#5C3679
(92,54,121)
#6E4C87
(110,76,135)
#806295
(128,98,149)
#9278A3
(146,120,163)
#A48EB1
(164,142,177)
#B6A4BF
(182,164,191)
#C8BACD
(200,186,205)
#DAD0DB
(218,208,219)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380A5D color. Also use rgb(56,10,93) instead hex code.

Text Font Color

.myTextColor { color: #380A5D; }

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

This text font color is #380A5D.

Background Color

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

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

This div background color is #380A5D.

Border color

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

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

This div border color is #380A5D.

Opacity

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

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

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

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

This text has shadow with #380A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380A5D.

Preview

Color preview on black background

This text has color #380A5D on black background.


Color preview on white background

This text has color #380A5D on white background.


Black color preview on #380A5D background

This text has black color on #380A5D background.


White color preview on #380A5D background

This text has white color on #380A5D background.


Related colors

Complementary color

Complementary color for #hex is #C7F5A2.


I love getcolorcode.com

Triadic colors

1 #5D380A and #0A5D38 with #380A5D are triadic colors.

2 #5D0A38 and #0A385D with #380A5D are triadic colors.