COLOR #381C20

HEX: #381C20
RGB: (56,28,32)

Color info

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

RGB color model

#381C20 color RGB value is (56,28,32).

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

RGB channels and saturation

R 56 of 255 = 22%
G 28 of 255 = 11%
B 32 of 255 = 13%

56
28
32

R + G + B ~ 15%. #381C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 28 + 32 = 116 (100%)
R 56 of 116 ~ 48.28%
G 28 of 116 ~ 24.14%
B 32 of 116 ~ 27.59%

%48.28
%24.14
%27.59

CMYK color model

#381C20 color CMYK value is (0,50,43,78).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(0,50,43,78)
C0M50Y43K78 
(0%,50%,43%,78%)
(0.00/0.50/0.43/0.78)	

CMYK percentages

%0
%50
%42.86
%78.04

Codes

Color #381C20 in popluar color models

381C20
RGB562832
HSL351°33.33%16.47%
HSB/HSV351°50.00%21.96%
CMYK0.00%50.00%42.86%
78.04%

Color #381C20 in popluar number systems.

HEX381C20
Decimal562832
Binary11100011100100000
Octal703440

Shades and tints

Shades of #381C20

#381C20
(56,28,32)
#331A1E
(51,26,30)
#2E181C
(46,24,28)
#29161A
(41,22,26)
#241418
(36,20,24)
#1F1216
(31,18,22)
#1A1014
(26,16,20)
#150E12
(21,14,18)
#100C10
(16,12,16)
#0B0A0E
(11,10,14)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #381C20

#381C20
(56,28,32)
#4A3034
(74,48,52)
#5C4448
(92,68,72)
#6E585C
(110,88,92)
#806C70
(128,108,112)
#928084
(146,128,132)
#A49498
(164,148,152)
#B6A8AC
(182,168,172)
#C8BCC0
(200,188,192)
#DAD0D4
(218,208,212)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381C20; }

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

This text font color is #381C20.


Background Color

.myBgColor { background-color: #381C20; }

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

This div background color is #381C20.


Border color

.myBorderColor { border: 1px solid #381C20; }

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

This div border color is #381C20.


Opacity

.myOpacity80 { color: #381C20; opacity: 0.8; }

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

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

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

This text has shadow with #381C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381C20 on black background.


Color preview on white background

This text has color #381C20 on white background.



Black color preview on #381C20 background

This text has black color on #381C20 background.


White color preview on #381C20 background

This text has white color on #381C20 background.