COLOR #382113

HEX: #382113
RGB: (56,33,19)

Color info

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

RGB color model

#382113 color RGB value is (56,33,19).

  • red value is 56;
  • green value is 33;
  • blue value is 19.
RGB:
(56,33,19)
(22%,13%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 33 of 255 = 13%
B 19 of 255 = 7%

56
33
19

R + G + B ~ 14%. #382113 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 33 + 19 = 108 (100%)
R 56 of 108 ~ 51.85%
G 33 of 108 ~ 30.56%
B 19 of 108 ~ 17.59%

%51.85
%30.56
%17.59

CMYK color model

#382113 color CMYK value is (0,41,66,78).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 66.07%
  • key color value is 78.04%
CMYK:
(0,41,66,78)
C0M41Y66K78 
(0%,41%,66%,78%)
(0.00/0.41/0.66/0.78)	

CMYK percentages

%0
%41.07
%66.07
%78.04

Codes

Color #382113 in popluar color models

382113
RGB563319
HSL23°49.33%14.71%
HSB/HSV23°66.07%21.96%
CMYK0.00%41.07%66.07%
78.04%

Color #382113 in popluar number systems.

HEX382113
Decimal563319
Binary11100010000110011
Octal704123

Shades and tints

Shades of #382113

#382113
(56,33,19)
#331E12
(51,30,18)
#2E1B11
(46,27,17)
#291810
(41,24,16)
#24150F
(36,21,15)
#1F120E
(31,18,14)
#1A0F0D
(26,15,13)
#150C0C
(21,12,12)
#10090B
(16,9,11)
#0B060A
(11,6,10)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #382113

#382113
(56,33,19)
#4A3528
(74,53,40)
#5C493D
(92,73,61)
#6E5D52
(110,93,82)
#807167
(128,113,103)
#92857C
(146,133,124)
#A49991
(164,153,145)
#B6ADA6
(182,173,166)
#C8C1BB
(200,193,187)
#DAD5D0
(218,213,208)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382113 color. Also use rgb(56,33,19) instead hex code.

Text Font Color

.myTextColor { color: #382113; }

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

This text font color is #382113.


Background Color

.myBgColor { background-color: #382113; }

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

This div background color is #382113.


Border color

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

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

This div border color is #382113.


Opacity

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

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

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

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

This text has shadow with #382113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382113 on black background.


Color preview on white background

This text has color #382113 on white background.



Black color preview on #382113 background

This text has black color on #382113 background.


White color preview on #382113 background

This text has white color on #382113 background.