COLOR #382D29

HEX: #382D29 RGB: (56,45,41)

Color info

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

RGB color model

#382D29 color RGB value is (56,45,41).

RGB: (56,45,41) (22%, 18%, 16%)

RGB channels and saturation

R 56 of 255 = 22%
G 45 of 255 = 18%
B 41 of 255 = 16%

56
45
41

R + G + B ~ 19%. #382D29 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 45 + 41 = 142 (100%)
R 56 of 142 ~ 39.44%
G 45 of 142 ~ 31.69%
B 41 of 142 ~ 28.87'%

%39.44
%31.69
%28.87

CMYK color model

#382D29 color CMYK value is (0,20,27,78).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 26.79%
  • key color value is 78.04%

CMYK: (0,20,27,78)
C0M20Y27K78 (0%, 20%, 27%, 78%)
(0.00 / 0.20 / 0.27 / 0.78)

CMYK percentages

%0
%19.64
%26.79
%78.04

Codes

Color #382D29 in popluar color models

38 2D 29
RGB 56 45 41
HSL 16° 15.46% 19.02%
HSB/HSV 16° 26.79% 21.96%
CMYK 0.00% 19.64% 26.79%
78.04%

Color #382D29 in popluar number systems.

HEX 38 2D 29
Decimal 56 45 41
Binary 111000 101101 101001
Octal 70 55 51

Shades and tints

Shades of #382D29

#382D29
(56,45,41)
#332926
(51,41,38)
#2E2523
(46,37,35)
#292120
(41,33,32)
#241D1D
(36,29,29)
#1F191A
(31,25,26)
#1A1517
(26,21,23)
#151114
(21,17,20)
#100D11
(16,13,17)
#0B090E
(11,9,14)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #382D29

#382D29
(56,45,41)
#4A403C
(74,64,60)
#5C534F
(92,83,79)
#6E6662
(110,102,98)
#807975
(128,121,117)
#928C88
(146,140,136)
#A49F9B
(164,159,155)
#B6B2AE
(182,178,174)
#C8C5C1
(200,197,193)
#DAD8D4
(218,216,212)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382D29; }

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

This text font color is #382D29.

Background Color

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

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

This div background color is #382D29.

Border color

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

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

This div border color is #382D29.

Opacity

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

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

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

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

This text has shadow with #382D29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382D29.

Preview

Color preview on black background

This text has color #382D29 on black background.


Color preview on white background

This text has color #382D29 on white background.


Black color preview on #382D29 background

This text has black color on #382D29 background.


White color preview on #382D29 background

This text has white color on #382D29 background.


Related colors

Complementary color

Complementary color for #hex is #C7D2D6.


I love getcolorcode.com

Triadic colors

1 #29382D and #2D2938 with #382D29 are triadic colors.

2 #292D38 and #2D3829 with #382D29 are triadic colors.