COLOR #371D69

HEX: #371D69
RGB: (55,29,105)

Color info

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

RGB color model

#371D69 color RGB value is (55,29,105).

  • red value is 55;
  • green value is 29;
  • blue value is 105.
RGB:
(55,29,105)
(22%,11%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 29 of 255 = 11%
B 105 of 255 = 41%

55
29
105

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

Portions of RGB colors in percentages

R + G + B =
55 + 29 + 105 = 189 (100%)
R 55 of 189 ~ 29.1%
G 29 of 189 ~ 15.34%
B 105 of 189 ~ 55.56%

%29.1
%15.34
%55.56

CMYK color model

#371D69 color CMYK value is (48,72,0,59).

  • cyan value is 47.62%
  • magenta value is 72.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(48,72,0,59)
C48M72Y0K59 
(48%,72%,0%,59%)
(0.48/0.72/0.00/0.59)	

CMYK percentages

%47.62
%72.38
%0
%58.82

Codes

Color #371D69 in popluar color models

371D69
RGB5529105
HSL261°56.72%26.27%
HSB/HSV261°72.38%41.18%
CMYK47.62%72.38%0.00%
58.82%

Color #371D69 in popluar number systems.

HEX371D69
Decimal5529105
Binary110111111011101001
Octal6735151

Shades and tints

Shades of #371D69

#371D69
(55,29,105)
#321B60
(50,27,96)
#2D1957
(45,25,87)
#28174E
(40,23,78)
#231545
(35,21,69)
#1E133C
(30,19,60)
#191133
(25,17,51)
#140F2A
(20,15,42)
#0F0D21
(15,13,33)
#0A0B18
(10,11,24)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #371D69

#371D69
(55,29,105)
#493176
(73,49,118)
#5B4583
(91,69,131)
#6D5990
(109,89,144)
#7F6D9D
(127,109,157)
#9181AA
(145,129,170)
#A395B7
(163,149,183)
#B5A9C4
(181,169,196)
#C7BDD1
(199,189,209)
#D9D1DE
(217,209,222)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371D69 color. Also use rgb(55,29,105) instead hex code.

Text Font Color

.myTextColor { color: #371D69; }

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

This text font color is #371D69.


Background Color

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

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

This div background color is #371D69.


Border color

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

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

This div border color is #371D69.


Opacity

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

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

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

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

This text has shadow with #371D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371D69 on black background.


Color preview on white background

This text has color #371D69 on white background.



Black color preview on #371D69 background

This text has black color on #371D69 background.


White color preview on #371D69 background

This text has white color on #371D69 background.