COLOR #373E65

HEX: #373E65
RGB: (55,62,101)

Color info

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

RGB color model

#373E65 color RGB value is (55,62,101).

  • red value is 55;
  • green value is 62;
  • blue value is 101.
RGB:
(55,62,101)
(22%,24%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 62 of 255 = 24%
B 101 of 255 = 40%

55
62
101

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

Portions of RGB colors in percentages

R + G + B =
55 + 62 + 101 = 218 (100%)
R 55 of 218 ~ 25.23%
G 62 of 218 ~ 28.44%
B 101 of 218 ~ 46.33%

%25.23
%28.44
%46.33

CMYK color model

#373E65 color CMYK value is (46,39,0,60).

  • cyan value is 45.54%
  • magenta value is 38.61%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(46,39,0,60)
C46M39Y0K60 
(46%,39%,0%,60%)
(0.46/0.39/0.00/0.60)	

CMYK percentages

%45.54
%38.61
%0
%60.39

Codes

Color #373E65 in popluar color models

373E65
RGB5562101
HSL231°29.49%30.59%
HSB/HSV231°45.54%39.61%
CMYK45.54%38.61%0.00%
60.39%

Color #373E65 in popluar number systems.

HEX373E65
Decimal5562101
Binary1101111111101100101
Octal6776145

Shades and tints

Shades of #373E65

#373E65
(55,62,101)
#32395C
(50,57,92)
#2D3453
(45,52,83)
#282F4A
(40,47,74)
#232A41
(35,42,65)
#1E2538
(30,37,56)
#19202F
(25,32,47)
#141B26
(20,27,38)
#0F161D
(15,22,29)
#0A1114
(10,17,20)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #373E65

#373E65
(55,62,101)
#494F73
(73,79,115)
#5B6081
(91,96,129)
#6D718F
(109,113,143)
#7F829D
(127,130,157)
#9193AB
(145,147,171)
#A3A4B9
(163,164,185)
#B5B5C7
(181,181,199)
#C7C6D5
(199,198,213)
#D9D7E3
(217,215,227)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373E65 color. Also use rgb(55,62,101) instead hex code.

Text Font Color

.myTextColor { color: #373E65; }

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

This text font color is #373E65.


Background Color

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

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

This div background color is #373E65.


Border color

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

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

This div border color is #373E65.


Opacity

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

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

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

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

This text has shadow with #373E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373E65 on black background.


Color preview on white background

This text has color #373E65 on white background.



Black color preview on #373E65 background

This text has black color on #373E65 background.


White color preview on #373E65 background

This text has white color on #373E65 background.