COLOR #373F49

HEX: #373F49
RGB: (55,63,73)

Color info

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

RGB color model

#373F49 color RGB value is (55,63,73).

  • red value is 55;
  • green value is 63;
  • blue value is 73.
RGB:
(55,63,73)
(22%,25%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 73 of 255 = 29%

55
63
73

R + G + B ~ 25%. #373F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 63 + 73 = 191 (100%)
R 55 of 191 ~ 28.8%
G 63 of 191 ~ 32.98%
B 73 of 191 ~ 38.22%

%28.8
%32.98
%38.22

CMYK color model

#373F49 color CMYK value is (25,14,0,71).

  • cyan value is 24.66%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,14,0,71)
C25M14Y0K71 
(25%,14%,0%,71%)
(0.25/0.14/0.00/0.71)	

CMYK percentages

%24.66
%13.7
%0
%71.37

Codes

Color #373F49 in popluar color models

373F49
RGB556373
HSL213°14.06%25.10%
HSB/HSV213°24.66%28.63%
CMYK24.66%13.70%0.00%
71.37%

Color #373F49 in popluar number systems.

HEX373F49
Decimal556373
Binary1101111111111001001
Octal6777111

Shades and tints

Shades of #373F49

#373F49
(55,63,73)
#323A43
(50,58,67)
#2D353D
(45,53,61)
#283037
(40,48,55)
#232B31
(35,43,49)
#1E262B
(30,38,43)
#192125
(25,33,37)
#141C1F
(20,28,31)
#0F1719
(15,23,25)
#0A1213
(10,18,19)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #373F49

#373F49
(55,63,73)
#495059
(73,80,89)
#5B6169
(91,97,105)
#6D7279
(109,114,121)
#7F8389
(127,131,137)
#919499
(145,148,153)
#A3A5A9
(163,165,169)
#B5B6B9
(181,182,185)
#C7C7C9
(199,199,201)
#D9D8D9
(217,216,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373F49; }

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

This text font color is #373F49.


Background Color

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

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

This div background color is #373F49.


Border color

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

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

This div border color is #373F49.


Opacity

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

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

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

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

This text has shadow with #373F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373F49 on black background.


Color preview on white background

This text has color #373F49 on white background.



Black color preview on #373F49 background

This text has black color on #373F49 background.


White color preview on #373F49 background

This text has white color on #373F49 background.