COLOR #373745

HEX: #373745
RGB: (55,55,69)

Color info

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

RGB color model

#373745 color RGB value is (55,55,69).

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

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 69 of 255 = 27%

55
55
69

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

Portions of RGB colors in percentages

R + G + B =
55 + 55 + 69 = 179 (100%)
R 55 of 179 ~ 30.73%
G 55 of 179 ~ 30.73%
B 69 of 179 ~ 38.55%

%30.73
%30.73
%38.55

CMYK color model

#373745 color CMYK value is (20,20,0,73).

  • cyan value is 20.29%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(20,20,0,73)
C20M20Y0K73 
(20%,20%,0%,73%)
(0.20/0.20/0.00/0.73)	

CMYK percentages

%20.29
%20.29
%0
%72.94

Codes

Color #373745 in popluar color models

373745
RGB555569
HSL240°11.29%24.31%
HSB/HSV240°20.29%27.06%
CMYK20.29%20.29%0.00%
72.94%

Color #373745 in popluar number systems.

HEX373745
Decimal555569
Binary1101111101111000101
Octal6767105

Shades and tints

Shades of #373745

#373745
(55,55,69)
#32323F
(50,50,63)
#2D2D39
(45,45,57)
#282833
(40,40,51)
#23232D
(35,35,45)
#1E1E27
(30,30,39)
#191921
(25,25,33)
#14141B
(20,20,27)
#0F0F15
(15,15,21)
#0A0A0F
(10,10,15)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #373745

#373745
(55,55,69)
#494955
(73,73,85)
#5B5B65
(91,91,101)
#6D6D75
(109,109,117)
#7F7F85
(127,127,133)
#919195
(145,145,149)
#A3A3A5
(163,163,165)
#B5B5B5
(181,181,181)
#C7C7C5
(199,199,197)
#D9D9D5
(217,217,213)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373745; }

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

This text font color is #373745.


Background Color

.myBgColor { background-color: #373745; }

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

This div background color is #373745.


Border color

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

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

This div border color is #373745.


Opacity

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

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

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

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

This text has shadow with #373745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373745 on black background.


Color preview on white background

This text has color #373745 on white background.



Black color preview on #373745 background

This text has black color on #373745 background.


White color preview on #373745 background

This text has white color on #373745 background.