COLOR #373349

HEX: #373349
RGB: (55,51,73)

Color info

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

RGB color model

#373349 color RGB value is (55,51,73).

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

RGB channels and saturation

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

55
51
73

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

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 73 = 179 (100%)
R 55 of 179 ~ 30.73%
G 51 of 179 ~ 28.49%
B 73 of 179 ~ 40.78%

%30.73
%28.49
%40.78

CMYK color model

#373349 color CMYK value is (25,30,0,71).

  • cyan value is 24.66%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,30,0,71)
C25M30Y0K71 
(25%,30%,0%,71%)
(0.25/0.30/0.00/0.71)	

CMYK percentages

%24.66
%30.14
%0
%71.37

Codes

Color #373349 in popluar color models

373349
RGB555173
HSL251°17.74%24.31%
HSB/HSV251°30.14%28.63%
CMYK24.66%30.14%0.00%
71.37%

Color #373349 in popluar number systems.

HEX373349
Decimal555173
Binary1101111100111001001
Octal6763111

Shades and tints

Shades of #373349

#373349
(55,51,73)
#322F43
(50,47,67)
#2D2B3D
(45,43,61)
#282737
(40,39,55)
#232331
(35,35,49)
#1E1F2B
(30,31,43)
#191B25
(25,27,37)
#14171F
(20,23,31)
#0F1319
(15,19,25)
#0A0F13
(10,15,19)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #373349

#373349
(55,51,73)
#494559
(73,69,89)
#5B5769
(91,87,105)
#6D6979
(109,105,121)
#7F7B89
(127,123,137)
#918D99
(145,141,153)
#A39FA9
(163,159,169)
#B5B1B9
(181,177,185)
#C7C3C9
(199,195,201)
#D9D5D9
(217,213,217)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373349; }

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

This text font color is #373349.


Background Color

.myBgColor { background-color: #373349; }

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

This div background color is #373349.


Border color

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

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

This div border color is #373349.


Opacity

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

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

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

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

This text has shadow with #373349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373349 on black background.


Color preview on white background

This text has color #373349 on white background.



Black color preview on #373349 background

This text has black color on #373349 background.


White color preview on #373349 background

This text has white color on #373349 background.