COLOR #373073

HEX: #373073
RGB: (55,48,115)

Color info

#373073 contains mainly blue color. Web safe color of #373073 is #333366 (or #336).

RGB color model

#373073 color RGB value is (55,48,115).

  • red value is 55;
  • green value is 48;
  • blue value is 115.
RGB:
(55,48,115)
(22%,19%,45%)

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 115 of 255 = 45%

55
48
115

R + G + B ~ 29%. #373073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 115 = 218 (100%)
R 55 of 218 ~ 25.23%
G 48 of 218 ~ 22.02%
B 115 of 218 ~ 52.75%

%25.23
%22.02
%52.75

CMYK color model

#373073 color CMYK value is (52,58,0,55).

  • cyan value is 52.17%
  • magenta value is 58.26%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(52,58,0,55)
C52M58Y0K55 
(52%,58%,0%,55%)
(0.52/0.58/0.00/0.55)	

CMYK percentages

%52.17
%58.26
%0
%54.9

Codes

Color #373073 in popluar color models

373073
RGB5548115
HSL246°41.10%31.96%
HSB/HSV246°58.26%45.10%
CMYK52.17%58.26%0.00%
54.90%

Color #373073 in popluar number systems.

HEX373073
Decimal5548115
Binary1101111100001110011
Octal6760163

Shades and tints

Shades of #373073

#373073
(55,48,115)
#322C69
(50,44,105)
#2D285F
(45,40,95)
#282455
(40,36,85)
#23204B
(35,32,75)
#1E1C41
(30,28,65)
#191837
(25,24,55)
#14142D
(20,20,45)
#0F1023
(15,16,35)
#0A0C19
(10,12,25)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #373073

#373073
(55,48,115)
#49427F
(73,66,127)
#5B548B
(91,84,139)
#6D6697
(109,102,151)
#7F78A3
(127,120,163)
#918AAF
(145,138,175)
#A39CBB
(163,156,187)
#B5AEC7
(181,174,199)
#C7C0D3
(199,192,211)
#D9D2DF
(217,210,223)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373073 color. Also use rgb(55,48,115) instead hex code.

Text Font Color

.myTextColor { color: #373073; }

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

This text font color is #373073.


Background Color

.myBgColor { background-color: #373073; }

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

This div background color is #373073.


Border color

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

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

This div border color is #373073.


Opacity

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

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

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

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

This text has shadow with #373073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373073 on black background.


Color preview on white background

This text has color #373073 on white background.



Black color preview on #373073 background

This text has black color on #373073 background.


White color preview on #373073 background

This text has white color on #373073 background.