COLOR #373983

HEX: #373983
RGB: (55,57,131)

Color info

#373983 contains mainly blue color. Web safe color of #373983 is #333399 (or #339).

RGB color model

#373983 color RGB value is (55,57,131).

  • red value is 55;
  • green value is 57;
  • blue value is 131.
RGB:
(55,57,131)
(22%,22%,51%)

RGB channels and saturation

R 55 of 255 = 22%
G 57 of 255 = 22%
B 131 of 255 = 51%

55
57
131

R + G + B ~ 32%. #373983 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 57 + 131 = 243 (100%)
R 55 of 243 ~ 22.63%
G 57 of 243 ~ 23.46%
B 131 of 243 ~ 53.91%

%22.63
%23.46
%53.91

CMYK color model

#373983 color CMYK value is (58,56,0,49).

  • cyan value is 58.02%
  • magenta value is 56.49%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(58,56,0,49)
C58M56Y0K49 
(58%,56%,0%,49%)
(0.58/0.56/0.00/0.49)	

CMYK percentages

%58.02
%56.49
%0
%48.63

Codes

Color #373983 in popluar color models

373983
RGB5557131
HSL238°40.86%36.47%
HSB/HSV238°58.02%51.37%
CMYK58.02%56.49%0.00%
48.63%

Color #373983 in popluar number systems.

HEX373983
Decimal5557131
Binary11011111100110000011
Octal6771203

Shades and tints

Shades of #373983

#373983
(55,57,131)
#323478
(50,52,120)
#2D2F6D
(45,47,109)
#282A62
(40,42,98)
#232557
(35,37,87)
#1E204C
(30,32,76)
#191B41
(25,27,65)
#141636
(20,22,54)
#0F112B
(15,17,43)
#0A0C20
(10,12,32)
#050715
(5,7,21)
#000000
(0,0,0)

Tints of #373983

#373983
(55,57,131)
#494B8E
(73,75,142)
#5B5D99
(91,93,153)
#6D6FA4
(109,111,164)
#7F81AF
(127,129,175)
#9193BA
(145,147,186)
#A3A5C5
(163,165,197)
#B5B7D0
(181,183,208)
#C7C9DB
(199,201,219)
#D9DBE6
(217,219,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373983 color. Also use rgb(55,57,131) instead hex code.

Text Font Color

.myTextColor { color: #373983; }

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

This text font color is #373983.


Background Color

.myBgColor { background-color: #373983; }

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

This div background color is #373983.


Border color

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

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

This div border color is #373983.


Opacity

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

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

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

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

This text has shadow with #373983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373983 on black background.


Color preview on white background

This text has color #373983 on white background.



Black color preview on #373983 background

This text has black color on #373983 background.


White color preview on #373983 background

This text has white color on #373983 background.