COLOR #382916

HEX: #382916
RGB: (56,41,22)

Color info

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

RGB color model

#382916 color RGB value is (56,41,22).

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

RGB channels and saturation

R 56 of 255 = 22%
G 41 of 255 = 16%
B 22 of 255 = 9%

56
41
22

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

Portions of RGB colors in percentages

R + G + B =
56 + 41 + 22 = 119 (100%)
R 56 of 119 ~ 47.06%
G 41 of 119 ~ 34.45%
B 22 of 119 ~ 18.49%

%47.06
%34.45
%18.49

CMYK color model

#382916 color CMYK value is (0,27,61,78).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 60.71%
  • key color value is 78.04%
CMYK:
(0,27,61,78)
C0M27Y61K78 
(0%,27%,61%,78%)
(0.00/0.27/0.61/0.78)	

CMYK percentages

%0
%26.79
%60.71
%78.04

Codes

Color #382916 in popluar color models

382916
RGB564122
HSL34°43.59%15.29%
HSB/HSV34°60.71%21.96%
CMYK0.00%26.79%60.71%
78.04%

Color #382916 in popluar number systems.

HEX382916
Decimal564122
Binary11100010100110110
Octal705126

Shades and tints

Shades of #382916

#382916
(56,41,22)
#332614
(51,38,20)
#2E2312
(46,35,18)
#292010
(41,32,16)
#241D0E
(36,29,14)
#1F1A0C
(31,26,12)
#1A170A
(26,23,10)
#151408
(21,20,8)
#101106
(16,17,6)
#0B0E04
(11,14,4)
#060B02
(6,11,2)
#000000
(0,0,0)

Tints of #382916

#382916
(56,41,22)
#4A3C2B
(74,60,43)
#5C4F40
(92,79,64)
#6E6255
(110,98,85)
#80756A
(128,117,106)
#92887F
(146,136,127)
#A49B94
(164,155,148)
#B6AEA9
(182,174,169)
#C8C1BE
(200,193,190)
#DAD4D3
(218,212,211)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382916; }

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

This text font color is #382916.


Background Color

.myBgColor { background-color: #382916; }

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

This div background color is #382916.


Border color

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

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

This div border color is #382916.


Opacity

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

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

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

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

This text has shadow with #382916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382916 on black background.


Color preview on white background

This text has color #382916 on white background.



Black color preview on #382916 background

This text has black color on #382916 background.


White color preview on #382916 background

This text has white color on #382916 background.