COLOR #382B60

HEX: #382B60 RGB: (56,43,96)

Color info

#382B60 contains red, green and blue colors in about the same proportion. Web safe color of #382B60 is #333366 (or #336).

RGB color model

#382B60 color RGB value is (56,43,96).

RGB: (56,43,96) (22%, 17%, 38%)

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 96 of 255 = 38%

56
43
96

R + G + B ~ 26%. #382B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 43 + 96 = 195 (100%)
R 56 of 195 ~ 28.72%
G 43 of 195 ~ 22.05%
B 96 of 195 ~ 49.23'%

%28.72
%22.05
%49.23

CMYK color model

#382B60 color CMYK value is (42,55,0,62).

  • cyan value is 41.67%
  • magenta value is 55.21%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (42,55,0,62)
C42M55Y0K62 (42%, 55%, 0%, 62%)
(0.42 / 0.55 / 0.00 / 0.62)

CMYK percentages

%41.67
%55.21
%0
%62.35

Codes

Color #382B60 in popluar color models

38 2B 60
RGB 56 43 96
HSL 255° 38.13% 27.25%
HSB/HSV 255° 55.21% 37.65%
CMYK 41.67% 55.21% 0.00%
62.35%

Color #382B60 in popluar number systems.

HEX 38 2B 60
Decimal 56 43 96
Binary 111000 101011 1100000
Octal 70 53 140

Shades and tints

Shades of #382B60

#382B60
(56,43,96)
#332858
(51,40,88)
#2E2550
(46,37,80)
#292248
(41,34,72)
#241F40
(36,31,64)
#1F1C38
(31,28,56)
#1A1930
(26,25,48)
#151628
(21,22,40)
#101320
(16,19,32)
#0B1018
(11,16,24)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #382B60

#382B60
(56,43,96)
#4A3E6E
(74,62,110)
#5C517C
(92,81,124)
#6E648A
(110,100,138)
#807798
(128,119,152)
#928AA6
(146,138,166)
#A49DB4
(164,157,180)
#B6B0C2
(182,176,194)
#C8C3D0
(200,195,208)
#DAD6DE
(218,214,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382B60 color. Also use rgb(56,43,96) instead hex code.

Text Font Color

.myTextColor { color: #382B60; }

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

This text font color is #382B60.

Background Color

.myBgColor { background-color: #382B60; }

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

This div background color is #382B60.

Border color

.myBorderColor { border: 1px solid #382B60; }

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

This div border color is #382B60.

Opacity

.myOpacity80 { color: #382B60; opacity: 0.8; }

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

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

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

This text has shadow with #382B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382B60.

Preview

Color preview on black background

This text has color #382B60 on black background.


Color preview on white background

This text has color #382B60 on white background.


Black color preview on #382B60 background

This text has black color on #382B60 background.


White color preview on #382B60 background

This text has white color on #382B60 background.


Related colors

Complementary color

Complementary color for #hex is #C7D49F.


I love getcolorcode.com

Triadic colors

1 #60382B and #2B6038 with #382B60 are triadic colors.

2 #602B38 and #2B3860 with #382B60 are triadic colors.