COLOR #371F7A

HEX: #371F7A
RGB: (55,31,122)

Color info

#371F7A contains mainly blue color. Web safe color of #371F7A is #333366 (or #336).

RGB color model

#371F7A color RGB value is (55,31,122).

  • red value is 55;
  • green value is 31;
  • blue value is 122.
RGB:
(55,31,122)
(22%,12%,48%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 122 of 255 = 48%

55
31
122

R + G + B ~ 27%. #371F7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 122 = 208 (100%)
R 55 of 208 ~ 26.44%
G 31 of 208 ~ 14.9%
B 122 of 208 ~ 58.65%

%26.44
%14.9
%58.65

CMYK color model

#371F7A color CMYK value is (55,75,0,52).

  • cyan value is 54.92%
  • magenta value is 74.59%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(55,75,0,52)
C55M75Y0K52 
(55%,75%,0%,52%)
(0.55/0.75/0.00/0.52)	

CMYK percentages

%54.92
%74.59
%0
%52.16

Codes

Color #371F7A in popluar color models

371F7A
RGB5531122
HSL256°59.48%30.00%
HSB/HSV256°74.59%47.84%
CMYK54.92%74.59%0.00%
52.16%

Color #371F7A in popluar number systems.

HEX371F7A
Decimal5531122
Binary110111111111111010
Octal6737172

Shades and tints

Shades of #371F7A

#371F7A
(55,31,122)
#321D6F
(50,29,111)
#2D1B64
(45,27,100)
#281959
(40,25,89)
#23174E
(35,23,78)
#1E1543
(30,21,67)
#191338
(25,19,56)
#14112D
(20,17,45)
#0F0F22
(15,15,34)
#0A0D17
(10,13,23)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #371F7A

#371F7A
(55,31,122)
#493386
(73,51,134)
#5B4792
(91,71,146)
#6D5B9E
(109,91,158)
#7F6FAA
(127,111,170)
#9183B6
(145,131,182)
#A397C2
(163,151,194)
#B5ABCE
(181,171,206)
#C7BFDA
(199,191,218)
#D9D3E6
(217,211,230)
#EBE7F2
(235,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371F7A color. Also use rgb(55,31,122) instead hex code.

Text Font Color

.myTextColor { color: #371F7A; }

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

This text font color is #371F7A.


Background Color

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

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

This div background color is #371F7A.


Border color

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

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

This div border color is #371F7A.


Opacity

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

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

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

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

This text has shadow with #371F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371F7A on black background.


Color preview on white background

This text has color #371F7A on white background.



Black color preview on #371F7A background

This text has black color on #371F7A background.


White color preview on #371F7A background

This text has white color on #371F7A background.