COLOR #373B5E

HEX: #373B5E RGB: (55,59,94)

Color info

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

RGB color model

#373B5E color RGB value is (55,59,94).

RGB: (55,59,94) (22%, 23%, 37%)

RGB channels and saturation

R 55 of 255 = 22%
G 59 of 255 = 23%
B 94 of 255 = 37%

55
59
94

R + G + B ~ 27%. #373B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 59 + 94 = 208 (100%)
R 55 of 208 ~ 26.44%
G 59 of 208 ~ 28.37%
B 94 of 208 ~ 45.19'%

%26.44
%28.37
%45.19

CMYK color model

#373B5E color CMYK value is (41,37,0,63).

  • cyan value is 41.49%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (41,37,0,63)
C41M37Y0K63 (41%, 37%, 0%, 63%)
(0.41 / 0.37 / 0.00 / 0.63)

CMYK percentages

%41.49
%37.23
%0
%63.14

Codes

Color #373B5E in popluar color models

37 3B 5E
RGB 55 59 94
HSL 234° 26.17% 29.22%
HSB/HSV 234° 41.49% 36.86%
CMYK 41.49% 37.23% 0.00%
63.14%

Color #373B5E in popluar number systems.

HEX 37 3B 5E
Decimal 55 59 94
Binary 110111 111011 1011110
Octal 67 73 136

Shades and tints

Shades of #373B5E

#373B5E
(55,59,94)
#323656
(50,54,86)
#2D314E
(45,49,78)
#282C46
(40,44,70)
#23273E
(35,39,62)
#1E2236
(30,34,54)
#191D2E
(25,29,46)
#141826
(20,24,38)
#0F131E
(15,19,30)
#0A0E16
(10,14,22)
#05090E
(5,9,14)
#000000
(0,0,0)

Tints of #373B5E

#373B5E
(55,59,94)
#494C6C
(73,76,108)
#5B5D7A
(91,93,122)
#6D6E88
(109,110,136)
#7F7F96
(127,127,150)
#9190A4
(145,144,164)
#A3A1B2
(163,161,178)
#B5B2C0
(181,178,192)
#C7C3CE
(199,195,206)
#D9D4DC
(217,212,220)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373B5E color. Also use rgb(55,59,94) instead hex code.

Text Font Color

.myTextColor { color: #373B5E; }

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

This text font color is #373B5E.

Background Color

.myBgColor { background-color: #373B5E; }

<div style="background-color:#373B5E">Inner text</div>

This div background color is #373B5E.

Border color

.myBorderColor { border: 1px solid #373B5E; }

<div style="border:3px solid #373B5E">Div</div>

This div border color is #373B5E.

Opacity

.myOpacity80 { color: #373B5E; opacity: 0.8; }

<p style="color:#373B5E;opacity:0.8;">80%</p>

Text with #373B5E 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 #373B5E;}

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

This text has shadow with #373B5E color.


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

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

This text has shadow with #373B5E primary color and red secondary color.


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

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

This text has shadow with #373B5E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #373B5E.

Preview

Color preview on black background

This text has color #373B5E on black background.


Color preview on white background

This text has color #373B5E on white background.


Black color preview on #373B5E background

This text has black color on #373B5E background.


White color preview on #373B5E background

This text has white color on #373B5E background.


Related colors

Complementary color

Complementary color for #hex is #C8C4A1.


I love getcolorcode.com

Triadic colors

1 #5E373B and #3B5E37 with #373B5E are triadic colors.

2 #5E3B37 and #3B375E with #373B5E are triadic colors.