COLOR #373A48

HEX: #373A48 RGB: (55,58,72)

Color info

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

RGB color model

#373A48 color RGB value is (55,58,72).

RGB: (55,58,72) (22%, 23%, 28%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 72 of 255 = 28%

55
58
72

R + G + B ~ 24%. #373A48 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 58 + 72 = 185 (100%)
R 55 of 185 ~ 29.73%
G 58 of 185 ~ 31.35%
B 72 of 185 ~ 38.92'%

%29.73
%31.35
%38.92

CMYK color model

#373A48 color CMYK value is (24,19,0,72).

  • cyan value is 23.61%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (24,19,0,72)
C24M19Y0K72 (24%, 19%, 0%, 72%)
(0.24 / 0.19 / 0.00 / 0.72)

CMYK percentages

%23.61
%19.44
%0
%71.76

Codes

Color #373A48 in popluar color models

37 3A 48
RGB 55 58 72
HSL 229° 13.39% 24.90%
HSB/HSV 229° 23.61% 28.24%
CMYK 23.61% 19.44% 0.00%
71.76%

Color #373A48 in popluar number systems.

HEX 37 3A 48
Decimal 55 58 72
Binary 110111 111010 1001000
Octal 67 72 110

Shades and tints

Shades of #373A48

#373A48
(55,58,72)
#323542
(50,53,66)
#2D303C
(45,48,60)
#282B36
(40,43,54)
#232630
(35,38,48)
#1E212A
(30,33,42)
#191C24
(25,28,36)
#14171E
(20,23,30)
#0F1218
(15,18,24)
#0A0D12
(10,13,18)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #373A48

#373A48
(55,58,72)
#494B58
(73,75,88)
#5B5C68
(91,92,104)
#6D6D78
(109,109,120)
#7F7E88
(127,126,136)
#918F98
(145,143,152)
#A3A0A8
(163,160,168)
#B5B1B8
(181,177,184)
#C7C2C8
(199,194,200)
#D9D3D8
(217,211,216)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373A48 color. Also use rgb(55,58,72) instead hex code.

Text Font Color

.myTextColor { color: #373A48; }

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

This text font color is #373A48.

Background Color

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

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

This div background color is #373A48.

Border color

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

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

This div border color is #373A48.

Opacity

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

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

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

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

This text has shadow with #373A48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373A48.

Preview

Color preview on black background

This text has color #373A48 on black background.


Color preview on white background

This text has color #373A48 on white background.


Black color preview on #373A48 background

This text has black color on #373A48 background.


White color preview on #373A48 background

This text has white color on #373A48 background.


Related colors

Complementary color

Complementary color for #hex is #C8C5B7.


I love getcolorcode.com

Triadic colors

1 #48373A and #3A4837 with #373A48 are triadic colors.

2 #483A37 and #3A3748 with #373A48 are triadic colors.