COLOR #373449

HEX: #373449
RGB: (55,52,73)

Color info

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

RGB color model

#373449 color RGB value is (55,52,73).

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

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 73 of 255 = 29%

55
52
73

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

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 73 = 180 (100%)
R 55 of 180 ~ 30.56%
G 52 of 180 ~ 28.89%
B 73 of 180 ~ 40.56%

%30.56
%28.89
%40.56

CMYK color model

#373449 color CMYK value is (25,29,0,71).

  • cyan value is 24.66%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,29,0,71)
C25M29Y0K71 
(25%,29%,0%,71%)
(0.25/0.29/0.00/0.71)	

CMYK percentages

%24.66
%28.77
%0
%71.37

Codes

Color #373449 in popluar color models

373449
RGB555273
HSL249°16.80%24.51%
HSB/HSV249°28.77%28.63%
CMYK24.66%28.77%0.00%
71.37%

Color #373449 in popluar number systems.

HEX373449
Decimal555273
Binary1101111101001001001
Octal6764111

Shades and tints

Shades of #373449

#373449
(55,52,73)
#323043
(50,48,67)
#2D2C3D
(45,44,61)
#282837
(40,40,55)
#232431
(35,36,49)
#1E202B
(30,32,43)
#191C25
(25,28,37)
#14181F
(20,24,31)
#0F1419
(15,20,25)
#0A1013
(10,16,19)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #373449

#373449
(55,52,73)
#494659
(73,70,89)
#5B5869
(91,88,105)
#6D6A79
(109,106,121)
#7F7C89
(127,124,137)
#918E99
(145,142,153)
#A3A0A9
(163,160,169)
#B5B2B9
(181,178,185)
#C7C4C9
(199,196,201)
#D9D6D9
(217,214,217)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373449; }

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

This text font color is #373449.


Background Color

.myBgColor { background-color: #373449; }

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

This div background color is #373449.


Border color

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

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

This div border color is #373449.


Opacity

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

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

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

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

This text has shadow with #373449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373449 on black background.


Color preview on white background

This text has color #373449 on white background.



Black color preview on #373449 background

This text has black color on #373449 background.


White color preview on #373449 background

This text has white color on #373449 background.