COLOR #383911

HEX: #383911
RGB: (56,57,17)

Color info

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

RGB color model

#383911 color RGB value is (56,57,17).

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

RGB channels and saturation

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

56
57
17

R + G + B ~ 17%. #383911 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 17 = 130 (100%)
R 56 of 130 ~ 43.08%
G 57 of 130 ~ 43.85%
B 17 of 130 ~ 13.08%

%43.08
%43.85
%13.08

CMYK color model

#383911 color CMYK value is (2,0,70,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 77.65%
CMYK:
(2,0,70,78)
C2M0Y70K78 
(2%,0%,70%,78%)
(0.02/0.00/0.70/0.78)	

CMYK percentages

%1.75
%0
%70.18
%77.65

Codes

Color #383911 in popluar color models

383911
RGB565717
HSL62°54.05%14.51%
HSB/HSV62°70.18%22.35%
CMYK1.75%0.00%70.18%
77.65%

Color #383911 in popluar number systems.

HEX383911
Decimal565717
Binary11100011100110001
Octal707121

Shades and tints

Shades of #383911

#383911
(56,57,17)
#333410
(51,52,16)
#2E2F0F
(46,47,15)
#292A0E
(41,42,14)
#24250D
(36,37,13)
#1F200C
(31,32,12)
#1A1B0B
(26,27,11)
#15160A
(21,22,10)
#101109
(16,17,9)
#0B0C08
(11,12,8)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #383911

#383911
(56,57,17)
#4A4B26
(74,75,38)
#5C5D3B
(92,93,59)
#6E6F50
(110,111,80)
#808165
(128,129,101)
#92937A
(146,147,122)
#A4A58F
(164,165,143)
#B6B7A4
(182,183,164)
#C8C9B9
(200,201,185)
#DADBCE
(218,219,206)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383911; }

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

This text font color is #383911.


Background Color

.myBgColor { background-color: #383911; }

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

This div background color is #383911.


Border color

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

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

This div border color is #383911.


Opacity

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

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

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

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

This text has shadow with #383911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383911 on black background.


Color preview on white background

This text has color #383911 on white background.



Black color preview on #383911 background

This text has black color on #383911 background.


White color preview on #383911 background

This text has white color on #383911 background.