COLOR #373D62

HEX: #373D62 RGB: (55,61,98)

Color info

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

RGB color model

#373D62 color RGB value is (55,61,98).

RGB: (55,61,98) (22%, 24%, 38%)

RGB channels and saturation

R 55 of 255 = 22%
G 61 of 255 = 24%
B 98 of 255 = 38%

55
61
98

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

Portions of RGB colors in percentages

R + G + B = 55 + 61 + 98 = 214 (100%)
R 55 of 214 ~ 25.7%
G 61 of 214 ~ 28.5%
B 98 of 214 ~ 45.79'%

%25.7
%28.5
%45.79

CMYK color model

#373D62 color CMYK value is (44,38,0,62).

  • cyan value is 43.88%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (44,38,0,62)
C44M38Y0K62 (44%, 38%, 0%, 62%)
(0.44 / 0.38 / 0.00 / 0.62)

CMYK percentages

%43.88
%37.76
%0
%61.57

Codes

Color #373D62 in popluar color models

37 3D 62
RGB 55 61 98
HSL 232° 28.10% 30.00%
HSB/HSV 232° 43.88% 38.43%
CMYK 43.88% 37.76% 0.00%
61.57%

Color #373D62 in popluar number systems.

HEX 37 3D 62
Decimal 55 61 98
Binary 110111 111101 1100010
Octal 67 75 142

Shades and tints

Shades of #373D62

#373D62
(55,61,98)
#32385A
(50,56,90)
#2D3352
(45,51,82)
#282E4A
(40,46,74)
#232942
(35,41,66)
#1E243A
(30,36,58)
#191F32
(25,31,50)
#141A2A
(20,26,42)
#0F1522
(15,21,34)
#0A101A
(10,16,26)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #373D62

#373D62
(55,61,98)
#494E70
(73,78,112)
#5B5F7E
(91,95,126)
#6D708C
(109,112,140)
#7F819A
(127,129,154)
#9192A8
(145,146,168)
#A3A3B6
(163,163,182)
#B5B4C4
(181,180,196)
#C7C5D2
(199,197,210)
#D9D6E0
(217,214,224)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373D62; }

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

This text font color is #373D62.

Background Color

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

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

This div background color is #373D62.

Border color

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

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

This div border color is #373D62.

Opacity

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

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

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

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

This text has shadow with #373D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373D62.

Preview

Color preview on black background

This text has color #373D62 on black background.


Color preview on white background

This text has color #373D62 on white background.


Black color preview on #373D62 background

This text has black color on #373D62 background.


White color preview on #373D62 background

This text has white color on #373D62 background.


Related colors

Complementary color

Complementary color for #hex is #C8C29D.


I love getcolorcode.com

Triadic colors

1 #62373D and #3D6237 with #373D62 are triadic colors.

2 #623D37 and #3D3762 with #373D62 are triadic colors.