COLOR #373D55

HEX: #373D55
RGB: (55,61,85)

Color info

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

RGB color model

#373D55 color RGB value is (55,61,85).

  • red value is 55;
  • green value is 61;
  • blue value is 85.
RGB:
(55,61,85)
(22%,24%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 61 of 255 = 24%
B 85 of 255 = 33%

55
61
85

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

Portions of RGB colors in percentages

R + G + B =
55 + 61 + 85 = 201 (100%)
R 55 of 201 ~ 27.36%
G 61 of 201 ~ 30.35%
B 85 of 201 ~ 42.29%

%27.36
%30.35
%42.29

CMYK color model

#373D55 color CMYK value is (35,28,0,67).

  • cyan value is 35.29%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(35,28,0,67)
C35M28Y0K67 
(35%,28%,0%,67%)
(0.35/0.28/0.00/0.67)	

CMYK percentages

%35.29
%28.24
%0
%66.67

Codes

Color #373D55 in popluar color models

373D55
RGB556185
HSL228°21.43%27.45%
HSB/HSV228°35.29%33.33%
CMYK35.29%28.24%0.00%
66.67%

Color #373D55 in popluar number systems.

HEX373D55
Decimal556185
Binary1101111111011010101
Octal6775125

Shades and tints

Shades of #373D55

#373D55
(55,61,85)
#32384E
(50,56,78)
#2D3347
(45,51,71)
#282E40
(40,46,64)
#232939
(35,41,57)
#1E2432
(30,36,50)
#191F2B
(25,31,43)
#141A24
(20,26,36)
#0F151D
(15,21,29)
#0A1016
(10,16,22)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #373D55

#373D55
(55,61,85)
#494E64
(73,78,100)
#5B5F73
(91,95,115)
#6D7082
(109,112,130)
#7F8191
(127,129,145)
#9192A0
(145,146,160)
#A3A3AF
(163,163,175)
#B5B4BE
(181,180,190)
#C7C5CD
(199,197,205)
#D9D6DC
(217,214,220)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373D55 color. Also use rgb(55,61,85) instead hex code.

Text Font Color

.myTextColor { color: #373D55; }

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

This text font color is #373D55.


Background Color

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

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

This div background color is #373D55.


Border color

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

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

This div border color is #373D55.


Opacity

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

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

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

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

This text has shadow with #373D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373D55 on black background.


Color preview on white background

This text has color #373D55 on white background.



Black color preview on #373D55 background

This text has black color on #373D55 background.


White color preview on #373D55 background

This text has white color on #373D55 background.