COLOR #381315

HEX: #381315
RGB: (56,19,21)

Color info

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

RGB color model

#381315 color RGB value is (56,19,21).

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

RGB channels and saturation

R 56 of 255 = 22%
G 19 of 255 = 7%
B 21 of 255 = 8%

56
19
21

R + G + B ~ 12%. #381315 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 19 + 21 = 96 (100%)
R 56 of 96 ~ 58.33%
G 19 of 96 ~ 19.79%
B 21 of 96 ~ 21.88%

%58.33
%19.79
%21.88

CMYK color model

#381315 color CMYK value is (0,66,63,78).

  • cyan value is 0.00%
  • magenta value is 66.07%
  • yellow value is 62.50%
  • key color value is 78.04%
CMYK:
(0,66,63,78)
C0M66Y63K78 
(0%,66%,63%,78%)
(0.00/0.66/0.63/0.78)	

CMYK percentages

%0
%66.07
%62.5
%78.04

Codes

Color #381315 in popluar color models

381315
RGB561921
HSL357°49.33%14.71%
HSB/HSV357°66.07%21.96%
CMYK0.00%66.07%62.50%
78.04%

Color #381315 in popluar number systems.

HEX381315
Decimal561921
Binary1110001001110101
Octal702325

Shades and tints

Shades of #381315

#381315
(56,19,21)
#331214
(51,18,20)
#2E1113
(46,17,19)
#291012
(41,16,18)
#240F11
(36,15,17)
#1F0E10
(31,14,16)
#1A0D0F
(26,13,15)
#150C0E
(21,12,14)
#100B0D
(16,11,13)
#0B0A0C
(11,10,12)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #381315

#381315
(56,19,21)
#4A282A
(74,40,42)
#5C3D3F
(92,61,63)
#6E5254
(110,82,84)
#806769
(128,103,105)
#927C7E
(146,124,126)
#A49193
(164,145,147)
#B6A6A8
(182,166,168)
#C8BBBD
(200,187,189)
#DAD0D2
(218,208,210)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381315; }

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

This text font color is #381315.


Background Color

.myBgColor { background-color: #381315; }

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

This div background color is #381315.


Border color

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

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

This div border color is #381315.


Opacity

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

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

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

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

This text has shadow with #381315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381315 on black background.


Color preview on white background

This text has color #381315 on white background.



Black color preview on #381315 background

This text has black color on #381315 background.


White color preview on #381315 background

This text has white color on #381315 background.