COLOR #373139

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

55
49
57

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

Portions of RGB colors in percentages

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

%34.16
%30.43
%35.4

CMYK color model

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

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

CMYK percentages

%3.51
%14.04
%0
%77.65

Codes

Color #373139 in popluar color models

373139
RGB554957
HSL285°7.55%20.78%
HSB/HSV285°14.04%22.35%
CMYK3.51%14.04%0.00%
77.65%

Color #373139 in popluar number systems.

HEX373139
Decimal554957
Binary110111110001111001
Octal676171

Shades and tints

Shades of #373139

#373139
(55,49,57)
#322D34
(50,45,52)
#2D292F
(45,41,47)
#28252A
(40,37,42)
#232125
(35,33,37)
#1E1D20
(30,29,32)
#19191B
(25,25,27)
#141516
(20,21,22)
#0F1111
(15,17,17)
#0A0D0C
(10,13,12)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #373139

#373139
(55,49,57)
#49434B
(73,67,75)
#5B555D
(91,85,93)
#6D676F
(109,103,111)
#7F7981
(127,121,129)
#918B93
(145,139,147)
#A39DA5
(163,157,165)
#B5AFB7
(181,175,183)
#C7C1C9
(199,193,201)
#D9D3DB
(217,211,219)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373139; }

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

This text font color is #373139.


Background Color

.myBgColor { background-color: #373139; }

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

This div background color is #373139.


Border color

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

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

This div border color is #373139.


Opacity

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

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

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

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

This text has shadow with #373139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373139 on black background.


Color preview on white background

This text has color #373139 on white background.



Black color preview on #373139 background

This text has black color on #373139 background.


White color preview on #373139 background

This text has white color on #373139 background.