COLOR #382B29

HEX: #382B29
RGB: (56,43,41)

Color info

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

RGB color model

#382B29 color RGB value is (56,43,41).

  • red value is 56;
  • green value is 43;
  • blue value is 41.
RGB:
(56,43,41)
(22%,17%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 41 of 255 = 16%

56
43
41

R + G + B ~ 18%. #382B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 41 = 140 (100%)
R 56 of 140 ~ 40%
G 43 of 140 ~ 30.71%
B 41 of 140 ~ 29.29%

%40
%30.71
%29.29

CMYK color model

#382B29 color CMYK value is (0,23,27,78).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(0,23,27,78)
C0M23Y27K78 
(0%,23%,27%,78%)
(0.00/0.23/0.27/0.78)	

CMYK percentages

%0
%23.21
%26.79
%78.04

Codes

Color #382B29 in popluar color models

382B29
RGB564341
HSL15.46%19.02%
HSB/HSV26.79%21.96%
CMYK0.00%23.21%26.79%
78.04%

Color #382B29 in popluar number systems.

HEX382B29
Decimal564341
Binary111000101011101001
Octal705351

Shades and tints

Shades of #382B29

#382B29
(56,43,41)
#332826
(51,40,38)
#2E2523
(46,37,35)
#292220
(41,34,32)
#241F1D
(36,31,29)
#1F1C1A
(31,28,26)
#1A1917
(26,25,23)
#151614
(21,22,20)
#101311
(16,19,17)
#0B100E
(11,16,14)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #382B29

#382B29
(56,43,41)
#4A3E3C
(74,62,60)
#5C514F
(92,81,79)
#6E6462
(110,100,98)
#807775
(128,119,117)
#928A88
(146,138,136)
#A49D9B
(164,157,155)
#B6B0AE
(182,176,174)
#C8C3C1
(200,195,193)
#DAD6D4
(218,214,212)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382B29; }

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

This text font color is #382B29.


Background Color

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

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

This div background color is #382B29.


Border color

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

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

This div border color is #382B29.


Opacity

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

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

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

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

This text has shadow with #382B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B29 on black background.


Color preview on white background

This text has color #382B29 on white background.



Black color preview on #382B29 background

This text has black color on #382B29 background.


White color preview on #382B29 background

This text has white color on #382B29 background.