COLOR #373A41

HEX: #373A41
RGB: (55,58,65)

Color info

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

RGB color model

#373A41 color RGB value is (55,58,65).

  • red value is 55;
  • green value is 58;
  • blue value is 65.
RGB:
(55,58,65)
(22%,23%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 65 of 255 = 25%

55
58
65

R + G + B ~ 23%. #373A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 65 = 178 (100%)
R 55 of 178 ~ 30.9%
G 58 of 178 ~ 32.58%
B 65 of 178 ~ 36.52%

%30.9
%32.58
%36.52

CMYK color model

#373A41 color CMYK value is (15,11,0,75).

  • cyan value is 15.38%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(15,11,0,75)
C15M11Y0K75 
(15%,11%,0%,75%)
(0.15/0.11/0.00/0.75)	

CMYK percentages

%15.38
%10.77
%0
%74.51

Codes

Color #373A41 in popluar color models

373A41
RGB555865
HSL222°8.33%23.53%
HSB/HSV222°15.38%25.49%
CMYK15.38%10.77%0.00%
74.51%

Color #373A41 in popluar number systems.

HEX373A41
Decimal555865
Binary1101111110101000001
Octal6772101

Shades and tints

Shades of #373A41

#373A41
(55,58,65)
#32353C
(50,53,60)
#2D3037
(45,48,55)
#282B32
(40,43,50)
#23262D
(35,38,45)
#1E2128
(30,33,40)
#191C23
(25,28,35)
#14171E
(20,23,30)
#0F1219
(15,18,25)
#0A0D14
(10,13,20)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #373A41

#373A41
(55,58,65)
#494B52
(73,75,82)
#5B5C63
(91,92,99)
#6D6D74
(109,109,116)
#7F7E85
(127,126,133)
#918F96
(145,143,150)
#A3A0A7
(163,160,167)
#B5B1B8
(181,177,184)
#C7C2C9
(199,194,201)
#D9D3DA
(217,211,218)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373A41 color. Also use rgb(55,58,65) instead hex code.

Text Font Color

.myTextColor { color: #373A41; }

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

This text font color is #373A41.


Background Color

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

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

This div background color is #373A41.


Border color

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

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

This div border color is #373A41.


Opacity

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

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

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

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

This text has shadow with #373A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373A41 on black background.


Color preview on white background

This text has color #373A41 on white background.



Black color preview on #373A41 background

This text has black color on #373A41 background.


White color preview on #373A41 background

This text has white color on #373A41 background.