COLOR #373D64

HEX: #373D64
RGB: (55,61,100)

Color info

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

RGB color model

#373D64 color RGB value is (55,61,100).

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

RGB channels and saturation

R 55 of 255 = 22%
G 61 of 255 = 24%
B 100 of 255 = 39%

55
61
100

R + G + B ~ 28%. #373D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 61 + 100 = 216 (100%)
R 55 of 216 ~ 25.46%
G 61 of 216 ~ 28.24%
B 100 of 216 ~ 46.3%

%25.46
%28.24
%46.3

CMYK color model

#373D64 color CMYK value is (45,39,0,61).

  • cyan value is 45.00%
  • magenta value is 39.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(45,39,0,61)
C45M39Y0K61 
(45%,39%,0%,61%)
(0.45/0.39/0.00/0.61)	

CMYK percentages

%45
%39
%0
%60.78

Codes

Color #373D64 in popluar color models

373D64
RGB5561100
HSL232°29.03%30.39%
HSB/HSV232°45.00%39.22%
CMYK45.00%39.00%0.00%
60.78%

Color #373D64 in popluar number systems.

HEX373D64
Decimal5561100
Binary1101111111011100100
Octal6775144

Shades and tints

Shades of #373D64

#373D64
(55,61,100)
#32385B
(50,56,91)
#2D3352
(45,51,82)
#282E49
(40,46,73)
#232940
(35,41,64)
#1E2437
(30,36,55)
#191F2E
(25,31,46)
#141A25
(20,26,37)
#0F151C
(15,21,28)
#0A1013
(10,16,19)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #373D64

#373D64
(55,61,100)
#494E72
(73,78,114)
#5B5F80
(91,95,128)
#6D708E
(109,112,142)
#7F819C
(127,129,156)
#9192AA
(145,146,170)
#A3A3B8
(163,163,184)
#B5B4C6
(181,180,198)
#C7C5D4
(199,197,212)
#D9D6E2
(217,214,226)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373D64; }

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

This text font color is #373D64.


Background Color

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

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

This div background color is #373D64.


Border color

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

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

This div border color is #373D64.


Opacity

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

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

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

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

This text has shadow with #373D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373D64 on black background.


Color preview on white background

This text has color #373D64 on white background.



Black color preview on #373D64 background

This text has black color on #373D64 background.


White color preview on #373D64 background

This text has white color on #373D64 background.