COLOR #373169

HEX: #373169
RGB: (55,49,105)

Color info

#373169 contains red, green and blue colors in about the same proportion. Web safe color of #373169 is #333366 (or #336).

RGB color model

#373169 color RGB value is (55,49,105).

  • red value is 55;
  • green value is 49;
  • blue value is 105.
RGB:
(55,49,105)
(22%,19%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 105 of 255 = 41%

55
49
105

R + G + B ~ 27%. #373169 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 49 + 105 = 209 (100%)
R 55 of 209 ~ 26.32%
G 49 of 209 ~ 23.44%
B 105 of 209 ~ 50.24%

%26.32
%23.44
%50.24

CMYK color model

#373169 color CMYK value is (48,53,0,59).

  • cyan value is 47.62%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(48,53,0,59)
C48M53Y0K59 
(48%,53%,0%,59%)
(0.48/0.53/0.00/0.59)	

CMYK percentages

%47.62
%53.33
%0
%58.82

Codes

Color #373169 in popluar color models

373169
RGB5549105
HSL246°36.36%30.20%
HSB/HSV246°53.33%41.18%
CMYK47.62%53.33%0.00%
58.82%

Color #373169 in popluar number systems.

HEX373169
Decimal5549105
Binary1101111100011101001
Octal6761151

Shades and tints

Shades of #373169

#373169
(55,49,105)
#322D60
(50,45,96)
#2D2957
(45,41,87)
#28254E
(40,37,78)
#232145
(35,33,69)
#1E1D3C
(30,29,60)
#191933
(25,25,51)
#14152A
(20,21,42)
#0F1121
(15,17,33)
#0A0D18
(10,13,24)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #373169

#373169
(55,49,105)
#494376
(73,67,118)
#5B5583
(91,85,131)
#6D6790
(109,103,144)
#7F799D
(127,121,157)
#918BAA
(145,139,170)
#A39DB7
(163,157,183)
#B5AFC4
(181,175,196)
#C7C1D1
(199,193,209)
#D9D3DE
(217,211,222)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373169 color. Also use rgb(55,49,105) instead hex code.

Text Font Color

.myTextColor { color: #373169; }

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

This text font color is #373169.


Background Color

.myBgColor { background-color: #373169; }

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

This div background color is #373169.


Border color

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

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

This div border color is #373169.


Opacity

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

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

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

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

This text has shadow with #373169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373169 on black background.


Color preview on white background

This text has color #373169 on white background.



Black color preview on #373169 background

This text has black color on #373169 background.


White color preview on #373169 background

This text has white color on #373169 background.