COLOR #371C6C

HEX: #371C6C
RGB: (55,28,108)

Color info

#371C6C contains mainly red and blue colors. Web safe color of #371C6C is #333366 (or #336).

RGB color model

#371C6C color RGB value is (55,28,108).

  • red value is 55;
  • green value is 28;
  • blue value is 108.
RGB:
(55,28,108)
(22%,11%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 28 of 255 = 11%
B 108 of 255 = 42%

55
28
108

R + G + B ~ 25%. #371C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 28 + 108 = 191 (100%)
R 55 of 191 ~ 28.8%
G 28 of 191 ~ 14.66%
B 108 of 191 ~ 56.54%

%28.8
%14.66
%56.54

CMYK color model

#371C6C color CMYK value is (49,74,0,58).

  • cyan value is 49.07%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(49,74,0,58)
C49M74Y0K58 
(49%,74%,0%,58%)
(0.49/0.74/0.00/0.58)	

CMYK percentages

%49.07
%74.07
%0
%57.65

Codes

Color #371C6C in popluar color models

371C6C
RGB5528108
HSL260°58.82%26.67%
HSB/HSV260°74.07%42.35%
CMYK49.07%74.07%0.00%
57.65%

Color #371C6C in popluar number systems.

HEX371C6C
Decimal5528108
Binary110111111001101100
Octal6734154

Shades and tints

Shades of #371C6C

#371C6C
(55,28,108)
#321A63
(50,26,99)
#2D185A
(45,24,90)
#281651
(40,22,81)
#231448
(35,20,72)
#1E123F
(30,18,63)
#191036
(25,16,54)
#140E2D
(20,14,45)
#0F0C24
(15,12,36)
#0A0A1B
(10,10,27)
#050812
(5,8,18)
#000000
(0,0,0)

Tints of #371C6C

#371C6C
(55,28,108)
#493079
(73,48,121)
#5B4486
(91,68,134)
#6D5893
(109,88,147)
#7F6CA0
(127,108,160)
#9180AD
(145,128,173)
#A394BA
(163,148,186)
#B5A8C7
(181,168,199)
#C7BCD4
(199,188,212)
#D9D0E1
(217,208,225)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371C6C color. Also use rgb(55,28,108) instead hex code.

Text Font Color

.myTextColor { color: #371C6C; }

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

This text font color is #371C6C.


Background Color

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

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

This div background color is #371C6C.


Border color

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

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

This div border color is #371C6C.


Opacity

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

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

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

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

This text has shadow with #371C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371C6C on black background.


Color preview on white background

This text has color #371C6C on white background.



Black color preview on #371C6C background

This text has black color on #371C6C background.


White color preview on #371C6C background

This text has white color on #371C6C background.