COLOR #381240

HEX: #381240
RGB: (56,18,64)

Color info

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

RGB color model

#381240 color RGB value is (56,18,64).

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

RGB channels and saturation

R 56 of 255 = 22%
G 18 of 255 = 7%
B 64 of 255 = 25%

56
18
64

R + G + B ~ 18%. #381240 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 18 + 64 = 138 (100%)
R 56 of 138 ~ 40.58%
G 18 of 138 ~ 13.04%
B 64 of 138 ~ 46.38%

%40.58
%13.04
%46.38

CMYK color model

#381240 color CMYK value is (13,72,0,75).

  • cyan value is 12.50%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(13,72,0,75)
C13M72Y0K75 
(13%,72%,0%,75%)
(0.13/0.72/0.00/0.75)	

CMYK percentages

%12.5
%71.88
%0
%74.9

Codes

Color #381240 in popluar color models

381240
RGB561864
HSL290°56.10%16.08%
HSB/HSV290°71.88%25.10%
CMYK12.50%71.88%0.00%
74.90%

Color #381240 in popluar number systems.

HEX381240
Decimal561864
Binary111000100101000000
Octal7022100

Shades and tints

Shades of #381240

#381240
(56,18,64)
#33113B
(51,17,59)
#2E1036
(46,16,54)
#290F31
(41,15,49)
#240E2C
(36,14,44)
#1F0D27
(31,13,39)
#1A0C22
(26,12,34)
#150B1D
(21,11,29)
#100A18
(16,10,24)
#0B0913
(11,9,19)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #381240

#381240
(56,18,64)
#4A2751
(74,39,81)
#5C3C62
(92,60,98)
#6E5173
(110,81,115)
#806684
(128,102,132)
#927B95
(146,123,149)
#A490A6
(164,144,166)
#B6A5B7
(182,165,183)
#C8BAC8
(200,186,200)
#DACFD9
(218,207,217)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381240; }

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

This text font color is #381240.


Background Color

.myBgColor { background-color: #381240; }

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

This div background color is #381240.


Border color

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

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

This div border color is #381240.


Opacity

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

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

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

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

This text has shadow with #381240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381240 on black background.


Color preview on white background

This text has color #381240 on white background.



Black color preview on #381240 background

This text has black color on #381240 background.


White color preview on #381240 background

This text has white color on #381240 background.