COLOR #380A6F

HEX: #380A6F RGB: (56,10,111)

Color info

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

RGB color model

#380A6F color RGB value is (56,10,111).

RGB: (56,10,111) (22%, 4%, 44%)

RGB channels and saturation

R 56 of 255 = 22%
G 10 of 255 = 4%
B 111 of 255 = 44%

56
10
111

R + G + B ~ 23%. #380A6F is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 10 + 111 = 177 (100%)
R 56 of 177 ~ 31.64%
G 10 of 177 ~ 5.65%
B 111 of 177 ~ 62.71'%

%31.64
%62.71

CMYK color model

#380A6F color CMYK value is (50,91,0,56).

  • cyan value is 49.55%
  • magenta value is 90.99%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (50,91,0,56)
C50M91Y0K56 (50%, 91%, 0%, 56%)
(0.50 / 0.91 / 0.00 / 0.56)

CMYK percentages

%49.55
%90.99
%0
%56.47

Codes

Color #380A6F in popluar color models

38 0A 6F
RGB 56 10 111
HSL 267° 83.47% 23.73%
HSB/HSV 267° 90.99% 43.53%
CMYK 49.55% 90.99% 0.00%
56.47%

Color #380A6F in popluar number systems.

HEX 38 0A 6F
Decimal 56 10 111
Binary 111000 1010 1101111
Octal 70 12 157

Shades and tints

Shades of #380A6F

#380A6F
(56,10,111)
#330A65
(51,10,101)
#2E0A5B
(46,10,91)
#290A51
(41,10,81)
#240A47
(36,10,71)
#1F0A3D
(31,10,61)
#1A0A33
(26,10,51)
#150A29
(21,10,41)
#100A1F
(16,10,31)
#0B0A15
(11,10,21)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #380A6F

#380A6F
(56,10,111)
#4A207C
(74,32,124)
#5C3689
(92,54,137)
#6E4C96
(110,76,150)
#8062A3
(128,98,163)
#9278B0
(146,120,176)
#A48EBD
(164,142,189)
#B6A4CA
(182,164,202)
#C8BAD7
(200,186,215)
#DAD0E4
(218,208,228)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380A6F; }

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

This text font color is #380A6F.

Background Color

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

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

This div background color is #380A6F.

Border color

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

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

This div border color is #380A6F.

Opacity

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

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

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

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

This text has shadow with #380A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #380A6F.

Preview

Color preview on black background

This text has color #380A6F on black background.


Color preview on white background

This text has color #380A6F on white background.


Black color preview on #380A6F background

This text has black color on #380A6F background.


White color preview on #380A6F background

This text has white color on #380A6F background.


Related colors

Complementary color

Complementary color for #hex is #C7F590.


I love getcolorcode.com

Triadic colors

1 #6F380A and #0A6F38 with #380A6F are triadic colors.

2 #6F0A38 and #0A386F with #380A6F are triadic colors.