COLOR #373F50

HEX: #373F50 RGB: (55,63,80)

Color info

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

RGB color model

#373F50 color RGB value is (55,63,80).

RGB: (55,63,80) (22%, 25%, 31%)

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 80 of 255 = 31%

55
63
80

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

Portions of RGB colors in percentages

R + G + B = 55 + 63 + 80 = 198 (100%)
R 55 of 198 ~ 27.78%
G 63 of 198 ~ 31.82%
B 80 of 198 ~ 40.4'%

%27.78
%31.82
%40.4

CMYK color model

#373F50 color CMYK value is (31,21,0,69).

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

CMYK: (31,21,0,69)
C31M21Y0K69 (31%, 21%, 0%, 69%)
(0.31 / 0.21 / 0.00 / 0.69)

CMYK percentages

%31.25
%21.25
%0
%68.63

Codes

Color #373F50 in popluar color models

37 3F 50
RGB 55 63 80
HSL 221° 18.52% 26.47%
HSB/HSV 221° 31.25% 31.37%
CMYK 31.25% 21.25% 0.00%
68.63%

Color #373F50 in popluar number systems.

HEX 37 3F 50
Decimal 55 63 80
Binary 110111 111111 1010000
Octal 67 77 120

Shades and tints

Shades of #373F50

#373F50
(55,63,80)
#323A49
(50,58,73)
#2D3542
(45,53,66)
#28303B
(40,48,59)
#232B34
(35,43,52)
#1E262D
(30,38,45)
#192126
(25,33,38)
#141C1F
(20,28,31)
#0F1718
(15,23,24)
#0A1211
(10,18,17)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #373F50

#373F50
(55,63,80)
#49505F
(73,80,95)
#5B616E
(91,97,110)
#6D727D
(109,114,125)
#7F838C
(127,131,140)
#91949B
(145,148,155)
#A3A5AA
(163,165,170)
#B5B6B9
(181,182,185)
#C7C7C8
(199,199,200)
#D9D8D7
(217,216,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373F50; }

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

This text font color is #373F50.

Background Color

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

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

This div background color is #373F50.

Border color

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

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

This div border color is #373F50.

Opacity

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

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

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

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

This text has shadow with #373F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373F50.

Preview

Color preview on black background

This text has color #373F50 on black background.


Color preview on white background

This text has color #373F50 on white background.


Black color preview on #373F50 background

This text has black color on #373F50 background.


White color preview on #373F50 background

This text has white color on #373F50 background.


Related colors

Complementary color

Complementary color for #hex is #C8C0AF.


I love getcolorcode.com

Triadic colors

1 #50373F and #3F5037 with #373F50 are triadic colors.

2 #503F37 and #3F3750 with #373F50 are triadic colors.