COLOR #382B32

HEX: #382B32
RGB: (56,43,50)

Color info

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

RGB color model

#382B32 color RGB value is (56,43,50).

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

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 50 of 255 = 20%

56
43
50

R + G + B ~ 20%. #382B32 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 50 = 149 (100%)
R 56 of 149 ~ 37.58%
G 43 of 149 ~ 28.86%
B 50 of 149 ~ 33.56%

%37.58
%28.86
%33.56

CMYK color model

#382B32 color CMYK value is (0,23,11,78).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 10.71%
  • key color value is 78.04%
CMYK:
(0,23,11,78)
C0M23Y11K78 
(0%,23%,11%,78%)
(0.00/0.23/0.11/0.78)	

CMYK percentages

%0
%23.21
%10.71
%78.04

Codes

Color #382B32 in popluar color models

382B32
RGB564350
HSL328°13.13%19.41%
HSB/HSV328°23.21%21.96%
CMYK0.00%23.21%10.71%
78.04%

Color #382B32 in popluar number systems.

HEX382B32
Decimal564350
Binary111000101011110010
Octal705362

Shades and tints

Shades of #382B32

#382B32
(56,43,50)
#33282E
(51,40,46)
#2E252A
(46,37,42)
#292226
(41,34,38)
#241F22
(36,31,34)
#1F1C1E
(31,28,30)
#1A191A
(26,25,26)
#151616
(21,22,22)
#101312
(16,19,18)
#0B100E
(11,16,14)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #382B32

#382B32
(56,43,50)
#4A3E44
(74,62,68)
#5C5156
(92,81,86)
#6E6468
(110,100,104)
#80777A
(128,119,122)
#928A8C
(146,138,140)
#A49D9E
(164,157,158)
#B6B0B0
(182,176,176)
#C8C3C2
(200,195,194)
#DAD6D4
(218,214,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382B32; }

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

This text font color is #382B32.


Background Color

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

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

This div background color is #382B32.


Border color

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

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

This div border color is #382B32.


Opacity

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

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

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

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

This text has shadow with #382B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B32 on black background.


Color preview on white background

This text has color #382B32 on white background.



Black color preview on #382B32 background

This text has black color on #382B32 background.


White color preview on #382B32 background

This text has white color on #382B32 background.