COLOR #382820

HEX: #382820
RGB: (56,40,32)

Color info

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

RGB color model

#382820 color RGB value is (56,40,32).

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

RGB channels and saturation

R 56 of 255 = 22%
G 40 of 255 = 16%
B 32 of 255 = 13%

56
40
32

R + G + B ~ 17%. #382820 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 40 + 32 = 128 (100%)
R 56 of 128 ~ 43.75%
G 40 of 128 ~ 31.25%
B 32 of 128 ~ 25%

%43.75
%31.25
%25

CMYK color model

#382820 color CMYK value is (0,29,43,78).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(0,29,43,78)
C0M29Y43K78 
(0%,29%,43%,78%)
(0.00/0.29/0.43/0.78)	

CMYK percentages

%0
%28.57
%42.86
%78.04

Codes

Color #382820 in popluar color models

382820
RGB564032
HSL20°27.27%17.25%
HSB/HSV20°42.86%21.96%
CMYK0.00%28.57%42.86%
78.04%

Color #382820 in popluar number systems.

HEX382820
Decimal564032
Binary111000101000100000
Octal705040

Shades and tints

Shades of #382820

#382820
(56,40,32)
#33251E
(51,37,30)
#2E221C
(46,34,28)
#291F1A
(41,31,26)
#241C18
(36,28,24)
#1F1916
(31,25,22)
#1A1614
(26,22,20)
#151312
(21,19,18)
#101010
(16,16,16)
#0B0D0E
(11,13,14)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #382820

#382820
(56,40,32)
#4A3B34
(74,59,52)
#5C4E48
(92,78,72)
#6E615C
(110,97,92)
#807470
(128,116,112)
#928784
(146,135,132)
#A49A98
(164,154,152)
#B6ADAC
(182,173,172)
#C8C0C0
(200,192,192)
#DAD3D4
(218,211,212)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382820; }

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

This text font color is #382820.


Background Color

.myBgColor { background-color: #382820; }

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

This div background color is #382820.


Border color

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

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

This div border color is #382820.


Opacity

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

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

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

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

This text has shadow with #382820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382820 on black background.


Color preview on white background

This text has color #382820 on white background.



Black color preview on #382820 background

This text has black color on #382820 background.


White color preview on #382820 background

This text has white color on #382820 background.