COLOR #371646

HEX: #371646
RGB: (55,22,70)

Color info

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

RGB color model

#371646 color RGB value is (55,22,70).

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

RGB channels and saturation

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

55
22
70

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

Portions of RGB colors in percentages

R + G + B =
55 + 22 + 70 = 147 (100%)
R 55 of 147 ~ 37.41%
G 22 of 147 ~ 14.97%
B 70 of 147 ~ 47.62%

%37.41
%14.97
%47.62

CMYK color model

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

  • cyan value is 21.43%
  • magenta value is 68.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(21,69,0,73)
C21M69Y0K73 
(21%,69%,0%,73%)
(0.21/0.69/0.00/0.73)	

CMYK percentages

%21.43
%68.57
%0
%72.55

Codes

Color #371646 in popluar color models

371646
RGB552270
HSL281°52.17%18.04%
HSB/HSV281°68.57%27.45%
CMYK21.43%68.57%0.00%
72.55%

Color #371646 in popluar number systems.

HEX371646
Decimal552270
Binary110111101101000110
Octal6726106

Shades and tints

Shades of #371646

#371646
(55,22,70)
#321440
(50,20,64)
#2D123A
(45,18,58)
#281034
(40,16,52)
#230E2E
(35,14,46)
#1E0C28
(30,12,40)
#190A22
(25,10,34)
#14081C
(20,8,28)
#0F0616
(15,6,22)
#0A0410
(10,4,16)
#05020A
(5,2,10)
#000000
(0,0,0)

Tints of #371646

#371646
(55,22,70)
#492B56
(73,43,86)
#5B4066
(91,64,102)
#6D5576
(109,85,118)
#7F6A86
(127,106,134)
#917F96
(145,127,150)
#A394A6
(163,148,166)
#B5A9B6
(181,169,182)
#C7BEC6
(199,190,198)
#D9D3D6
(217,211,214)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371646; }

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

This text font color is #371646.


Background Color

.myBgColor { background-color: #371646; }

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

This div background color is #371646.


Border color

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

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

This div border color is #371646.


Opacity

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

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

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

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

This text has shadow with #371646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371646 on black background.


Color preview on white background

This text has color #371646 on white background.



Black color preview on #371646 background

This text has black color on #371646 background.


White color preview on #371646 background

This text has white color on #371646 background.