COLOR #373A53

HEX: #373A53
RGB: (55,58,83)

Color info

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

RGB color model

#373A53 color RGB value is (55,58,83).

  • red value is 55;
  • green value is 58;
  • blue value is 83.
RGB:
(55,58,83)
(22%,23%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 83 of 255 = 33%

55
58
83

R + G + B ~ 26%. #373A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 83 = 196 (100%)
R 55 of 196 ~ 28.06%
G 58 of 196 ~ 29.59%
B 83 of 196 ~ 42.35%

%28.06
%29.59
%42.35

CMYK color model

#373A53 color CMYK value is (34,30,0,67).

  • cyan value is 33.73%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(34,30,0,67)
C34M30Y0K67 
(34%,30%,0%,67%)
(0.34/0.30/0.00/0.67)	

CMYK percentages

%33.73
%30.12
%0
%67.45

Codes

Color #373A53 in popluar color models

373A53
RGB555883
HSL234°20.29%27.06%
HSB/HSV234°33.73%32.55%
CMYK33.73%30.12%0.00%
67.45%

Color #373A53 in popluar number systems.

HEX373A53
Decimal555883
Binary1101111110101010011
Octal6772123

Shades and tints

Shades of #373A53

#373A53
(55,58,83)
#32354C
(50,53,76)
#2D3045
(45,48,69)
#282B3E
(40,43,62)
#232637
(35,38,55)
#1E2130
(30,33,48)
#191C29
(25,28,41)
#141722
(20,23,34)
#0F121B
(15,18,27)
#0A0D14
(10,13,20)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #373A53

#373A53
(55,58,83)
#494B62
(73,75,98)
#5B5C71
(91,92,113)
#6D6D80
(109,109,128)
#7F7E8F
(127,126,143)
#918F9E
(145,143,158)
#A3A0AD
(163,160,173)
#B5B1BC
(181,177,188)
#C7C2CB
(199,194,203)
#D9D3DA
(217,211,218)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373A53 color. Also use rgb(55,58,83) instead hex code.

Text Font Color

.myTextColor { color: #373A53; }

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

This text font color is #373A53.


Background Color

.myBgColor { background-color: #373A53; }

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

This div background color is #373A53.


Border color

.myBorderColor { border: 1px solid #373A53; }

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

This div border color is #373A53.


Opacity

.myOpacity80 { color: #373A53; opacity: 0.8; }

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

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

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

This text has shadow with #373A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373A53 on black background.


Color preview on white background

This text has color #373A53 on white background.



Black color preview on #373A53 background

This text has black color on #373A53 background.


White color preview on #373A53 background

This text has white color on #373A53 background.