COLOR #382B11

HEX: #382B11
RGB: (56,43,17)

Color info

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

RGB color model

#382B11 color RGB value is (56,43,17).

  • red value is 56;
  • green value is 43;
  • blue value is 17.
RGB:
(56,43,17)
(22%,17%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 17 of 255 = 7%

56
43
17

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

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 17 = 116 (100%)
R 56 of 116 ~ 48.28%
G 43 of 116 ~ 37.07%
B 17 of 116 ~ 14.66%

%48.28
%37.07
%14.66

CMYK color model

#382B11 color CMYK value is (0,23,70,78).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 69.64%
  • key color value is 78.04%
CMYK:
(0,23,70,78)
C0M23Y70K78 
(0%,23%,70%,78%)
(0.00/0.23/0.70/0.78)	

CMYK percentages

%0
%23.21
%69.64
%78.04

Codes

Color #382B11 in popluar color models

382B11
RGB564317
HSL40°53.42%14.31%
HSB/HSV40°69.64%21.96%
CMYK0.00%23.21%69.64%
78.04%

Color #382B11 in popluar number systems.

HEX382B11
Decimal564317
Binary11100010101110001
Octal705321

Shades and tints

Shades of #382B11

#382B11
(56,43,17)
#332810
(51,40,16)
#2E250F
(46,37,15)
#29220E
(41,34,14)
#241F0D
(36,31,13)
#1F1C0C
(31,28,12)
#1A190B
(26,25,11)
#15160A
(21,22,10)
#101309
(16,19,9)
#0B1008
(11,16,8)
#060D07
(6,13,7)
#000000
(0,0,0)

Tints of #382B11

#382B11
(56,43,17)
#4A3E26
(74,62,38)
#5C513B
(92,81,59)
#6E6450
(110,100,80)
#807765
(128,119,101)
#928A7A
(146,138,122)
#A49D8F
(164,157,143)
#B6B0A4
(182,176,164)
#C8C3B9
(200,195,185)
#DAD6CE
(218,214,206)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382B11 color. Also use rgb(56,43,17) instead hex code.

Text Font Color

.myTextColor { color: #382B11; }

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

This text font color is #382B11.


Background Color

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

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

This div background color is #382B11.


Border color

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

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

This div border color is #382B11.


Opacity

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

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

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

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

This text has shadow with #382B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B11 on black background.


Color preview on white background

This text has color #382B11 on white background.



Black color preview on #382B11 background

This text has black color on #382B11 background.


White color preview on #382B11 background

This text has white color on #382B11 background.