COLOR #373931

HEX: #373931
RGB: (55,57,49)

Color info

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

RGB color model

#373931 color RGB value is (55,57,49).

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

RGB channels and saturation

R 55 of 255 = 22%
G 57 of 255 = 22%
B 49 of 255 = 19%

55
57
49

R + G + B ~ 21%. #373931 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 57 + 49 = 161 (100%)
R 55 of 161 ~ 34.16%
G 57 of 161 ~ 35.4%
B 49 of 161 ~ 30.43%

%34.16
%35.4
%30.43

CMYK color model

#373931 color CMYK value is (4,0,14,78).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 77.65%
CMYK:
(4,0,14,78)
C4M0Y14K78 
(4%,0%,14%,78%)
(0.04/0.00/0.14/0.78)	

CMYK percentages

%3.51
%0
%14.04
%77.65

Codes

Color #373931 in popluar color models

373931
RGB555749
HSL75°7.55%20.78%
HSB/HSV75°14.04%22.35%
CMYK3.51%0.00%14.04%
77.65%

Color #373931 in popluar number systems.

HEX373931
Decimal555749
Binary110111111001110001
Octal677161

Shades and tints

Shades of #373931

#373931
(55,57,49)
#32342D
(50,52,45)
#2D2F29
(45,47,41)
#282A25
(40,42,37)
#232521
(35,37,33)
#1E201D
(30,32,29)
#191B19
(25,27,25)
#141615
(20,22,21)
#0F1111
(15,17,17)
#0A0C0D
(10,12,13)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #373931

#373931
(55,57,49)
#494B43
(73,75,67)
#5B5D55
(91,93,85)
#6D6F67
(109,111,103)
#7F8179
(127,129,121)
#91938B
(145,147,139)
#A3A59D
(163,165,157)
#B5B7AF
(181,183,175)
#C7C9C1
(199,201,193)
#D9DBD3
(217,219,211)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373931; }

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

This text font color is #373931.


Background Color

.myBgColor { background-color: #373931; }

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

This div background color is #373931.


Border color

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

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

This div border color is #373931.


Opacity

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

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

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

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

This text has shadow with #373931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373931 on black background.


Color preview on white background

This text has color #373931 on white background.



Black color preview on #373931 background

This text has black color on #373931 background.


White color preview on #373931 background

This text has white color on #373931 background.