COLOR #37496D

HEX: #37496D
RGB: (55,73,109)

Color info

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

RGB color model

#37496D color RGB value is (55,73,109).

  • red value is 55;
  • green value is 73;
  • blue value is 109.
RGB:
(55,73,109)
(22%,29%,43%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 109 of 255 = 43%

55
73
109

R + G + B ~ 31%. #37496D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 109 = 237 (100%)
R 55 of 237 ~ 23.21%
G 73 of 237 ~ 30.8%
B 109 of 237 ~ 45.99%

%23.21
%30.8
%45.99

CMYK color model

#37496D color CMYK value is (50,33,0,57).

  • cyan value is 49.54%
  • magenta value is 33.03%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(50,33,0,57)
C50M33Y0K57 
(50%,33%,0%,57%)
(0.50/0.33/0.00/0.57)	

CMYK percentages

%49.54
%33.03
%0
%57.25

Codes

Color #37496D in popluar color models

37496D
RGB5573109
HSL220°32.93%32.16%
HSB/HSV220°49.54%42.75%
CMYK49.54%33.03%0.00%
57.25%

Color #37496D in popluar number systems.

HEX37496D
Decimal5573109
Binary11011110010011101101
Octal67111155

Shades and tints

Shades of #37496D

#37496D
(55,73,109)
#324364
(50,67,100)
#2D3D5B
(45,61,91)
#283752
(40,55,82)
#233149
(35,49,73)
#1E2B40
(30,43,64)
#192537
(25,37,55)
#141F2E
(20,31,46)
#0F1925
(15,25,37)
#0A131C
(10,19,28)
#050D13
(5,13,19)
#000000
(0,0,0)

Tints of #37496D

#37496D
(55,73,109)
#49597A
(73,89,122)
#5B6987
(91,105,135)
#6D7994
(109,121,148)
#7F89A1
(127,137,161)
#9199AE
(145,153,174)
#A3A9BB
(163,169,187)
#B5B9C8
(181,185,200)
#C7C9D5
(199,201,213)
#D9D9E2
(217,217,226)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37496D color. Also use rgb(55,73,109) instead hex code.

Text Font Color

.myTextColor { color: #37496D; }

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

This text font color is #37496D.


Background Color

.myBgColor { background-color: #37496D; }

<div style="background-color:#37496D">Inner text</div>

This div background color is #37496D.


Border color

.myBorderColor { border: 1px solid #37496D; }

<div style="border:3px solid #37496D">Div</div>

This div border color is #37496D.


Opacity

.myOpacity80 { color: #37496D; opacity: 0.8; }

<p style="color:#37496D;opacity:0.8;">80%</p>

Text with #37496D 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 #37496D;}

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

This text has shadow with #37496D color.

.textShadow {text-shadow: 3px 3px 1px #37496D, 3px 3px 1px red;}

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

This text has shadow with #37496D primary color and red secondary color.


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

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

This text has shadow with #37496D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37496D on black background.


Color preview on white background

This text has color #37496D on white background.



Black color preview on #37496D background

This text has black color on #37496D background.


White color preview on #37496D background

This text has white color on #37496D background.