COLOR #381646

HEX: #381646
RGB: (56,22,70)

Color info

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

RGB color model

#381646 color RGB value is (56,22,70).

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

RGB channels and saturation

R 56 of 255 = 22%
G 22 of 255 = 9%
B 70 of 255 = 27%

56
22
70

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

Portions of RGB colors in percentages

R + G + B =
56 + 22 + 70 = 148 (100%)
R 56 of 148 ~ 37.84%
G 22 of 148 ~ 14.86%
B 70 of 148 ~ 47.3%

%37.84
%14.86
%47.3

CMYK color model

#381646 color CMYK value is (20,69,0,73).

  • cyan value is 20.00%
  • magenta value is 68.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(20,69,0,73)
C20M69Y0K73 
(20%,69%,0%,73%)
(0.20/0.69/0.00/0.73)	

CMYK percentages

%20
%68.57
%0
%72.55

Codes

Color #381646 in popluar color models

381646
RGB562270
HSL283°52.17%18.04%
HSB/HSV283°68.57%27.45%
CMYK20.00%68.57%0.00%
72.55%

Color #381646 in popluar number systems.

HEX381646
Decimal562270
Binary111000101101000110
Octal7026106

Shades and tints

Shades of #381646

#381646
(56,22,70)
#331440
(51,20,64)
#2E123A
(46,18,58)
#291034
(41,16,52)
#240E2E
(36,14,46)
#1F0C28
(31,12,40)
#1A0A22
(26,10,34)
#15081C
(21,8,28)
#100616
(16,6,22)
#0B0410
(11,4,16)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #381646

#381646
(56,22,70)
#4A2B56
(74,43,86)
#5C4066
(92,64,102)
#6E5576
(110,85,118)
#806A86
(128,106,134)
#927F96
(146,127,150)
#A494A6
(164,148,166)
#B6A9B6
(182,169,182)
#C8BEC6
(200,190,198)
#DAD3D6
(218,211,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381646; }

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

This text font color is #381646.


Background Color

.myBgColor { background-color: #381646; }

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

This div background color is #381646.


Border color

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

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

This div border color is #381646.


Opacity

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

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

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

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

This text has shadow with #381646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381646 on black background.


Color preview on white background

This text has color #381646 on white background.



Black color preview on #381646 background

This text has black color on #381646 background.


White color preview on #381646 background

This text has white color on #381646 background.