COLOR #382A21

HEX: #382A21 RGB: (56,42,33)

Color info

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

RGB color model

#382A21 color RGB value is (56,42,33).

RGB: (56,42,33) (22%, 16%, 13%)

RGB channels and saturation

R 56 of 255 = 22%
G 42 of 255 = 16%
B 33 of 255 = 13%

56
42
33

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

Portions of RGB colors in percentages

R + G + B = 56 + 42 + 33 = 131 (100%)
R 56 of 131 ~ 42.75%
G 42 of 131 ~ 32.06%
B 33 of 131 ~ 25.19'%

%42.75
%32.06
%25.19

CMYK color model

#382A21 color CMYK value is (0,25,41,78).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK: (0,25,41,78) C0M25Y41K78 (0%,25%,41%,78%) (0.00/0.25/0.41/0.78) 

CMYK percentages

%0
%25
%41.07
%78.04

Codes

Color #382A21 in popluar color models

38 2A 21
RGB 56 42 33
HSL 23° 25.84% 17.45%
HSB/HSV 23° 41.07% 21.96%
CMYK 0.00% 25.00% 41.07%
78.04%

Color #382A21 in popluar number systems.

HEX 38 2A 21
Decimal 56 42 33
Binary 111000 101010 100001
Octal 70 52 41

Shades and tints

Shades of #382A21

#382A21
(56,42,33)
#33271E
(51,39,30)
#2E241B
(46,36,27)
#292118
(41,33,24)
#241E15
(36,30,21)
#1F1B12
(31,27,18)
#1A180F
(26,24,15)
#15150C
(21,21,12)
#101209
(16,18,9)
#0B0F06
(11,15,6)
#060C03
(6,12,3)
#000000
(0,0,0)

Tints of #382A21

#382A21
(56,42,33)
#4A3D35
(74,61,53)
#5C5049
(92,80,73)
#6E635D
(110,99,93)
#807671
(128,118,113)
#928985
(146,137,133)
#A49C99
(164,156,153)
#B6AFAD
(182,175,173)
#C8C2C1
(200,194,193)
#DAD5D5
(218,213,213)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382A21 color. Also use rgb(56,42,33) instead hex code.

Text Font Color

.myTextColor { color: #382A21; }

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

This text font color is #382A21.

Background Color

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

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

This div background color is #382A21.

Border color

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

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

This div border color is #382A21.

Opacity

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

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

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

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

This text has shadow with #382A21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382A21.

Preview

Color preview on black background

This text has color #382A21 on black background.


Color preview on white background

This text has color #382A21 on white background.


Black color preview on #382A21 background

This text has black color on #382A21 background.


White color preview on #382A21 background

This text has white color on #382A21 background.


Related colors

Complementary color

Complementary color for #hex is #C7D5DE.


I love getcolorcode.com

Triadic colors

1 #21382A and #2A2138 with #382A21 are triadic colors.

2 #212A38 and #2A3821 with #382A21 are triadic colors.