COLOR #382C27

HEX: #382C27
RGB: (56,44,39)

Color info

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

RGB color model

#382C27 color RGB value is (56,44,39).

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

RGB channels and saturation

R 56 of 255 = 22%
G 44 of 255 = 17%
B 39 of 255 = 15%

56
44
39

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

Portions of RGB colors in percentages

R + G + B =
56 + 44 + 39 = 139 (100%)
R 56 of 139 ~ 40.29%
G 44 of 139 ~ 31.65%
B 39 of 139 ~ 28.06%

%40.29
%31.65
%28.06

CMYK color model

#382C27 color CMYK value is (0,21,30,78).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 30.36%
  • key color value is 78.04%
CMYK:
(0,21,30,78)
C0M21Y30K78 
(0%,21%,30%,78%)
(0.00/0.21/0.30/0.78)	

CMYK percentages

%0
%21.43
%30.36
%78.04

Codes

Color #382C27 in popluar color models

382C27
RGB564439
HSL18°17.89%18.63%
HSB/HSV18°30.36%21.96%
CMYK0.00%21.43%30.36%
78.04%

Color #382C27 in popluar number systems.

HEX382C27
Decimal564439
Binary111000101100100111
Octal705447

Shades and tints

Shades of #382C27

#382C27
(56,44,39)
#332824
(51,40,36)
#2E2421
(46,36,33)
#29201E
(41,32,30)
#241C1B
(36,28,27)
#1F1818
(31,24,24)
#1A1415
(26,20,21)
#151012
(21,16,18)
#100C0F
(16,12,15)
#0B080C
(11,8,12)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #382C27

#382C27
(56,44,39)
#4A3F3A
(74,63,58)
#5C524D
(92,82,77)
#6E6560
(110,101,96)
#807873
(128,120,115)
#928B86
(146,139,134)
#A49E99
(164,158,153)
#B6B1AC
(182,177,172)
#C8C4BF
(200,196,191)
#DAD7D2
(218,215,210)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382C27; }

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

This text font color is #382C27.


Background Color

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

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

This div background color is #382C27.


Border color

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

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

This div border color is #382C27.


Opacity

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

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

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

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

This text has shadow with #382C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382C27 on black background.


Color preview on white background

This text has color #382C27 on white background.



Black color preview on #382C27 background

This text has black color on #382C27 background.


White color preview on #382C27 background

This text has white color on #382C27 background.