COLOR #371A3F

HEX: #371A3F
RGB: (55,26,63)

Color info

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

RGB color model

#371A3F color RGB value is (55,26,63).

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

RGB channels and saturation

R 55 of 255 = 22%
G 26 of 255 = 10%
B 63 of 255 = 25%

55
26
63

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

Portions of RGB colors in percentages

R + G + B =
55 + 26 + 63 = 144 (100%)
R 55 of 144 ~ 38.19%
G 26 of 144 ~ 18.06%
B 63 of 144 ~ 43.75%

%38.19
%18.06
%43.75

CMYK color model

#371A3F color CMYK value is (13,59,0,75).

  • cyan value is 12.70%
  • magenta value is 58.73%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(13,59,0,75)
C13M59Y0K75 
(13%,59%,0%,75%)
(0.13/0.59/0.00/0.75)	

CMYK percentages

%12.7
%58.73
%0
%75.29

Codes

Color #371A3F in popluar color models

371A3F
RGB552663
HSL287°41.57%17.45%
HSB/HSV287°58.73%24.71%
CMYK12.70%58.73%0.00%
75.29%

Color #371A3F in popluar number systems.

HEX371A3F
Decimal552663
Binary11011111010111111
Octal673277

Shades and tints

Shades of #371A3F

#371A3F
(55,26,63)
#32183A
(50,24,58)
#2D1635
(45,22,53)
#281430
(40,20,48)
#23122B
(35,18,43)
#1E1026
(30,16,38)
#190E21
(25,14,33)
#140C1C
(20,12,28)
#0F0A17
(15,10,23)
#0A0812
(10,8,18)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #371A3F

#371A3F
(55,26,63)
#492E50
(73,46,80)
#5B4261
(91,66,97)
#6D5672
(109,86,114)
#7F6A83
(127,106,131)
#917E94
(145,126,148)
#A392A5
(163,146,165)
#B5A6B6
(181,166,182)
#C7BAC7
(199,186,199)
#D9CED8
(217,206,216)
#EBE2E9
(235,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371A3F; }

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

This text font color is #371A3F.


Background Color

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

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

This div background color is #371A3F.


Border color

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

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

This div border color is #371A3F.


Opacity

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

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

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

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

This text has shadow with #371A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371A3F on black background.


Color preview on white background

This text has color #371A3F on white background.



Black color preview on #371A3F background

This text has black color on #371A3F background.


White color preview on #371A3F background

This text has white color on #371A3F background.