COLOR #373C50

HEX: #373C50 RGB: (55,60,80)

Color info

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

RGB color model

#373C50 color RGB value is (55,60,80).

RGB: (55,60,80) (22%, 24%, 31%)

RGB channels and saturation

R 55 of 255 = 22%
G 60 of 255 = 24%
B 80 of 255 = 31%

55
60
80

R + G + B ~ 26%. #373C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 60 + 80 = 195 (100%)
R 55 of 195 ~ 28.21%
G 60 of 195 ~ 30.77%
B 80 of 195 ~ 41.03'%

%28.21
%30.77
%41.03

CMYK color model

#373C50 color CMYK value is (31,25,0,69).

  • cyan value is 31.25%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (31,25,0,69)
C31M25Y0K69 (31%, 25%, 0%, 69%)
(0.31 / 0.25 / 0.00 / 0.69)

CMYK percentages

%31.25
%25
%0
%68.63

Codes

Color #373C50 in popluar color models

37 3C 50
RGB 55 60 80
HSL 228° 18.52% 26.47%
HSB/HSV 228° 31.25% 31.37%
CMYK 31.25% 25.00% 0.00%
68.63%

Color #373C50 in popluar number systems.

HEX 37 3C 50
Decimal 55 60 80
Binary 110111 111100 1010000
Octal 67 74 120

Shades and tints

Shades of #373C50

#373C50
(55,60,80)
#323749
(50,55,73)
#2D3242
(45,50,66)
#282D3B
(40,45,59)
#232834
(35,40,52)
#1E232D
(30,35,45)
#191E26
(25,30,38)
#14191F
(20,25,31)
#0F1418
(15,20,24)
#0A0F11
(10,15,17)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #373C50

#373C50
(55,60,80)
#494D5F
(73,77,95)
#5B5E6E
(91,94,110)
#6D6F7D
(109,111,125)
#7F808C
(127,128,140)
#91919B
(145,145,155)
#A3A2AA
(163,162,170)
#B5B3B9
(181,179,185)
#C7C4C8
(199,196,200)
#D9D5D7
(217,213,215)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373C50 color. Also use rgb(55,60,80) instead hex code.

Text Font Color

.myTextColor { color: #373C50; }

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

This text font color is #373C50.

Background Color

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

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

This div background color is #373C50.

Border color

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

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

This div border color is #373C50.

Opacity

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

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

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

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

This text has shadow with #373C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373C50.

Preview

Color preview on black background

This text has color #373C50 on black background.


Color preview on white background

This text has color #373C50 on white background.


Black color preview on #373C50 background

This text has black color on #373C50 background.


White color preview on #373C50 background

This text has white color on #373C50 background.


Related colors

Complementary color

Complementary color for #hex is #C8C3AF.


I love getcolorcode.com

Triadic colors

1 #50373C and #3C5037 with #373C50 are triadic colors.

2 #503C37 and #3C3750 with #373C50 are triadic colors.