COLOR #383116

HEX: #383116
RGB: (56,49,22)

Color info

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

RGB color model

#383116 color RGB value is (56,49,22).

  • red value is 56;
  • green value is 49;
  • blue value is 22.
RGB:
(56,49,22)
(22%,19%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 49 of 255 = 19%
B 22 of 255 = 9%

56
49
22

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

Portions of RGB colors in percentages

R + G + B =
56 + 49 + 22 = 127 (100%)
R 56 of 127 ~ 44.09%
G 49 of 127 ~ 38.58%
B 22 of 127 ~ 17.32%

%44.09
%38.58
%17.32

CMYK color model

#383116 color CMYK value is (0,13,61,78).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 60.71%
  • key color value is 78.04%
CMYK:
(0,13,61,78)
C0M13Y61K78 
(0%,13%,61%,78%)
(0.00/0.13/0.61/0.78)	

CMYK percentages

%0
%12.5
%60.71
%78.04

Codes

Color #383116 in popluar color models

383116
RGB564922
HSL48°43.59%15.29%
HSB/HSV48°60.71%21.96%
CMYK0.00%12.50%60.71%
78.04%

Color #383116 in popluar number systems.

HEX383116
Decimal564922
Binary11100011000110110
Octal706126

Shades and tints

Shades of #383116

#383116
(56,49,22)
#332D14
(51,45,20)
#2E2912
(46,41,18)
#292510
(41,37,16)
#24210E
(36,33,14)
#1F1D0C
(31,29,12)
#1A190A
(26,25,10)
#151508
(21,21,8)
#101106
(16,17,6)
#0B0D04
(11,13,4)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #383116

#383116
(56,49,22)
#4A432B
(74,67,43)
#5C5540
(92,85,64)
#6E6755
(110,103,85)
#80796A
(128,121,106)
#928B7F
(146,139,127)
#A49D94
(164,157,148)
#B6AFA9
(182,175,169)
#C8C1BE
(200,193,190)
#DAD3D3
(218,211,211)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383116 color. Also use rgb(56,49,22) instead hex code.

Text Font Color

.myTextColor { color: #383116; }

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

This text font color is #383116.


Background Color

.myBgColor { background-color: #383116; }

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

This div background color is #383116.


Border color

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

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

This div border color is #383116.


Opacity

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

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

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

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

This text has shadow with #383116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383116 on black background.


Color preview on white background

This text has color #383116 on white background.



Black color preview on #383116 background

This text has black color on #383116 background.


White color preview on #383116 background

This text has white color on #383116 background.