COLOR #381514

HEX: #381514
RGB: (56,21,20)

Color info

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

RGB color model

#381514 color RGB value is (56,21,20).

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

RGB channels and saturation

R 56 of 255 = 22%
G 21 of 255 = 8%
B 20 of 255 = 8%

56
21
20

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

Portions of RGB colors in percentages

R + G + B =
56 + 21 + 20 = 97 (100%)
R 56 of 97 ~ 57.73%
G 21 of 97 ~ 21.65%
B 20 of 97 ~ 20.62%

%57.73
%21.65
%20.62

CMYK color model

#381514 color CMYK value is (0,63,64,78).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 64.29%
  • key color value is 78.04%
CMYK:
(0,63,64,78)
C0M63Y64K78 
(0%,63%,64%,78%)
(0.00/0.63/0.64/0.78)	

CMYK percentages

%0
%62.5
%64.29
%78.04

Codes

Color #381514 in popluar color models

381514
RGB562120
HSL47.37%14.90%
HSB/HSV64.29%21.96%
CMYK0.00%62.50%64.29%
78.04%

Color #381514 in popluar number systems.

HEX381514
Decimal562120
Binary1110001010110100
Octal702524

Shades and tints

Shades of #381514

#381514
(56,21,20)
#331413
(51,20,19)
#2E1312
(46,19,18)
#291211
(41,18,17)
#241110
(36,17,16)
#1F100F
(31,16,15)
#1A0F0E
(26,15,14)
#150E0D
(21,14,13)
#100D0C
(16,13,12)
#0B0C0B
(11,12,11)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #381514

#381514
(56,21,20)
#4A2A29
(74,42,41)
#5C3F3E
(92,63,62)
#6E5453
(110,84,83)
#806968
(128,105,104)
#927E7D
(146,126,125)
#A49392
(164,147,146)
#B6A8A7
(182,168,167)
#C8BDBC
(200,189,188)
#DAD2D1
(218,210,209)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381514; }

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

This text font color is #381514.


Background Color

.myBgColor { background-color: #381514; }

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

This div background color is #381514.


Border color

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

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

This div border color is #381514.


Opacity

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

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

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

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

This text has shadow with #381514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381514 on black background.


Color preview on white background

This text has color #381514 on white background.



Black color preview on #381514 background

This text has black color on #381514 background.


White color preview on #381514 background

This text has white color on #381514 background.