COLOR #381421

HEX: #381421
RGB: (56,20,33)

Color info

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

RGB color model

#381421 color RGB value is (56,20,33).

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

RGB channels and saturation

R 56 of 255 = 22%
G 20 of 255 = 8%
B 33 of 255 = 13%

56
20
33

R + G + B ~ 14%. #381421 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 20 + 33 = 109 (100%)
R 56 of 109 ~ 51.38%
G 20 of 109 ~ 18.35%
B 33 of 109 ~ 30.28%

%51.38
%18.35
%30.28

CMYK color model

#381421 color CMYK value is (0,64,41,78).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK:
(0,64,41,78)
C0M64Y41K78 
(0%,64%,41%,78%)
(0.00/0.64/0.41/0.78)	

CMYK percentages

%0
%64.29
%41.07
%78.04

Codes

Color #381421 in popluar color models

381421
RGB562033
HSL338°47.37%14.90%
HSB/HSV338°64.29%21.96%
CMYK0.00%64.29%41.07%
78.04%

Color #381421 in popluar number systems.

HEX381421
Decimal562033
Binary11100010100100001
Octal702441

Shades and tints

Shades of #381421

#381421
(56,20,33)
#33131E
(51,19,30)
#2E121B
(46,18,27)
#291118
(41,17,24)
#241015
(36,16,21)
#1F0F12
(31,15,18)
#1A0E0F
(26,14,15)
#150D0C
(21,13,12)
#100C09
(16,12,9)
#0B0B06
(11,11,6)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #381421

#381421
(56,20,33)
#4A2935
(74,41,53)
#5C3E49
(92,62,73)
#6E535D
(110,83,93)
#806871
(128,104,113)
#927D85
(146,125,133)
#A49299
(164,146,153)
#B6A7AD
(182,167,173)
#C8BCC1
(200,188,193)
#DAD1D5
(218,209,213)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381421; }

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

This text font color is #381421.


Background Color

.myBgColor { background-color: #381421; }

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

This div background color is #381421.


Border color

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

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

This div border color is #381421.


Opacity

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

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

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

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

This text has shadow with #381421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381421 on black background.


Color preview on white background

This text has color #381421 on white background.



Black color preview on #381421 background

This text has black color on #381421 background.


White color preview on #381421 background

This text has white color on #381421 background.