COLOR #371E52

HEX: #371E52 RGB: (55,30,82)

Color info

#371E52 contains red, green and blue colors in about the same proportion. Web safe color of #371E52 is #333366 (or #336).

RGB color model

#371E52 color RGB value is (55,30,82).

RGB: (55,30,82) (22%, 12%, 32%)

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 82 of 255 = 32%

55
30
82

R + G + B ~ 22%. #371E52 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 30 + 82 = 167 (100%)
R 55 of 167 ~ 32.93%
G 30 of 167 ~ 17.96%
B 82 of 167 ~ 49.1'%

%32.93
%17.96
%49.1

CMYK color model

#371E52 color CMYK value is (33,63,0,68).

  • cyan value is 32.93%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (33,63,0,68)
C33M63Y0K68 (33%, 63%, 0%, 68%)
(0.33 / 0.63 / 0.00 / 0.68)

CMYK percentages

%32.93
%63.41
%0
%67.84

Codes

Color #371E52 in popluar color models

37 1E 52
RGB 55 30 82
HSL 269° 46.43% 21.96%
HSB/HSV 269° 63.41% 32.16%
CMYK 32.93% 63.41% 0.00%
67.84%

Color #371E52 in popluar number systems.

HEX 37 1E 52
Decimal 55 30 82
Binary 110111 11110 1010010
Octal 67 36 122

Shades and tints

Shades of #371E52

#371E52
(55,30,82)
#321C4B
(50,28,75)
#2D1A44
(45,26,68)
#28183D
(40,24,61)
#231636
(35,22,54)
#1E142F
(30,20,47)
#191228
(25,18,40)
#141021
(20,16,33)
#0F0E1A
(15,14,26)
#0A0C13
(10,12,19)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #371E52

#371E52
(55,30,82)
#493261
(73,50,97)
#5B4670
(91,70,112)
#6D5A7F
(109,90,127)
#7F6E8E
(127,110,142)
#91829D
(145,130,157)
#A396AC
(163,150,172)
#B5AABB
(181,170,187)
#C7BECA
(199,190,202)
#D9D2D9
(217,210,217)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371E52 color. Also use rgb(55,30,82) instead hex code.

Text Font Color

.myTextColor { color: #371E52; }

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

This text font color is #371E52.

Background Color

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

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

This div background color is #371E52.

Border color

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

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

This div border color is #371E52.

Opacity

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

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

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

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

This text has shadow with #371E52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371E52.

Preview

Color preview on black background

This text has color #371E52 on black background.


Color preview on white background

This text has color #371E52 on white background.


Black color preview on #371E52 background

This text has black color on #371E52 background.


White color preview on #371E52 background

This text has white color on #371E52 background.


Related colors

Complementary color

Complementary color for #hex is #C8E1AD.


I love getcolorcode.com

Triadic colors

1 #52371E and #1E5237 with #371E52 are triadic colors.

2 #521E37 and #1E3752 with #371E52 are triadic colors.