COLOR #373E4E

HEX: #373E4E
RGB: (55,62,78)

Color info

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

RGB color model

#373E4E color RGB value is (55,62,78).

  • red value is 55;
  • green value is 62;
  • blue value is 78.
RGB:
(55,62,78)
(22%,24%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 62 of 255 = 24%
B 78 of 255 = 31%

55
62
78

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

Portions of RGB colors in percentages

R + G + B =
55 + 62 + 78 = 195 (100%)
R 55 of 195 ~ 28.21%
G 62 of 195 ~ 31.79%
B 78 of 195 ~ 40%

%28.21
%31.79
%40

CMYK color model

#373E4E color CMYK value is (29,21,0,69).

  • cyan value is 29.49%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(29,21,0,69)
C29M21Y0K69 
(29%,21%,0%,69%)
(0.29/0.21/0.00/0.69)	

CMYK percentages

%29.49
%20.51
%0
%69.41

Codes

Color #373E4E in popluar color models

373E4E
RGB556278
HSL222°17.29%26.08%
HSB/HSV222°29.49%30.59%
CMYK29.49%20.51%0.00%
69.41%

Color #373E4E in popluar number systems.

HEX373E4E
Decimal556278
Binary1101111111101001110
Octal6776116

Shades and tints

Shades of #373E4E

#373E4E
(55,62,78)
#323947
(50,57,71)
#2D3440
(45,52,64)
#282F39
(40,47,57)
#232A32
(35,42,50)
#1E252B
(30,37,43)
#192024
(25,32,36)
#141B1D
(20,27,29)
#0F1616
(15,22,22)
#0A110F
(10,17,15)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #373E4E

#373E4E
(55,62,78)
#494F5E
(73,79,94)
#5B606E
(91,96,110)
#6D717E
(109,113,126)
#7F828E
(127,130,142)
#91939E
(145,147,158)
#A3A4AE
(163,164,174)
#B5B5BE
(181,181,190)
#C7C6CE
(199,198,206)
#D9D7DE
(217,215,222)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373E4E color. Also use rgb(55,62,78) instead hex code.

Text Font Color

.myTextColor { color: #373E4E; }

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

This text font color is #373E4E.


Background Color

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

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

This div background color is #373E4E.


Border color

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

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

This div border color is #373E4E.


Opacity

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

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

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

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

This text has shadow with #373E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373E4E on black background.


Color preview on white background

This text has color #373E4E on white background.



Black color preview on #373E4E background

This text has black color on #373E4E background.


White color preview on #373E4E background

This text has white color on #373E4E background.