COLOR #373E4D

HEX: #373E4D
RGB: (55,62,77)

Color info

#373E4D contains red, green and blue colors in about the same proportion. Web safe color of #373E4D is #333333 (or #333).

RGB color model

#373E4D color RGB value is (55,62,77).

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

RGB channels and saturation

R 55 of 255 = 22%
G 62 of 255 = 24%
B 77 of 255 = 30%

55
62
77

R + G + B ~ 25%. #373E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 62 + 77 = 194 (100%)
R 55 of 194 ~ 28.35%
G 62 of 194 ~ 31.96%
B 77 of 194 ~ 39.69%

%28.35
%31.96
%39.69

CMYK color model

#373E4D color CMYK value is (29,19,0,70).

  • cyan value is 28.57%
  • magenta value is 19.48%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(29,19,0,70)
C29M19Y0K70 
(29%,19%,0%,70%)
(0.29/0.19/0.00/0.70)	

CMYK percentages

%28.57
%19.48
%0
%69.8

Codes

Color #373E4D in popluar color models

373E4D
RGB556277
HSL221°16.67%25.88%
HSB/HSV221°28.57%30.20%
CMYK28.57%19.48%0.00%
69.80%

Color #373E4D in popluar number systems.

HEX373E4D
Decimal556277
Binary1101111111101001101
Octal6776115

Shades and tints

Shades of #373E4D

#373E4D
(55,62,77)
#323946
(50,57,70)
#2D343F
(45,52,63)
#282F38
(40,47,56)
#232A31
(35,42,49)
#1E252A
(30,37,42)
#192023
(25,32,35)
#141B1C
(20,27,28)
#0F1615
(15,22,21)
#0A110E
(10,17,14)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #373E4D

#373E4D
(55,62,77)
#494F5D
(73,79,93)
#5B606D
(91,96,109)
#6D717D
(109,113,125)
#7F828D
(127,130,141)
#91939D
(145,147,157)
#A3A4AD
(163,164,173)
#B5B5BD
(181,181,189)
#C7C6CD
(199,198,205)
#D9D7DD
(217,215,221)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373E4D; }

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

This text font color is #373E4D.


Background Color

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

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

This div background color is #373E4D.


Border color

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

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

This div border color is #373E4D.


Opacity

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

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

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

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

This text has shadow with #373E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373E4D on black background.


Color preview on white background

This text has color #373E4D on white background.



Black color preview on #373E4D background

This text has black color on #373E4D background.


White color preview on #373E4D background

This text has white color on #373E4D background.