COLOR #381E20

HEX: #381E20 RGB: (56,30,32)

Color info

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

RGB color model

#381E20 color RGB value is (56,30,32).

RGB: (56,30,32) (22%, 12%, 13%)

RGB channels and saturation

R 56 of 255 = 22%
G 30 of 255 = 12%
B 32 of 255 = 13%

56
30
32

R + G + B ~ 16%. #381E20 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 30 + 32 = 118 (100%)
R 56 of 118 ~ 47.46%
G 30 of 118 ~ 25.42%
B 32 of 118 ~ 27.12'%

%47.46
%25.42
%27.12

CMYK color model

#381E20 color CMYK value is (0,46,43,78).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK: (0,46,43,78) C0M46Y43K78 (0%,46%,43%,78%) (0.00/0.46/0.43/0.78) 

CMYK percentages

%0
%46.43
%42.86
%78.04

Codes

Color #381E20 in popluar color models

38 1E 20
RGB 56 30 32
HSL 355° 30.23% 16.86%
HSB/HSV 355° 46.43% 21.96%
CMYK 0.00% 46.43% 42.86%
78.04%

Color #381E20 in popluar number systems.

HEX 38 1E 20
Decimal 56 30 32
Binary 111000 11110 100000
Octal 70 36 40

Shades and tints

Shades of #381E20

#381E20
(56,30,32)
#331C1E
(51,28,30)
#2E1A1C
(46,26,28)
#29181A
(41,24,26)
#241618
(36,22,24)
#1F1416
(31,20,22)
#1A1214
(26,18,20)
#151012
(21,16,18)
#100E10
(16,14,16)
#0B0C0E
(11,12,14)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #381E20

#381E20
(56,30,32)
#4A3234
(74,50,52)
#5C4648
(92,70,72)
#6E5A5C
(110,90,92)
#806E70
(128,110,112)
#928284
(146,130,132)
#A49698
(164,150,152)
#B6AAAC
(182,170,172)
#C8BEC0
(200,190,192)
#DAD2D4
(218,210,212)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381E20; }

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

This text font color is #381E20.

Background Color

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

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

This div background color is #381E20.

Border color

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

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

This div border color is #381E20.

Opacity

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

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

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

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

This text has shadow with #381E20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381E20.

Preview

Color preview on black background

This text has color #381E20 on black background.


Color preview on white background

This text has color #381E20 on white background.


Black color preview on #381E20 background

This text has black color on #381E20 background.


White color preview on #381E20 background

This text has white color on #381E20 background.


Related colors

Complementary color

Complementary color for #hex is #C7E1DF.


I love getcolorcode.com

Triadic colors

1 #20381E and #1E2038 with #381E20 are triadic colors.

2 #201E38 and #1E3820 with #381E20 are triadic colors.