COLOR #383211

HEX: #383211
RGB: (56,50,17)

Color info

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

RGB color model

#383211 color RGB value is (56,50,17).

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

RGB channels and saturation

R 56 of 255 = 22%
G 50 of 255 = 20%
B 17 of 255 = 7%

56
50
17

R + G + B ~ 16%. #383211 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 50 + 17 = 123 (100%)
R 56 of 123 ~ 45.53%
G 50 of 123 ~ 40.65%
B 17 of 123 ~ 13.82%

%45.53
%40.65
%13.82

CMYK color model

#383211 color CMYK value is (0,11,70,78).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 69.64%
  • key color value is 78.04%
CMYK:
(0,11,70,78)
C0M11Y70K78 
(0%,11%,70%,78%)
(0.00/0.11/0.70/0.78)	

CMYK percentages

%0
%10.71
%69.64
%78.04

Codes

Color #383211 in popluar color models

383211
RGB565017
HSL51°53.42%14.31%
HSB/HSV51°69.64%21.96%
CMYK0.00%10.71%69.64%
78.04%

Color #383211 in popluar number systems.

HEX383211
Decimal565017
Binary11100011001010001
Octal706221

Shades and tints

Shades of #383211

#383211
(56,50,17)
#332E10
(51,46,16)
#2E2A0F
(46,42,15)
#29260E
(41,38,14)
#24220D
(36,34,13)
#1F1E0C
(31,30,12)
#1A1A0B
(26,26,11)
#15160A
(21,22,10)
#101209
(16,18,9)
#0B0E08
(11,14,8)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #383211

#383211
(56,50,17)
#4A4426
(74,68,38)
#5C563B
(92,86,59)
#6E6850
(110,104,80)
#807A65
(128,122,101)
#928C7A
(146,140,122)
#A49E8F
(164,158,143)
#B6B0A4
(182,176,164)
#C8C2B9
(200,194,185)
#DAD4CE
(218,212,206)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383211; }

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

This text font color is #383211.


Background Color

.myBgColor { background-color: #383211; }

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

This div background color is #383211.


Border color

.myBorderColor { border: 1px solid #383211; }

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

This div border color is #383211.


Opacity

.myOpacity80 { color: #383211; opacity: 0.8; }

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

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

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

This text has shadow with #383211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383211 on black background.


Color preview on white background

This text has color #383211 on white background.



Black color preview on #383211 background

This text has black color on #383211 background.


White color preview on #383211 background

This text has white color on #383211 background.