COLOR #37426D

HEX: #37426D
RGB: (55,66,109)

Color info

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

RGB color model

#37426D color RGB value is (55,66,109).

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

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 109 of 255 = 43%

55
66
109

R + G + B ~ 30%. #37426D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 109 = 230 (100%)
R 55 of 230 ~ 23.91%
G 66 of 230 ~ 28.7%
B 109 of 230 ~ 47.39%

%23.91
%28.7
%47.39

CMYK color model

#37426D color CMYK value is (50,39,0,57).

  • cyan value is 49.54%
  • magenta value is 39.45%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(50,39,0,57)
C50M39Y0K57 
(50%,39%,0%,57%)
(0.50/0.39/0.00/0.57)	

CMYK percentages

%49.54
%39.45
%0
%57.25

Codes

Color #37426D in popluar color models

37426D
RGB5566109
HSL228°32.93%32.16%
HSB/HSV228°49.54%42.75%
CMYK49.54%39.45%0.00%
57.25%

Color #37426D in popluar number systems.

HEX37426D
Decimal5566109
Binary11011110000101101101
Octal67102155

Shades and tints

Shades of #37426D

#37426D
(55,66,109)
#323C64
(50,60,100)
#2D365B
(45,54,91)
#283052
(40,48,82)
#232A49
(35,42,73)
#1E2440
(30,36,64)
#191E37
(25,30,55)
#14182E
(20,24,46)
#0F1225
(15,18,37)
#0A0C1C
(10,12,28)
#050613
(5,6,19)
#000000
(0,0,0)

Tints of #37426D

#37426D
(55,66,109)
#49537A
(73,83,122)
#5B6487
(91,100,135)
#6D7594
(109,117,148)
#7F86A1
(127,134,161)
#9197AE
(145,151,174)
#A3A8BB
(163,168,187)
#B5B9C8
(181,185,200)
#C7CAD5
(199,202,213)
#D9DBE2
(217,219,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37426D; }

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

This text font color is #37426D.


Background Color

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

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

This div background color is #37426D.


Border color

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

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

This div border color is #37426D.


Opacity

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

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

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

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

This text has shadow with #37426D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37426D on black background.


Color preview on white background

This text has color #37426D on white background.



Black color preview on #37426D background

This text has black color on #37426D background.


White color preview on #37426D background

This text has white color on #37426D background.