COLOR #373B52

HEX: #373B52 RGB: (55,59,82)

Color info

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

RGB color model

#373B52 color RGB value is (55,59,82).

RGB: (55,59,82) (22%, 23%, 32%)

RGB channels and saturation

R 55 of 255 = 22%
G 59 of 255 = 23%
B 82 of 255 = 32%

55
59
82

R + G + B ~ 26%. #373B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 59 + 82 = 196 (100%)
R 55 of 196 ~ 28.06%
G 59 of 196 ~ 30.1%
B 82 of 196 ~ 41.84'%

%28.06
%30.1
%41.84

CMYK color model

#373B52 color CMYK value is (33,28,0,68).

  • cyan value is 32.93%
  • magenta value is 28.05%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (33,28,0,68)
C33M28Y0K68 (33%, 28%, 0%, 68%)
(0.33 / 0.28 / 0.00 / 0.68)

CMYK percentages

%32.93
%28.05
%0
%67.84

Codes

Color #373B52 in popluar color models

37 3B 52
RGB 55 59 82
HSL 231° 19.71% 26.86%
HSB/HSV 231° 32.93% 32.16%
CMYK 32.93% 28.05% 0.00%
67.84%

Color #373B52 in popluar number systems.

HEX 37 3B 52
Decimal 55 59 82
Binary 110111 111011 1010010
Octal 67 73 122

Shades and tints

Shades of #373B52

#373B52
(55,59,82)
#32364B
(50,54,75)
#2D3144
(45,49,68)
#282C3D
(40,44,61)
#232736
(35,39,54)
#1E222F
(30,34,47)
#191D28
(25,29,40)
#141821
(20,24,33)
#0F131A
(15,19,26)
#0A0E13
(10,14,19)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #373B52

#373B52
(55,59,82)
#494C61
(73,76,97)
#5B5D70
(91,93,112)
#6D6E7F
(109,110,127)
#7F7F8E
(127,127,142)
#91909D
(145,144,157)
#A3A1AC
(163,161,172)
#B5B2BB
(181,178,187)
#C7C3CA
(199,195,202)
#D9D4D9
(217,212,217)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373B52 color. Also use rgb(55,59,82) instead hex code.

Text Font Color

.myTextColor { color: #373B52; }

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

This text font color is #373B52.

Background Color

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

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

This div background color is #373B52.

Border color

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

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

This div border color is #373B52.

Opacity

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

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

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

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

This text has shadow with #373B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373B52.

Preview

Color preview on black background

This text has color #373B52 on black background.


Color preview on white background

This text has color #373B52 on white background.


Black color preview on #373B52 background

This text has black color on #373B52 background.


White color preview on #373B52 background

This text has white color on #373B52 background.


Related colors

Complementary color

Complementary color for #hex is #C8C4AD.


I love getcolorcode.com

Triadic colors

1 #52373B and #3B5237 with #373B52 are triadic colors.

2 #523B37 and #3B3752 with #373B52 are triadic colors.