COLOR #382D24

HEX: #382D24
RGB: (56,45,36)

Color info

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

RGB color model

#382D24 color RGB value is (56,45,36).

  • red value is 56;
  • green value is 45;
  • blue value is 36.
RGB:
(56,45,36)
(22%,18%,14%)

RGB channels and saturation

R 56 of 255 = 22%
G 45 of 255 = 18%
B 36 of 255 = 14%

56
45
36

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

Portions of RGB colors in percentages

R + G + B =
56 + 45 + 36 = 137 (100%)
R 56 of 137 ~ 40.88%
G 45 of 137 ~ 32.85%
B 36 of 137 ~ 26.28%

%40.88
%32.85
%26.28

CMYK color model

#382D24 color CMYK value is (0,20,36,78).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(0,20,36,78)
C0M20Y36K78 
(0%,20%,36%,78%)
(0.00/0.20/0.36/0.78)	

CMYK percentages

%0
%19.64
%35.71
%78.04

Codes

Color #382D24 in popluar color models

382D24
RGB564536
HSL27°21.74%18.04%
HSB/HSV27°35.71%21.96%
CMYK0.00%19.64%35.71%
78.04%

Color #382D24 in popluar number systems.

HEX382D24
Decimal564536
Binary111000101101100100
Octal705544

Shades and tints

Shades of #382D24

#382D24
(56,45,36)
#332921
(51,41,33)
#2E251E
(46,37,30)
#29211B
(41,33,27)
#241D18
(36,29,24)
#1F1915
(31,25,21)
#1A1512
(26,21,18)
#15110F
(21,17,15)
#100D0C
(16,13,12)
#0B0909
(11,9,9)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #382D24

#382D24
(56,45,36)
#4A4037
(74,64,55)
#5C534A
(92,83,74)
#6E665D
(110,102,93)
#807970
(128,121,112)
#928C83
(146,140,131)
#A49F96
(164,159,150)
#B6B2A9
(182,178,169)
#C8C5BC
(200,197,188)
#DAD8CF
(218,216,207)
#ECEBE2
(236,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382D24 color. Also use rgb(56,45,36) instead hex code.

Text Font Color

.myTextColor { color: #382D24; }

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

This text font color is #382D24.


Background Color

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

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

This div background color is #382D24.


Border color

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

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

This div border color is #382D24.


Opacity

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

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

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

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

This text has shadow with #382D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382D24 on black background.


Color preview on white background

This text has color #382D24 on white background.



Black color preview on #382D24 background

This text has black color on #382D24 background.


White color preview on #382D24 background

This text has white color on #382D24 background.