COLOR #381631

HEX: #381631
RGB: (56,22,49)

Color info

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

RGB color model

#381631 color RGB value is (56,22,49).

  • red value is 56;
  • green value is 22;
  • blue value is 49.
RGB:
(56,22,49)
(22%,9%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 22 of 255 = 9%
B 49 of 255 = 19%

56
22
49

R + G + B ~ 17%. #381631 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 22 + 49 = 127 (100%)
R 56 of 127 ~ 44.09%
G 22 of 127 ~ 17.32%
B 49 of 127 ~ 38.58%

%44.09
%17.32
%38.58

CMYK color model

#381631 color CMYK value is (0,61,13,78).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(0,61,13,78)
C0M61Y13K78 
(0%,61%,13%,78%)
(0.00/0.61/0.13/0.78)	

CMYK percentages

%0
%60.71
%12.5
%78.04

Codes

Color #381631 in popluar color models

381631
RGB562249
HSL312°43.59%15.29%
HSB/HSV312°60.71%21.96%
CMYK0.00%60.71%12.50%
78.04%

Color #381631 in popluar number systems.

HEX381631
Decimal562249
Binary11100010110110001
Octal702661

Shades and tints

Shades of #381631

#381631
(56,22,49)
#33142D
(51,20,45)
#2E1229
(46,18,41)
#291025
(41,16,37)
#240E21
(36,14,33)
#1F0C1D
(31,12,29)
#1A0A19
(26,10,25)
#150815
(21,8,21)
#100611
(16,6,17)
#0B040D
(11,4,13)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #381631

#381631
(56,22,49)
#4A2B43
(74,43,67)
#5C4055
(92,64,85)
#6E5567
(110,85,103)
#806A79
(128,106,121)
#927F8B
(146,127,139)
#A4949D
(164,148,157)
#B6A9AF
(182,169,175)
#C8BEC1
(200,190,193)
#DAD3D3
(218,211,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381631 color. Also use rgb(56,22,49) instead hex code.

Text Font Color

.myTextColor { color: #381631; }

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

This text font color is #381631.


Background Color

.myBgColor { background-color: #381631; }

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

This div background color is #381631.


Border color

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

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

This div border color is #381631.


Opacity

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

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

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

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

This text has shadow with #381631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381631 on black background.


Color preview on white background

This text has color #381631 on white background.



Black color preview on #381631 background

This text has black color on #381631 background.


White color preview on #381631 background

This text has white color on #381631 background.