COLOR #382B24

HEX: #382B24
RGB: (56,43,36)

Color info

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

RGB color model

#382B24 color RGB value is (56,43,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 36 of 255 = 14%

56
43
36

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

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 36 = 135 (100%)
R 56 of 135 ~ 41.48%
G 43 of 135 ~ 31.85%
B 36 of 135 ~ 26.67%

%41.48
%31.85
%26.67

CMYK color model

#382B24 color CMYK value is (0,23,36,78).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(0,23,36,78)
C0M23Y36K78 
(0%,23%,36%,78%)
(0.00/0.23/0.36/0.78)	

CMYK percentages

%0
%23.21
%35.71
%78.04

Codes

Color #382B24 in popluar color models

382B24
RGB564336
HSL21°21.74%18.04%
HSB/HSV21°35.71%21.96%
CMYK0.00%23.21%35.71%
78.04%

Color #382B24 in popluar number systems.

HEX382B24
Decimal564336
Binary111000101011100100
Octal705344

Shades and tints

Shades of #382B24

#382B24
(56,43,36)
#332821
(51,40,33)
#2E251E
(46,37,30)
#29221B
(41,34,27)
#241F18
(36,31,24)
#1F1C15
(31,28,21)
#1A1912
(26,25,18)
#15160F
(21,22,15)
#10130C
(16,19,12)
#0B1009
(11,16,9)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #382B24

#382B24
(56,43,36)
#4A3E37
(74,62,55)
#5C514A
(92,81,74)
#6E645D
(110,100,93)
#807770
(128,119,112)
#928A83
(146,138,131)
#A49D96
(164,157,150)
#B6B0A9
(182,176,169)
#C8C3BC
(200,195,188)
#DAD6CF
(218,214,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382B24; }

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

This text font color is #382B24.


Background Color

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

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

This div background color is #382B24.


Border color

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

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

This div border color is #382B24.


Opacity

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

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

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

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

This text has shadow with #382B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B24 on black background.


Color preview on white background

This text has color #382B24 on white background.



Black color preview on #382B24 background

This text has black color on #382B24 background.


White color preview on #382B24 background

This text has white color on #382B24 background.