COLOR #373F4D

HEX: #373F4D RGB: (55,63,77)

Color info

#373F4D contains red, green and blue colors in about the same proportion. Web safe color of #373F4D is #333333 (or #333).

RGB color model

#373F4D color RGB value is (55,63,77).

RGB: (55,63,77) (22%, 25%, 30%)

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 77 of 255 = 30%

55
63
77

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

Portions of RGB colors in percentages

R + G + B = 55 + 63 + 77 = 195 (100%)
R 55 of 195 ~ 28.21%
G 63 of 195 ~ 32.31%
B 77 of 195 ~ 39.49'%

%28.21
%32.31
%39.49

CMYK color model

#373F4D color CMYK value is (29,18,0,70).

  • cyan value is 28.57%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (29,18,0,70)
C29M18Y0K70 (29%, 18%, 0%, 70%)
(0.29 / 0.18 / 0.00 / 0.70)

CMYK percentages

%28.57
%18.18
%0
%69.8

Codes

Color #373F4D in popluar color models

37 3F 4D
RGB 55 63 77
HSL 218° 16.67% 25.88%
HSB/HSV 218° 28.57% 30.20%
CMYK 28.57% 18.18% 0.00%
69.80%

Color #373F4D in popluar number systems.

HEX 37 3F 4D
Decimal 55 63 77
Binary 110111 111111 1001101
Octal 67 77 115

Shades and tints

Shades of #373F4D

#373F4D
(55,63,77)
#323A46
(50,58,70)
#2D353F
(45,53,63)
#283038
(40,48,56)
#232B31
(35,43,49)
#1E262A
(30,38,42)
#192123
(25,33,35)
#141C1C
(20,28,28)
#0F1715
(15,23,21)
#0A120E
(10,18,14)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #373F4D

#373F4D
(55,63,77)
#49505D
(73,80,93)
#5B616D
(91,97,109)
#6D727D
(109,114,125)
#7F838D
(127,131,141)
#91949D
(145,148,157)
#A3A5AD
(163,165,173)
#B5B6BD
(181,182,189)
#C7C7CD
(199,199,205)
#D9D8DD
(217,216,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373F4D; }

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

This text font color is #373F4D.

Background Color

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

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

This div background color is #373F4D.

Border color

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

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

This div border color is #373F4D.

Opacity

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

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

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

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

This text has shadow with #373F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373F4D.

Preview

Color preview on black background

This text has color #373F4D on black background.


Color preview on white background

This text has color #373F4D on white background.


Black color preview on #373F4D background

This text has black color on #373F4D background.


White color preview on #373F4D background

This text has white color on #373F4D background.


Related colors

Complementary color

Complementary color for #hex is #C8C0B2.


I love getcolorcode.com

Triadic colors

1 #4D373F and #3F4D37 with #373F4D are triadic colors.

2 #4D3F37 and #3F374D with #373F4D are triadic colors.