COLOR #37376F

HEX: #37376F RGB: (55,55,111)

Color info

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

RGB color model

#37376F color RGB value is (55,55,111).

RGB: (55,55,111) (22%, 22%, 44%)

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 111 of 255 = 44%

55
55
111

R + G + B ~ 29%. #37376F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 55 + 111 = 221 (100%)
R 55 of 221 ~ 24.89%
G 55 of 221 ~ 24.89%
B 111 of 221 ~ 50.23'%

%24.89
%24.89
%50.23

CMYK color model

#37376F color CMYK value is (50,50,0,56).

  • cyan value is 50.45%
  • magenta value is 50.45%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (50,50,0,56)
C50M50Y0K56 (50%, 50%, 0%, 56%)
(0.50 / 0.50 / 0.00 / 0.56)

CMYK percentages

%50.45
%50.45
%0
%56.47

Codes

Color #37376F in popluar color models

37 37 6F
RGB 55 55 111
HSL 240° 33.73% 32.55%
HSB/HSV 240° 50.45% 43.53%
CMYK 50.45% 50.45% 0.00%
56.47%

Color #37376F in popluar number systems.

HEX 37 37 6F
Decimal 55 55 111
Binary 110111 110111 1101111
Octal 67 67 157

Shades and tints

Shades of #37376F

#37376F
(55,55,111)
#323265
(50,50,101)
#2D2D5B
(45,45,91)
#282851
(40,40,81)
#232347
(35,35,71)
#1E1E3D
(30,30,61)
#191933
(25,25,51)
#141429
(20,20,41)
#0F0F1F
(15,15,31)
#0A0A15
(10,10,21)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #37376F

#37376F
(55,55,111)
#49497C
(73,73,124)
#5B5B89
(91,91,137)
#6D6D96
(109,109,150)
#7F7FA3
(127,127,163)
#9191B0
(145,145,176)
#A3A3BD
(163,163,189)
#B5B5CA
(181,181,202)
#C7C7D7
(199,199,215)
#D9D9E4
(217,217,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37376F color. Also use rgb(55,55,111) instead hex code.

Text Font Color

.myTextColor { color: #37376F; }

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

This text font color is #37376F.

Background Color

.myBgColor { background-color: #37376F; }

<div style="background-color:#37376F">Inner text</div>

This div background color is #37376F.

Border color

.myBorderColor { border: 1px solid #37376F; }

<div style="border:3px solid #37376F">Div</div>

This div border color is #37376F.

Opacity

.myOpacity80 { color: #37376F; opacity: 0.8; }

<p style="color:#37376F;opacity:0.8;">80%</p>

Text with #37376F 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 #37376F;}

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

This text has shadow with #37376F color.


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

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

This text has shadow with #37376F primary color and red secondary color.


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

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

This text has shadow with #37376F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #37376F.

Preview

Color preview on black background

This text has color #37376F on black background.


Color preview on white background

This text has color #37376F on white background.


Black color preview on #37376F background

This text has black color on #37376F background.


White color preview on #37376F background

This text has white color on #37376F background.


Related colors

Complementary color

Complementary color for #hex is #C8C890.


I love getcolorcode.com