COLOR #382720

HEX: #382720
RGB: (56,39,32)

Color info

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

RGB color model

#382720 color RGB value is (56,39,32).

  • red value is 56;
  • green value is 39;
  • blue value is 32.
RGB:
(56,39,32)
(22%,15%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 39 of 255 = 15%
B 32 of 255 = 13%

56
39
32

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

Portions of RGB colors in percentages

R + G + B =
56 + 39 + 32 = 127 (100%)
R 56 of 127 ~ 44.09%
G 39 of 127 ~ 30.71%
B 32 of 127 ~ 25.2%

%44.09
%30.71
%25.2

CMYK color model

#382720 color CMYK value is (0,30,43,78).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(0,30,43,78)
C0M30Y43K78 
(0%,30%,43%,78%)
(0.00/0.30/0.43/0.78)	

CMYK percentages

%0
%30.36
%42.86
%78.04

Codes

Color #382720 in popluar color models

382720
RGB563932
HSL18°27.27%17.25%
HSB/HSV18°42.86%21.96%
CMYK0.00%30.36%42.86%
78.04%

Color #382720 in popluar number systems.

HEX382720
Decimal563932
Binary111000100111100000
Octal704740

Shades and tints

Shades of #382720

#382720
(56,39,32)
#33241E
(51,36,30)
#2E211C
(46,33,28)
#291E1A
(41,30,26)
#241B18
(36,27,24)
#1F1816
(31,24,22)
#1A1514
(26,21,20)
#151212
(21,18,18)
#100F10
(16,15,16)
#0B0C0E
(11,12,14)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #382720

#382720
(56,39,32)
#4A3A34
(74,58,52)
#5C4D48
(92,77,72)
#6E605C
(110,96,92)
#807370
(128,115,112)
#928684
(146,134,132)
#A49998
(164,153,152)
#B6ACAC
(182,172,172)
#C8BFC0
(200,191,192)
#DAD2D4
(218,210,212)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382720 color. Also use rgb(56,39,32) instead hex code.

Text Font Color

.myTextColor { color: #382720; }

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

This text font color is #382720.


Background Color

.myBgColor { background-color: #382720; }

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

This div background color is #382720.


Border color

.myBorderColor { border: 1px solid #382720; }

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

This div border color is #382720.


Opacity

.myOpacity80 { color: #382720; opacity: 0.8; }

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

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

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

This text has shadow with #382720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382720 on black background.


Color preview on white background

This text has color #382720 on white background.



Black color preview on #382720 background

This text has black color on #382720 background.


White color preview on #382720 background

This text has white color on #382720 background.