COLOR #371432

HEX: #371432
RGB: (55,20,50)

Color info

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

RGB color model

#371432 color RGB value is (55,20,50).

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

RGB channels and saturation

R 55 of 255 = 22%
G 20 of 255 = 8%
B 50 of 255 = 20%

55
20
50

R + G + B ~ 17%. #371432 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 20 + 50 = 125 (100%)
R 55 of 125 ~ 44%
G 20 of 125 ~ 16%
B 50 of 125 ~ 40%

%44
%16
%40

CMYK color model

#371432 color CMYK value is (0,64,9,78).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 9.09%
  • key color value is 78.43%
CMYK:
(0,64,9,78)
C0M64Y9K78 
(0%,64%,9%,78%)
(0.00/0.64/0.09/0.78)	

CMYK percentages

%0
%63.64
%9.09
%78.43

Codes

Color #371432 in popluar color models

371432
RGB552050
HSL309°46.67%14.71%
HSB/HSV309°63.64%21.57%
CMYK0.00%63.64%9.09%
78.43%

Color #371432 in popluar number systems.

HEX371432
Decimal552050
Binary11011110100110010
Octal672462

Shades and tints

Shades of #371432

#371432
(55,20,50)
#32132E
(50,19,46)
#2D122A
(45,18,42)
#281126
(40,17,38)
#231022
(35,16,34)
#1E0F1E
(30,15,30)
#190E1A
(25,14,26)
#140D16
(20,13,22)
#0F0C12
(15,12,18)
#0A0B0E
(10,11,14)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #371432

#371432
(55,20,50)
#492944
(73,41,68)
#5B3E56
(91,62,86)
#6D5368
(109,83,104)
#7F687A
(127,104,122)
#917D8C
(145,125,140)
#A3929E
(163,146,158)
#B5A7B0
(181,167,176)
#C7BCC2
(199,188,194)
#D9D1D4
(217,209,212)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371432; }

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

This text font color is #371432.


Background Color

.myBgColor { background-color: #371432; }

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

This div background color is #371432.


Border color

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

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

This div border color is #371432.


Opacity

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

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

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

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

This text has shadow with #371432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371432 on black background.


Color preview on white background

This text has color #371432 on white background.



Black color preview on #371432 background

This text has black color on #371432 background.


White color preview on #371432 background

This text has white color on #371432 background.