COLOR #382331

HEX: #382331 RGB: (56,35,49)

Color info

#382331 contains red, green and blue colors in about the same proportion. Web safe color of #382331 is #333333 (or #333).

RGB color model

#382331 color RGB value is (56,35,49).

RGB: (56,35,49) (22%, 14%, 19%)

RGB channels and saturation

R 56 of 255 = 22%
G 35 of 255 = 14%
B 49 of 255 = 19%

56
35
49

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

Portions of RGB colors in percentages

R + G + B = 56 + 35 + 49 = 140 (100%)
R 56 of 140 ~ 40%
G 35 of 140 ~ 25%
B 49 of 140 ~ 35'%

%40
%25
%35

CMYK color model

#382331 color CMYK value is (0,38,13,78).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK: (0,38,13,78) C0M38Y13K78 (0%,38%,13%,78%) (0.00/0.38/0.13/0.78) 

CMYK percentages

%0
%37.5
%12.5
%78.04

Codes

Color #382331 in popluar color models

38 23 31
RGB 56 35 49
HSL 320° 23.08% 17.84%
HSB/HSV 320° 37.50% 21.96%
CMYK 0.00% 37.50% 12.50%
78.04%

Color #382331 in popluar number systems.

HEX 38 23 31
Decimal 56 35 49
Binary 111000 100011 110001
Octal 70 43 61

Shades and tints

Shades of #382331

#382331
(56,35,49)
#33202D
(51,32,45)
#2E1D29
(46,29,41)
#291A25
(41,26,37)
#241721
(36,23,33)
#1F141D
(31,20,29)
#1A1119
(26,17,25)
#150E15
(21,14,21)
#100B11
(16,11,17)
#0B080D
(11,8,13)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #382331

#382331
(56,35,49)
#4A3743
(74,55,67)
#5C4B55
(92,75,85)
#6E5F67
(110,95,103)
#807379
(128,115,121)
#92878B
(146,135,139)
#A49B9D
(164,155,157)
#B6AFAF
(182,175,175)
#C8C3C1
(200,195,193)
#DAD7D3
(218,215,211)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382331 color. Also use rgb(56,35,49) instead hex code.

Text Font Color

.myTextColor { color: #382331; }

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

This text font color is #382331.

Background Color

.myBgColor { background-color: #382331; }

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

This div background color is #382331.

Border color

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

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

This div border color is #382331.

Opacity

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

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

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

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

This text has shadow with #382331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382331.

Preview

Color preview on black background

This text has color #382331 on black background.


Color preview on white background

This text has color #382331 on white background.


Black color preview on #382331 background

This text has black color on #382331 background.


White color preview on #382331 background

This text has white color on #382331 background.


Related colors

Complementary color

Complementary color for #hex is #C7DCCE.


I love getcolorcode.com

Triadic colors

1 #313823 and #233138 with #382331 are triadic colors.

2 #312338 and #233831 with #382331 are triadic colors.