COLOR #373944

HEX: #373944
RGB: (55,57,68)

Color info

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

RGB color model

#373944 color RGB value is (55,57,68).

  • red value is 55;
  • green value is 57;
  • blue value is 68.
RGB:
(55,57,68)
(22%,22%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 57 of 255 = 22%
B 68 of 255 = 27%

55
57
68

R + G + B ~ 24%. #373944 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 57 + 68 = 180 (100%)
R 55 of 180 ~ 30.56%
G 57 of 180 ~ 31.67%
B 68 of 180 ~ 37.78%

%30.56
%31.67
%37.78

CMYK color model

#373944 color CMYK value is (19,16,0,73).

  • cyan value is 19.12%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(19,16,0,73)
C19M16Y0K73 
(19%,16%,0%,73%)
(0.19/0.16/0.00/0.73)	

CMYK percentages

%19.12
%16.18
%0
%73.33

Codes

Color #373944 in popluar color models

373944
RGB555768
HSL231°10.57%24.12%
HSB/HSV231°19.12%26.67%
CMYK19.12%16.18%0.00%
73.33%

Color #373944 in popluar number systems.

HEX373944
Decimal555768
Binary1101111110011000100
Octal6771104

Shades and tints

Shades of #373944

#373944
(55,57,68)
#32343E
(50,52,62)
#2D2F38
(45,47,56)
#282A32
(40,42,50)
#23252C
(35,37,44)
#1E2026
(30,32,38)
#191B20
(25,27,32)
#14161A
(20,22,26)
#0F1114
(15,17,20)
#0A0C0E
(10,12,14)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #373944

#373944
(55,57,68)
#494B55
(73,75,85)
#5B5D66
(91,93,102)
#6D6F77
(109,111,119)
#7F8188
(127,129,136)
#919399
(145,147,153)
#A3A5AA
(163,165,170)
#B5B7BB
(181,183,187)
#C7C9CC
(199,201,204)
#D9DBDD
(217,219,221)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373944; }

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

This text font color is #373944.


Background Color

.myBgColor { background-color: #373944; }

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

This div background color is #373944.


Border color

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

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

This div border color is #373944.


Opacity

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

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

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

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

This text has shadow with #373944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373944 on black background.


Color preview on white background

This text has color #373944 on white background.



Black color preview on #373944 background

This text has black color on #373944 background.


White color preview on #373944 background

This text has white color on #373944 background.