COLOR #381319

HEX: #381319
RGB: (56,19,25)

Color info

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

RGB color model

#381319 color RGB value is (56,19,25).

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

RGB channels and saturation

R 56 of 255 = 22%
G 19 of 255 = 7%
B 25 of 255 = 10%

56
19
25

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

Portions of RGB colors in percentages

R + G + B =
56 + 19 + 25 = 100 (100%)
R 56 of 100 ~ 56%
G 19 of 100 ~ 19%
B 25 of 100 ~ 25%

%56
%19
%25

CMYK color model

#381319 color CMYK value is (0,66,55,78).

  • cyan value is 0.00%
  • magenta value is 66.07%
  • yellow value is 55.36%
  • key color value is 78.04%
CMYK:
(0,66,55,78)
C0M66Y55K78 
(0%,66%,55%,78%)
(0.00/0.66/0.55/0.78)	

CMYK percentages

%0
%66.07
%55.36
%78.04

Codes

Color #381319 in popluar color models

381319
RGB561925
HSL350°49.33%14.71%
HSB/HSV350°66.07%21.96%
CMYK0.00%66.07%55.36%
78.04%

Color #381319 in popluar number systems.

HEX381319
Decimal561925
Binary1110001001111001
Octal702331

Shades and tints

Shades of #381319

#381319
(56,19,25)
#331217
(51,18,23)
#2E1115
(46,17,21)
#291013
(41,16,19)
#240F11
(36,15,17)
#1F0E0F
(31,14,15)
#1A0D0D
(26,13,13)
#150C0B
(21,12,11)
#100B09
(16,11,9)
#0B0A07
(11,10,7)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #381319

#381319
(56,19,25)
#4A282D
(74,40,45)
#5C3D41
(92,61,65)
#6E5255
(110,82,85)
#806769
(128,103,105)
#927C7D
(146,124,125)
#A49191
(164,145,145)
#B6A6A5
(182,166,165)
#C8BBB9
(200,187,185)
#DAD0CD
(218,208,205)
#ECE5E1
(236,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381319; }

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

This text font color is #381319.


Background Color

.myBgColor { background-color: #381319; }

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

This div background color is #381319.


Border color

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

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

This div border color is #381319.


Opacity

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

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

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

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

This text has shadow with #381319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381319 on black background.


Color preview on white background

This text has color #381319 on white background.



Black color preview on #381319 background

This text has black color on #381319 background.


White color preview on #381319 background

This text has white color on #381319 background.