COLOR #381A15

HEX: #381A15
RGB: (56,26,21)

Color info

#381A15 contains red, green and blue colors in about the same proportion. Web safe color of #381A15 is #330000 (or #300).

RGB color model

#381A15 color RGB value is (56,26,21).

  • red value is 56;
  • green value is 26;
  • blue value is 21.
RGB:
(56,26,21)
(22%,10%,8%)

RGB channels and saturation

R 56 of 255 = 22%
G 26 of 255 = 10%
B 21 of 255 = 8%

56
26
21

R + G + B ~ 13%. #381A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 26 + 21 = 103 (100%)
R 56 of 103 ~ 54.37%
G 26 of 103 ~ 25.24%
B 21 of 103 ~ 20.39%

%54.37
%25.24
%20.39

CMYK color model

#381A15 color CMYK value is (0,54,63,78).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 62.50%
  • key color value is 78.04%
CMYK:
(0,54,63,78)
C0M54Y63K78 
(0%,54%,63%,78%)
(0.00/0.54/0.63/0.78)	

CMYK percentages

%0
%53.57
%62.5
%78.04

Codes

Color #381A15 in popluar color models

381A15
RGB562621
HSL45.45%15.10%
HSB/HSV62.50%21.96%
CMYK0.00%53.57%62.50%
78.04%

Color #381A15 in popluar number systems.

HEX381A15
Decimal562621
Binary1110001101010101
Octal703225

Shades and tints

Shades of #381A15

#381A15
(56,26,21)
#331814
(51,24,20)
#2E1613
(46,22,19)
#291412
(41,20,18)
#241211
(36,18,17)
#1F1010
(31,16,16)
#1A0E0F
(26,14,15)
#150C0E
(21,12,14)
#100A0D
(16,10,13)
#0B080C
(11,8,12)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #381A15

#381A15
(56,26,21)
#4A2E2A
(74,46,42)
#5C423F
(92,66,63)
#6E5654
(110,86,84)
#806A69
(128,106,105)
#927E7E
(146,126,126)
#A49293
(164,146,147)
#B6A6A8
(182,166,168)
#C8BABD
(200,186,189)
#DACED2
(218,206,210)
#ECE2E7
(236,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381A15 color. Also use rgb(56,26,21) instead hex code.

Text Font Color

.myTextColor { color: #381A15; }

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

This text font color is #381A15.


Background Color

.myBgColor { background-color: #381A15; }

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

This div background color is #381A15.


Border color

.myBorderColor { border: 1px solid #381A15; }

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

This div border color is #381A15.


Opacity

.myOpacity80 { color: #381A15; opacity: 0.8; }

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

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

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

This text has shadow with #381A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381A15 on black background.


Color preview on white background

This text has color #381A15 on white background.



Black color preview on #381A15 background

This text has black color on #381A15 background.


White color preview on #381A15 background

This text has white color on #381A15 background.