COLOR #381249

HEX: #381249
RGB: (56,18,73)

Color info

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

RGB color model

#381249 color RGB value is (56,18,73).

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

RGB channels and saturation

R 56 of 255 = 22%
G 18 of 255 = 7%
B 73 of 255 = 29%

56
18
73

R + G + B ~ 19%. #381249 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 18 + 73 = 147 (100%)
R 56 of 147 ~ 38.1%
G 18 of 147 ~ 12.24%
B 73 of 147 ~ 49.66%

%38.1
%12.24
%49.66

CMYK color model

#381249 color CMYK value is (23,75,0,71).

  • cyan value is 23.29%
  • magenta value is 75.34%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(23,75,0,71)
C23M75Y0K71 
(23%,75%,0%,71%)
(0.23/0.75/0.00/0.71)	

CMYK percentages

%23.29
%75.34
%0
%71.37

Codes

Color #381249 in popluar color models

381249
RGB561873
HSL281°60.44%17.84%
HSB/HSV281°75.34%28.63%
CMYK23.29%75.34%0.00%
71.37%

Color #381249 in popluar number systems.

HEX381249
Decimal561873
Binary111000100101001001
Octal7022111

Shades and tints

Shades of #381249

#381249
(56,18,73)
#331143
(51,17,67)
#2E103D
(46,16,61)
#290F37
(41,15,55)
#240E31
(36,14,49)
#1F0D2B
(31,13,43)
#1A0C25
(26,12,37)
#150B1F
(21,11,31)
#100A19
(16,10,25)
#0B0913
(11,9,19)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #381249

#381249
(56,18,73)
#4A2759
(74,39,89)
#5C3C69
(92,60,105)
#6E5179
(110,81,121)
#806689
(128,102,137)
#927B99
(146,123,153)
#A490A9
(164,144,169)
#B6A5B9
(182,165,185)
#C8BAC9
(200,186,201)
#DACFD9
(218,207,217)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381249; }

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

This text font color is #381249.


Background Color

.myBgColor { background-color: #381249; }

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

This div background color is #381249.


Border color

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

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

This div border color is #381249.


Opacity

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

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

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

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

This text has shadow with #381249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381249 on black background.


Color preview on white background

This text has color #381249 on white background.



Black color preview on #381249 background

This text has black color on #381249 background.


White color preview on #381249 background

This text has white color on #381249 background.