COLOR #371346

HEX: #371346
RGB: (55,19,70)

Color info

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

RGB color model

#371346 color RGB value is (55,19,70).

  • red value is 55;
  • green value is 19;
  • blue value is 70.
RGB:
(55,19,70)
(22%,7%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 70 of 255 = 27%

55
19
70

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

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 70 = 144 (100%)
R 55 of 144 ~ 38.19%
G 19 of 144 ~ 13.19%
B 70 of 144 ~ 48.61%

%38.19
%13.19
%48.61

CMYK color model

#371346 color CMYK value is (21,73,0,73).

  • cyan value is 21.43%
  • magenta value is 72.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(21,73,0,73)
C21M73Y0K73 
(21%,73%,0%,73%)
(0.21/0.73/0.00/0.73)	

CMYK percentages

%21.43
%72.86
%0
%72.55

Codes

Color #371346 in popluar color models

371346
RGB551970
HSL282°57.30%17.45%
HSB/HSV282°72.86%27.45%
CMYK21.43%72.86%0.00%
72.55%

Color #371346 in popluar number systems.

HEX371346
Decimal551970
Binary110111100111000110
Octal6723106

Shades and tints

Shades of #371346

#371346
(55,19,70)
#321240
(50,18,64)
#2D113A
(45,17,58)
#281034
(40,16,52)
#230F2E
(35,15,46)
#1E0E28
(30,14,40)
#190D22
(25,13,34)
#140C1C
(20,12,28)
#0F0B16
(15,11,22)
#0A0A10
(10,10,16)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #371346

#371346
(55,19,70)
#492856
(73,40,86)
#5B3D66
(91,61,102)
#6D5276
(109,82,118)
#7F6786
(127,103,134)
#917C96
(145,124,150)
#A391A6
(163,145,166)
#B5A6B6
(181,166,182)
#C7BBC6
(199,187,198)
#D9D0D6
(217,208,214)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371346 color. Also use rgb(55,19,70) instead hex code.

Text Font Color

.myTextColor { color: #371346; }

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

This text font color is #371346.


Background Color

.myBgColor { background-color: #371346; }

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

This div background color is #371346.


Border color

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

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

This div border color is #371346.


Opacity

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

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

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

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

This text has shadow with #371346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371346 on black background.


Color preview on white background

This text has color #371346 on white background.



Black color preview on #371346 background

This text has black color on #371346 background.


White color preview on #371346 background

This text has white color on #371346 background.