COLOR #373548

HEX: #373548
RGB: (55,53,72)

Color info

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

RGB color model

#373548 color RGB value is (55,53,72).

  • red value is 55;
  • green value is 53;
  • blue value is 72.
RGB:
(55,53,72)
(22%,21%,28%)

RGB channels and saturation

R 55 of 255 = 22%
G 53 of 255 = 21%
B 72 of 255 = 28%

55
53
72

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

Portions of RGB colors in percentages

R + G + B =
55 + 53 + 72 = 180 (100%)
R 55 of 180 ~ 30.56%
G 53 of 180 ~ 29.44%
B 72 of 180 ~ 40%

%30.56
%29.44
%40

CMYK color model

#373548 color CMYK value is (24,26,0,72).

  • cyan value is 23.61%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(24,26,0,72)
C24M26Y0K72 
(24%,26%,0%,72%)
(0.24/0.26/0.00/0.72)	

CMYK percentages

%23.61
%26.39
%0
%71.76

Codes

Color #373548 in popluar color models

373548
RGB555372
HSL246°15.20%24.51%
HSB/HSV246°26.39%28.24%
CMYK23.61%26.39%0.00%
71.76%

Color #373548 in popluar number systems.

HEX373548
Decimal555372
Binary1101111101011001000
Octal6765110

Shades and tints

Shades of #373548

#373548
(55,53,72)
#323142
(50,49,66)
#2D2D3C
(45,45,60)
#282936
(40,41,54)
#232530
(35,37,48)
#1E212A
(30,33,42)
#191D24
(25,29,36)
#14191E
(20,25,30)
#0F1518
(15,21,24)
#0A1112
(10,17,18)
#050D0C
(5,13,12)
#000000
(0,0,0)

Tints of #373548

#373548
(55,53,72)
#494758
(73,71,88)
#5B5968
(91,89,104)
#6D6B78
(109,107,120)
#7F7D88
(127,125,136)
#918F98
(145,143,152)
#A3A1A8
(163,161,168)
#B5B3B8
(181,179,184)
#C7C5C8
(199,197,200)
#D9D7D8
(217,215,216)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373548; }

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

This text font color is #373548.


Background Color

.myBgColor { background-color: #373548; }

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

This div background color is #373548.


Border color

.myBorderColor { border: 1px solid #373548; }

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

This div border color is #373548.


Opacity

.myOpacity80 { color: #373548; opacity: 0.8; }

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

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

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

This text has shadow with #373548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373548 on black background.


Color preview on white background

This text has color #373548 on white background.



Black color preview on #373548 background

This text has black color on #373548 background.


White color preview on #373548 background

This text has white color on #373548 background.