COLOR #382A28

HEX: #382A28
RGB: (56,42,40)

Color info

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

RGB color model

#382A28 color RGB value is (56,42,40).

  • red value is 56;
  • green value is 42;
  • blue value is 40.
RGB:
(56,42,40)
(22%,16%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 42 of 255 = 16%
B 40 of 255 = 16%

56
42
40

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

Portions of RGB colors in percentages

R + G + B =
56 + 42 + 40 = 138 (100%)
R 56 of 138 ~ 40.58%
G 42 of 138 ~ 30.43%
B 40 of 138 ~ 28.99%

%40.58
%30.43
%28.99

CMYK color model

#382A28 color CMYK value is (0,25,29,78).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 28.57%
  • key color value is 78.04%
CMYK:
(0,25,29,78)
C0M25Y29K78 
(0%,25%,29%,78%)
(0.00/0.25/0.29/0.78)	

CMYK percentages

%0
%25
%28.57
%78.04

Codes

Color #382A28 in popluar color models

382A28
RGB564240
HSL16.67%18.82%
HSB/HSV28.57%21.96%
CMYK0.00%25.00%28.57%
78.04%

Color #382A28 in popluar number systems.

HEX382A28
Decimal564240
Binary111000101010101000
Octal705250

Shades and tints

Shades of #382A28

#382A28
(56,42,40)
#332725
(51,39,37)
#2E2422
(46,36,34)
#29211F
(41,33,31)
#241E1C
(36,30,28)
#1F1B19
(31,27,25)
#1A1816
(26,24,22)
#151513
(21,21,19)
#101210
(16,18,16)
#0B0F0D
(11,15,13)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #382A28

#382A28
(56,42,40)
#4A3D3B
(74,61,59)
#5C504E
(92,80,78)
#6E6361
(110,99,97)
#807674
(128,118,116)
#928987
(146,137,135)
#A49C9A
(164,156,154)
#B6AFAD
(182,175,173)
#C8C2C0
(200,194,192)
#DAD5D3
(218,213,211)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382A28; }

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

This text font color is #382A28.


Background Color

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

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

This div background color is #382A28.


Border color

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

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

This div border color is #382A28.


Opacity

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

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

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

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

This text has shadow with #382A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382A28 on black background.


Color preview on white background

This text has color #382A28 on white background.



Black color preview on #382A28 background

This text has black color on #382A28 background.


White color preview on #382A28 background

This text has white color on #382A28 background.