COLOR #371A43

HEX: #371A43
RGB: (55,26,67)

Color info

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

RGB color model

#371A43 color RGB value is (55,26,67).

  • red value is 55;
  • green value is 26;
  • blue value is 67.
RGB:
(55,26,67)
(22%,10%,26%)

RGB channels and saturation

R 55 of 255 = 22%
G 26 of 255 = 10%
B 67 of 255 = 26%

55
26
67

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

Portions of RGB colors in percentages

R + G + B =
55 + 26 + 67 = 148 (100%)
R 55 of 148 ~ 37.16%
G 26 of 148 ~ 17.57%
B 67 of 148 ~ 45.27%

%37.16
%17.57
%45.27

CMYK color model

#371A43 color CMYK value is (18,61,0,74).

  • cyan value is 17.91%
  • magenta value is 61.19%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(18,61,0,74)
C18M61Y0K74 
(18%,61%,0%,74%)
(0.18/0.61/0.00/0.74)	

CMYK percentages

%17.91
%61.19
%0
%73.73

Codes

Color #371A43 in popluar color models

371A43
RGB552667
HSL282°44.09%18.24%
HSB/HSV282°61.19%26.27%
CMYK17.91%61.19%0.00%
73.73%

Color #371A43 in popluar number systems.

HEX371A43
Decimal552667
Binary110111110101000011
Octal6732103

Shades and tints

Shades of #371A43

#371A43
(55,26,67)
#32183D
(50,24,61)
#2D1637
(45,22,55)
#281431
(40,20,49)
#23122B
(35,18,43)
#1E1025
(30,16,37)
#190E1F
(25,14,31)
#140C19
(20,12,25)
#0F0A13
(15,10,19)
#0A080D
(10,8,13)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #371A43

#371A43
(55,26,67)
#492E54
(73,46,84)
#5B4265
(91,66,101)
#6D5676
(109,86,118)
#7F6A87
(127,106,135)
#917E98
(145,126,152)
#A392A9
(163,146,169)
#B5A6BA
(181,166,186)
#C7BACB
(199,186,203)
#D9CEDC
(217,206,220)
#EBE2ED
(235,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371A43 color. Also use rgb(55,26,67) instead hex code.

Text Font Color

.myTextColor { color: #371A43; }

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

This text font color is #371A43.


Background Color

.myBgColor { background-color: #371A43; }

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

This div background color is #371A43.


Border color

.myBorderColor { border: 1px solid #371A43; }

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

This div border color is #371A43.


Opacity

.myOpacity80 { color: #371A43; opacity: 0.8; }

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

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

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

This text has shadow with #371A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371A43 on black background.


Color preview on white background

This text has color #371A43 on white background.



Black color preview on #371A43 background

This text has black color on #371A43 background.


White color preview on #371A43 background

This text has white color on #371A43 background.