COLOR #382F0F

HEX: #382F0F
RGB: (56,47,15)

Color info

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

RGB color model

#382F0F color RGB value is (56,47,15).

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

RGB channels and saturation

R 56 of 255 = 22%
G 47 of 255 = 18%
B 15 of 255 = 6%

56
47
15

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

Portions of RGB colors in percentages

R + G + B =
56 + 47 + 15 = 118 (100%)
R 56 of 118 ~ 47.46%
G 47 of 118 ~ 39.83%
B 15 of 118 ~ 12.71%

%47.46
%39.83
%12.71

CMYK color model

#382F0F color CMYK value is (0,16,73,78).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 73.21%
  • key color value is 78.04%
CMYK:
(0,16,73,78)
C0M16Y73K78 
(0%,16%,73%,78%)
(0.00/0.16/0.73/0.78)	

CMYK percentages

%0
%16.07
%73.21
%78.04

Codes

Color #382F0F in popluar color models

382F0F
RGB564715
HSL47°57.75%13.92%
HSB/HSV47°73.21%21.96%
CMYK0.00%16.07%73.21%
78.04%

Color #382F0F in popluar number systems.

HEX382F0F
Decimal564715
Binary1110001011111111
Octal705717

Shades and tints

Shades of #382F0F

#382F0F
(56,47,15)
#332B0E
(51,43,14)
#2E270D
(46,39,13)
#29230C
(41,35,12)
#241F0B
(36,31,11)
#1F1B0A
(31,27,10)
#1A1709
(26,23,9)
#151308
(21,19,8)
#100F07
(16,15,7)
#0B0B06
(11,11,6)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #382F0F

#382F0F
(56,47,15)
#4A4124
(74,65,36)
#5C5339
(92,83,57)
#6E654E
(110,101,78)
#807763
(128,119,99)
#928978
(146,137,120)
#A49B8D
(164,155,141)
#B6ADA2
(182,173,162)
#C8BFB7
(200,191,183)
#DAD1CC
(218,209,204)
#ECE3E1
(236,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382F0F color. Also use rgb(56,47,15) instead hex code.

Text Font Color

.myTextColor { color: #382F0F; }

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

This text font color is #382F0F.


Background Color

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

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

This div background color is #382F0F.


Border color

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

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

This div border color is #382F0F.


Opacity

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

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

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

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

This text has shadow with #382F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382F0F on black background.


Color preview on white background

This text has color #382F0F on white background.



Black color preview on #382F0F background

This text has black color on #382F0F background.


White color preview on #382F0F background

This text has white color on #382F0F background.