COLOR #37364E

HEX: #37364E
RGB: (55,54,78)

Color info

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

RGB color model

#37364E color RGB value is (55,54,78).

  • red value is 55;
  • green value is 54;
  • blue value is 78.
RGB:
(55,54,78)
(22%,21%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 54 of 255 = 21%
B 78 of 255 = 31%

55
54
78

R + G + B ~ 25%. #37364E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 54 + 78 = 187 (100%)
R 55 of 187 ~ 29.41%
G 54 of 187 ~ 28.88%
B 78 of 187 ~ 41.71%

%29.41
%28.88
%41.71

CMYK color model

#37364E color CMYK value is (29,31,0,69).

  • cyan value is 29.49%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(29,31,0,69)
C29M31Y0K69 
(29%,31%,0%,69%)
(0.29/0.31/0.00/0.69)	

CMYK percentages

%29.49
%30.77
%0
%69.41

Codes

Color #37364E in popluar color models

37364E
RGB555478
HSL243°18.18%25.88%
HSB/HSV243°30.77%30.59%
CMYK29.49%30.77%0.00%
69.41%

Color #37364E in popluar number systems.

HEX37364E
Decimal555478
Binary1101111101101001110
Octal6766116

Shades and tints

Shades of #37364E

#37364E
(55,54,78)
#323247
(50,50,71)
#2D2E40
(45,46,64)
#282A39
(40,42,57)
#232632
(35,38,50)
#1E222B
(30,34,43)
#191E24
(25,30,36)
#141A1D
(20,26,29)
#0F1616
(15,22,22)
#0A120F
(10,18,15)
#050E08
(5,14,8)
#000000
(0,0,0)

Tints of #37364E

#37364E
(55,54,78)
#49485E
(73,72,94)
#5B5A6E
(91,90,110)
#6D6C7E
(109,108,126)
#7F7E8E
(127,126,142)
#91909E
(145,144,158)
#A3A2AE
(163,162,174)
#B5B4BE
(181,180,190)
#C7C6CE
(199,198,206)
#D9D8DE
(217,216,222)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37364E color. Also use rgb(55,54,78) instead hex code.

Text Font Color

.myTextColor { color: #37364E; }

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

This text font color is #37364E.


Background Color

.myBgColor { background-color: #37364E; }

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

This div background color is #37364E.


Border color

.myBorderColor { border: 1px solid #37364E; }

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

This div border color is #37364E.


Opacity

.myOpacity80 { color: #37364E; opacity: 0.8; }

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

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

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

This text has shadow with #37364E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37364E on black background.


Color preview on white background

This text has color #37364E on white background.



Black color preview on #37364E background

This text has black color on #37364E background.


White color preview on #37364E background

This text has white color on #37364E background.