COLOR #381B49

HEX: #381B49
RGB: (56,27,73)

Color info

#381B49 contains red, green and blue colors in about the same proportion. Web safe color of #381B49 is #333333 (or #333).

RGB color model

#381B49 color RGB value is (56,27,73).

  • red value is 56;
  • green value is 27;
  • blue value is 73.
RGB:
(56,27,73)
(22%,11%,29%)

RGB channels and saturation

R 56 of 255 = 22%
G 27 of 255 = 11%
B 73 of 255 = 29%

56
27
73

R + G + B ~ 21%. #381B49 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 27 + 73 = 156 (100%)
R 56 of 156 ~ 35.9%
G 27 of 156 ~ 17.31%
B 73 of 156 ~ 46.79%

%35.9
%17.31
%46.79

CMYK color model

#381B49 color CMYK value is (23,63,0,71).

  • cyan value is 23.29%
  • magenta value is 63.01%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(23,63,0,71)
C23M63Y0K71 
(23%,63%,0%,71%)
(0.23/0.63/0.00/0.71)	

CMYK percentages

%23.29
%63.01
%0
%71.37

Codes

Color #381B49 in popluar color models

381B49
RGB562773
HSL278°46.00%19.61%
HSB/HSV278°63.01%28.63%
CMYK23.29%63.01%0.00%
71.37%

Color #381B49 in popluar number systems.

HEX381B49
Decimal562773
Binary111000110111001001
Octal7033111

Shades and tints

Shades of #381B49

#381B49
(56,27,73)
#331943
(51,25,67)
#2E173D
(46,23,61)
#291537
(41,21,55)
#241331
(36,19,49)
#1F112B
(31,17,43)
#1A0F25
(26,15,37)
#150D1F
(21,13,31)
#100B19
(16,11,25)
#0B0913
(11,9,19)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #381B49

#381B49
(56,27,73)
#4A2F59
(74,47,89)
#5C4369
(92,67,105)
#6E5779
(110,87,121)
#806B89
(128,107,137)
#927F99
(146,127,153)
#A493A9
(164,147,169)
#B6A7B9
(182,167,185)
#C8BBC9
(200,187,201)
#DACFD9
(218,207,217)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381B49 color. Also use rgb(56,27,73) instead hex code.

Text Font Color

.myTextColor { color: #381B49; }

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

This text font color is #381B49.


Background Color

.myBgColor { background-color: #381B49; }

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

This div background color is #381B49.


Border color

.myBorderColor { border: 1px solid #381B49; }

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

This div border color is #381B49.


Opacity

.myOpacity80 { color: #381B49; opacity: 0.8; }

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

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

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

This text has shadow with #381B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381B49 on black background.


Color preview on white background

This text has color #381B49 on white background.



Black color preview on #381B49 background

This text has black color on #381B49 background.


White color preview on #381B49 background

This text has white color on #381B49 background.