COLOR #37546B

HEX: #37546B
RGB: (55,84,107)

Color info

#37546B contains red, green and blue colors in about the same proportion. Web safe color of #37546B is #336666 (or #366).

RGB color model

#37546B color RGB value is (55,84,107).

  • red value is 55;
  • green value is 84;
  • blue value is 107.
RGB:
(55,84,107)
(22%,33%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 107 of 255 = 42%

55
84
107

R + G + B ~ 32%. #37546B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 107 = 246 (100%)
R 55 of 246 ~ 22.36%
G 84 of 246 ~ 34.15%
B 107 of 246 ~ 43.5%

%22.36
%34.15
%43.5

CMYK color model

#37546B color CMYK value is (49,21,0,58).

  • cyan value is 48.60%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(49,21,0,58)
C49M21Y0K58 
(49%,21%,0%,58%)
(0.49/0.21/0.00/0.58)	

CMYK percentages

%48.6
%21.5
%0
%58.04

Codes

Color #37546B in popluar color models

37546B
RGB5584107
HSL207°32.10%31.76%
HSB/HSV207°48.60%41.96%
CMYK48.60%21.50%0.00%
58.04%

Color #37546B in popluar number systems.

HEX37546B
Decimal5584107
Binary11011110101001101011
Octal67124153

Shades and tints

Shades of #37546B

#37546B
(55,84,107)
#324D62
(50,77,98)
#2D4659
(45,70,89)
#283F50
(40,63,80)
#233847
(35,56,71)
#1E313E
(30,49,62)
#192A35
(25,42,53)
#14232C
(20,35,44)
#0F1C23
(15,28,35)
#0A151A
(10,21,26)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #37546B

#37546B
(55,84,107)
#496378
(73,99,120)
#5B7285
(91,114,133)
#6D8192
(109,129,146)
#7F909F
(127,144,159)
#919FAC
(145,159,172)
#A3AEB9
(163,174,185)
#B5BDC6
(181,189,198)
#C7CCD3
(199,204,211)
#D9DBE0
(217,219,224)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37546B color. Also use rgb(55,84,107) instead hex code.

Text Font Color

.myTextColor { color: #37546B; }

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

This text font color is #37546B.


Background Color

.myBgColor { background-color: #37546B; }

<div style="background-color:#37546B">Inner text</div>

This div background color is #37546B.


Border color

.myBorderColor { border: 1px solid #37546B; }

<div style="border:3px solid #37546B">Div</div>

This div border color is #37546B.


Opacity

.myOpacity80 { color: #37546B; opacity: 0.8; }

<p style="color:#37546B;opacity:0.8;">80%</p>

Text with #37546B 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 #37546B;}

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

This text has shadow with #37546B color.

.textShadow {text-shadow: 3px 3px 1px #37546B, 3px 3px 1px red;}

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

This text has shadow with #37546B primary color and red secondary color.


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

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

This text has shadow with #37546B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37546B on black background.


Color preview on white background

This text has color #37546B on white background.



Black color preview on #37546B background

This text has black color on #37546B background.


White color preview on #37546B background

This text has white color on #37546B background.