COLOR #382F28

HEX: #382F28
RGB: (56,47,40)

Color info

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

RGB color model

#382F28 color RGB value is (56,47,40).

  • red value is 56;
  • green value is 47;
  • blue value is 40.
RGB:
(56,47,40)
(22%,18%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 47 of 255 = 18%
B 40 of 255 = 16%

56
47
40

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

Portions of RGB colors in percentages

R + G + B =
56 + 47 + 40 = 143 (100%)
R 56 of 143 ~ 39.16%
G 47 of 143 ~ 32.87%
B 40 of 143 ~ 27.97%

%39.16
%32.87
%27.97

CMYK color model

#382F28 color CMYK value is (0,16,29,78).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 28.57%
  • key color value is 78.04%
CMYK:
(0,16,29,78)
C0M16Y29K78 
(0%,16%,29%,78%)
(0.00/0.16/0.29/0.78)	

CMYK percentages

%0
%16.07
%28.57
%78.04

Codes

Color #382F28 in popluar color models

382F28
RGB564740
HSL26°16.67%18.82%
HSB/HSV26°28.57%21.96%
CMYK0.00%16.07%28.57%
78.04%

Color #382F28 in popluar number systems.

HEX382F28
Decimal564740
Binary111000101111101000
Octal705750

Shades and tints

Shades of #382F28

#382F28
(56,47,40)
#332B25
(51,43,37)
#2E2722
(46,39,34)
#29231F
(41,35,31)
#241F1C
(36,31,28)
#1F1B19
(31,27,25)
#1A1716
(26,23,22)
#151313
(21,19,19)
#100F10
(16,15,16)
#0B0B0D
(11,11,13)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #382F28

#382F28
(56,47,40)
#4A413B
(74,65,59)
#5C534E
(92,83,78)
#6E6561
(110,101,97)
#807774
(128,119,116)
#928987
(146,137,135)
#A49B9A
(164,155,154)
#B6ADAD
(182,173,173)
#C8BFC0
(200,191,192)
#DAD1D3
(218,209,211)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382F28 color. Also use rgb(56,47,40) instead hex code.

Text Font Color

.myTextColor { color: #382F28; }

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

This text font color is #382F28.


Background Color

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

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

This div background color is #382F28.


Border color

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

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

This div border color is #382F28.


Opacity

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

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

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

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

This text has shadow with #382F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382F28 on black background.


Color preview on white background

This text has color #382F28 on white background.



Black color preview on #382F28 background

This text has black color on #382F28 background.


White color preview on #382F28 background

This text has white color on #382F28 background.