COLOR #371445

HEX: #371445
RGB: (55,20,69)

Color info

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

RGB color model

#371445 color RGB value is (55,20,69).

  • red value is 55;
  • green value is 20;
  • blue value is 69.
RGB:
(55,20,69)
(22%,8%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 20 of 255 = 8%
B 69 of 255 = 27%

55
20
69

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

Portions of RGB colors in percentages

R + G + B =
55 + 20 + 69 = 144 (100%)
R 55 of 144 ~ 38.19%
G 20 of 144 ~ 13.89%
B 69 of 144 ~ 47.92%

%38.19
%13.89
%47.92

CMYK color model

#371445 color CMYK value is (20,71,0,73).

  • cyan value is 20.29%
  • magenta value is 71.01%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(20,71,0,73)
C20M71Y0K73 
(20%,71%,0%,73%)
(0.20/0.71/0.00/0.73)	

CMYK percentages

%20.29
%71.01
%0
%72.94

Codes

Color #371445 in popluar color models

371445
RGB552069
HSL283°55.06%17.45%
HSB/HSV283°71.01%27.06%
CMYK20.29%71.01%0.00%
72.94%

Color #371445 in popluar number systems.

HEX371445
Decimal552069
Binary110111101001000101
Octal6724105

Shades and tints

Shades of #371445

#371445
(55,20,69)
#32133F
(50,19,63)
#2D1239
(45,18,57)
#281133
(40,17,51)
#23102D
(35,16,45)
#1E0F27
(30,15,39)
#190E21
(25,14,33)
#140D1B
(20,13,27)
#0F0C15
(15,12,21)
#0A0B0F
(10,11,15)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #371445

#371445
(55,20,69)
#492955
(73,41,85)
#5B3E65
(91,62,101)
#6D5375
(109,83,117)
#7F6885
(127,104,133)
#917D95
(145,125,149)
#A392A5
(163,146,165)
#B5A7B5
(181,167,181)
#C7BCC5
(199,188,197)
#D9D1D5
(217,209,213)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371445 color. Also use rgb(55,20,69) instead hex code.

Text Font Color

.myTextColor { color: #371445; }

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

This text font color is #371445.


Background Color

.myBgColor { background-color: #371445; }

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

This div background color is #371445.


Border color

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

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

This div border color is #371445.


Opacity

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

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

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

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

This text has shadow with #371445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371445 on black background.


Color preview on white background

This text has color #371445 on white background.



Black color preview on #371445 background

This text has black color on #371445 background.


White color preview on #371445 background

This text has white color on #371445 background.