COLOR #382B31

HEX: #382B31
RGB: (56,43,49)

Color info

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

RGB color model

#382B31 color RGB value is (56,43,49).

  • red value is 56;
  • green value is 43;
  • blue value is 49.
RGB:
(56,43,49)
(22%,17%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 49 of 255 = 19%

56
43
49

R + G + B ~ 19%. #382B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 49 = 148 (100%)
R 56 of 148 ~ 37.84%
G 43 of 148 ~ 29.05%
B 49 of 148 ~ 33.11%

%37.84
%29.05
%33.11

CMYK color model

#382B31 color CMYK value is (0,23,13,78).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(0,23,13,78)
C0M23Y13K78 
(0%,23%,13%,78%)
(0.00/0.23/0.13/0.78)	

CMYK percentages

%0
%23.21
%12.5
%78.04

Codes

Color #382B31 in popluar color models

382B31
RGB564349
HSL332°13.13%19.41%
HSB/HSV332°23.21%21.96%
CMYK0.00%23.21%12.50%
78.04%

Color #382B31 in popluar number systems.

HEX382B31
Decimal564349
Binary111000101011110001
Octal705361

Shades and tints

Shades of #382B31

#382B31
(56,43,49)
#33282D
(51,40,45)
#2E2529
(46,37,41)
#292225
(41,34,37)
#241F21
(36,31,33)
#1F1C1D
(31,28,29)
#1A1919
(26,25,25)
#151615
(21,22,21)
#101311
(16,19,17)
#0B100D
(11,16,13)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #382B31

#382B31
(56,43,49)
#4A3E43
(74,62,67)
#5C5155
(92,81,85)
#6E6467
(110,100,103)
#807779
(128,119,121)
#928A8B
(146,138,139)
#A49D9D
(164,157,157)
#B6B0AF
(182,176,175)
#C8C3C1
(200,195,193)
#DAD6D3
(218,214,211)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382B31; }

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

This text font color is #382B31.


Background Color

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

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

This div background color is #382B31.


Border color

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

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

This div border color is #382B31.


Opacity

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

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

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

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

This text has shadow with #382B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B31 on black background.


Color preview on white background

This text has color #382B31 on white background.



Black color preview on #382B31 background

This text has black color on #382B31 background.


White color preview on #382B31 background

This text has white color on #382B31 background.