COLOR #382B55

HEX: #382B55 RGB: (56,43,85)

Color info

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

RGB color model

#382B55 color RGB value is (56,43,85).

RGB: (56,43,85) (22%, 17%, 33%)

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 85 of 255 = 33%

56
43
85

R + G + B ~ 24%. #382B55 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 43 + 85 = 184 (100%)
R 56 of 184 ~ 30.43%
G 43 of 184 ~ 23.37%
B 85 of 184 ~ 46.2'%

%30.43
%23.37
%46.2

CMYK color model

#382B55 color CMYK value is (34,49,0,67).

  • cyan value is 34.12%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (34,49,0,67)
C34M49Y0K67 (34%, 49%, 0%, 67%)
(0.34 / 0.49 / 0.00 / 0.67)

CMYK percentages

%34.12
%49.41
%0
%66.67

Codes

Color #382B55 in popluar color models

38 2B 55
RGB 56 43 85
HSL 259° 32.81% 25.10%
HSB/HSV 259° 49.41% 33.33%
CMYK 34.12% 49.41% 0.00%
66.67%

Color #382B55 in popluar number systems.

HEX 38 2B 55
Decimal 56 43 85
Binary 111000 101011 1010101
Octal 70 53 125

Shades and tints

Shades of #382B55

#382B55
(56,43,85)
#33284E
(51,40,78)
#2E2547
(46,37,71)
#292240
(41,34,64)
#241F39
(36,31,57)
#1F1C32
(31,28,50)
#1A192B
(26,25,43)
#151624
(21,22,36)
#10131D
(16,19,29)
#0B1016
(11,16,22)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #382B55

#382B55
(56,43,85)
#4A3E64
(74,62,100)
#5C5173
(92,81,115)
#6E6482
(110,100,130)
#807791
(128,119,145)
#928AA0
(146,138,160)
#A49DAF
(164,157,175)
#B6B0BE
(182,176,190)
#C8C3CD
(200,195,205)
#DAD6DC
(218,214,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382B55; }

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

This text font color is #382B55.

Background Color

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

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

This div background color is #382B55.

Border color

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

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

This div border color is #382B55.

Opacity

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

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

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

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

This text has shadow with #382B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382B55.

Preview

Color preview on black background

This text has color #382B55 on black background.


Color preview on white background

This text has color #382B55 on white background.


Black color preview on #382B55 background

This text has black color on #382B55 background.


White color preview on #382B55 background

This text has white color on #382B55 background.


Related colors

Complementary color

Complementary color for #hex is #C7D4AA.


I love getcolorcode.com

Triadic colors

1 #55382B and #2B5538 with #382B55 are triadic colors.

2 #552B38 and #2B3855 with #382B55 are triadic colors.