COLOR #373770

HEX: #373770 RGB: (55,55,112)

Color info

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

RGB color model

#373770 color RGB value is (55,55,112).

RGB: (55,55,112) (22%, 22%, 44%)

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 112 of 255 = 44%

55
55
112

R + G + B ~ 29%. #373770 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 55 + 112 = 222 (100%)
R 55 of 222 ~ 24.77%
G 55 of 222 ~ 24.77%
B 112 of 222 ~ 50.45'%

%24.77
%24.77
%50.45

CMYK color model

#373770 color CMYK value is (51,51,0,56).

  • cyan value is 50.89%
  • magenta value is 50.89%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (51,51,0,56) C51M51Y0K56 (51%,51%,0%,56%) (0.51/0.51/0.00/0.56) 

CMYK percentages

%50.89
%50.89
%0
%56.08

Codes

Color #373770 in popluar color models

37 37 70
RGB 55 55 112
HSL 240° 34.13% 32.75%
HSB/HSV 240° 50.89% 43.92%
CMYK 50.89% 50.89% 0.00%
56.08%

Color #373770 in popluar number systems.

HEX 37 37 70
Decimal 55 55 112
Binary 110111 110111 1110000
Octal 67 67 160

Shades and tints

Shades of #373770

#373770
(55,55,112)
#323266
(50,50,102)
#2D2D5C
(45,45,92)
#282852
(40,40,82)
#232348
(35,35,72)
#1E1E3E
(30,30,62)
#191934
(25,25,52)
#14142A
(20,20,42)
#0F0F20
(15,15,32)
#0A0A16
(10,10,22)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #373770

#373770
(55,55,112)
#49497D
(73,73,125)
#5B5B8A
(91,91,138)
#6D6D97
(109,109,151)
#7F7FA4
(127,127,164)
#9191B1
(145,145,177)
#A3A3BE
(163,163,190)
#B5B5CB
(181,181,203)
#C7C7D8
(199,199,216)
#D9D9E5
(217,217,229)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373770 color. Also use rgb(55,55,112) instead hex code.

Text Font Color

.myTextColor { color: #373770; }

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

This text font color is #373770.

Background Color

.myBgColor { background-color: #373770; }

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

This div background color is #373770.

Border color

.myBorderColor { border: 1px solid #373770; }

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

This div border color is #373770.

Opacity

.myOpacity80 { color: #373770; opacity: 0.8; }

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

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

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

This text has shadow with #373770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373770.

Preview

Color preview on black background

This text has color #373770 on black background.


Color preview on white background

This text has color #373770 on white background.


Black color preview on #373770 background

This text has black color on #373770 background.


White color preview on #373770 background

This text has white color on #373770 background.


Related colors

Complementary color

Complementary color for #hex is #C8C88F.


I love getcolorcode.com