COLOR #382E06

HEX: #382E06
RGB: (56,46,6)

Color info

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

RGB color model

#382E06 color RGB value is (56,46,6).

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

RGB channels and saturation

R 56 of 255 = 22%
G 46 of 255 = 18%
B 6 of 255 = 2%

56
46
6

R + G + B ~ 14%. #382E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 46 + 6 = 108 (100%)
R 56 of 108 ~ 51.85%
G 46 of 108 ~ 42.59%
B 6 of 108 ~ 5.56%

%51.85
%42.59

CMYK color model

#382E06 color CMYK value is (0,18,89,78).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 89.29%
  • key color value is 78.04%
CMYK:
(0,18,89,78)
C0M18Y89K78 
(0%,18%,89%,78%)
(0.00/0.18/0.89/0.78)	

CMYK percentages

%0
%17.86
%89.29
%78.04

Codes

Color #382E06 in popluar color models

382E06
RGB56466
HSL48°80.65%12.16%
HSB/HSV48°89.29%21.96%
CMYK0.00%17.86%89.29%
78.04%

Color #382E06 in popluar number systems.

HEX382E06
Decimal56466
Binary111000101110110
Octal70566

Shades and tints

Shades of #382E06

#382E06
(56,46,6)
#332A06
(51,42,6)
#2E2606
(46,38,6)
#292206
(41,34,6)
#241E06
(36,30,6)
#1F1A06
(31,26,6)
#1A1606
(26,22,6)
#151206
(21,18,6)
#100E06
(16,14,6)
#0B0A06
(11,10,6)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #382E06

#382E06
(56,46,6)
#4A411C
(74,65,28)
#5C5432
(92,84,50)
#6E6748
(110,103,72)
#807A5E
(128,122,94)
#928D74
(146,141,116)
#A4A08A
(164,160,138)
#B6B3A0
(182,179,160)
#C8C6B6
(200,198,182)
#DAD9CC
(218,217,204)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382E06; }

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

This text font color is #382E06.


Background Color

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

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

This div background color is #382E06.


Border color

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

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

This div border color is #382E06.


Opacity

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

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

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

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

This text has shadow with #382E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382E06 on black background.


Color preview on white background

This text has color #382E06 on white background.



Black color preview on #382E06 background

This text has black color on #382E06 background.


White color preview on #382E06 background

This text has white color on #382E06 background.