COLOR #382E0D

HEX: #382E0D
RGB: (56,46,13)

Color info

#382E0D contains red, green and blue colors in about the same proportion. Web safe color of #382E0D is #333300 (or #330).

RGB color model

#382E0D color RGB value is (56,46,13).

  • red value is 56;
  • green value is 46;
  • blue value is 13.
RGB:
(56,46,13)
(22%,18%,5%)

RGB channels and saturation

R 56 of 255 = 22%
G 46 of 255 = 18%
B 13 of 255 = 5%

56
46
13

R + G + B ~ 15%. #382E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 46 + 13 = 115 (100%)
R 56 of 115 ~ 48.7%
G 46 of 115 ~ 40%
B 13 of 115 ~ 11.3%

%48.7
%40
%11.3

CMYK color model

#382E0D color CMYK value is (0,18,77,78).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 76.79%
  • key color value is 78.04%
CMYK:
(0,18,77,78)
C0M18Y77K78 
(0%,18%,77%,78%)
(0.00/0.18/0.77/0.78)	

CMYK percentages

%0
%17.86
%76.79
%78.04

Codes

Color #382E0D in popluar color models

382E0D
RGB564613
HSL46°62.32%13.53%
HSB/HSV46°76.79%21.96%
CMYK0.00%17.86%76.79%
78.04%

Color #382E0D in popluar number systems.

HEX382E0D
Decimal564613
Binary1110001011101101
Octal705615

Shades and tints

Shades of #382E0D

#382E0D
(56,46,13)
#332A0C
(51,42,12)
#2E260B
(46,38,11)
#29220A
(41,34,10)
#241E09
(36,30,9)
#1F1A08
(31,26,8)
#1A1607
(26,22,7)
#151206
(21,18,6)
#100E05
(16,14,5)
#0B0A04
(11,10,4)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #382E0D

#382E0D
(56,46,13)
#4A4123
(74,65,35)
#5C5439
(92,84,57)
#6E674F
(110,103,79)
#807A65
(128,122,101)
#928D7B
(146,141,123)
#A4A091
(164,160,145)
#B6B3A7
(182,179,167)
#C8C6BD
(200,198,189)
#DAD9D3
(218,217,211)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382E0D color. Also use rgb(56,46,13) instead hex code.

Text Font Color

.myTextColor { color: #382E0D; }

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

This text font color is #382E0D.


Background Color

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

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

This div background color is #382E0D.


Border color

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

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

This div border color is #382E0D.


Opacity

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

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

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

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

This text has shadow with #382E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382E0D on black background.


Color preview on white background

This text has color #382E0D on white background.



Black color preview on #382E0D background

This text has black color on #382E0D background.


White color preview on #382E0D background

This text has white color on #382E0D background.