COLOR #381327

HEX: #381327
RGB: (56,19,39)

Color info

#381327 contains red, green and blue colors in about the same proportion. Web safe color of #381327 is #330033 (or #303).

RGB color model

#381327 color RGB value is (56,19,39).

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

RGB channels and saturation

R 56 of 255 = 22%
G 19 of 255 = 7%
B 39 of 255 = 15%

56
19
39

R + G + B ~ 15%. #381327 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 19 + 39 = 114 (100%)
R 56 of 114 ~ 49.12%
G 19 of 114 ~ 16.67%
B 39 of 114 ~ 34.21%

%49.12
%16.67
%34.21

CMYK color model

#381327 color CMYK value is (0,66,30,78).

  • cyan value is 0.00%
  • magenta value is 66.07%
  • yellow value is 30.36%
  • key color value is 78.04%
CMYK:
(0,66,30,78)
C0M66Y30K78 
(0%,66%,30%,78%)
(0.00/0.66/0.30/0.78)	

CMYK percentages

%0
%66.07
%30.36
%78.04

Codes

Color #381327 in popluar color models

381327
RGB561939
HSL328°49.33%14.71%
HSB/HSV328°66.07%21.96%
CMYK0.00%66.07%30.36%
78.04%

Color #381327 in popluar number systems.

HEX381327
Decimal561939
Binary11100010011100111
Octal702347

Shades and tints

Shades of #381327

#381327
(56,19,39)
#331224
(51,18,36)
#2E1121
(46,17,33)
#29101E
(41,16,30)
#240F1B
(36,15,27)
#1F0E18
(31,14,24)
#1A0D15
(26,13,21)
#150C12
(21,12,18)
#100B0F
(16,11,15)
#0B0A0C
(11,10,12)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #381327

#381327
(56,19,39)
#4A283A
(74,40,58)
#5C3D4D
(92,61,77)
#6E5260
(110,82,96)
#806773
(128,103,115)
#927C86
(146,124,134)
#A49199
(164,145,153)
#B6A6AC
(182,166,172)
#C8BBBF
(200,187,191)
#DAD0D2
(218,208,210)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381327; }

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

This text font color is #381327.


Background Color

.myBgColor { background-color: #381327; }

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

This div background color is #381327.


Border color

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

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

This div border color is #381327.


Opacity

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

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

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

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

This text has shadow with #381327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381327 on black background.


Color preview on white background

This text has color #381327 on white background.



Black color preview on #381327 background

This text has black color on #381327 background.


White color preview on #381327 background

This text has white color on #381327 background.