COLOR #373F45

HEX: #373F45
RGB: (55,63,69)

Color info

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

RGB color model

#373F45 color RGB value is (55,63,69).

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

RGB channels and saturation

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

55
63
69

R + G + B ~ 25%. #373F45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 63 + 69 = 187 (100%)
R 55 of 187 ~ 29.41%
G 63 of 187 ~ 33.69%
B 69 of 187 ~ 36.9%

%29.41
%33.69
%36.9

CMYK color model

#373F45 color CMYK value is (20,9,0,73).

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

CMYK percentages

%20.29
%8.7
%0
%72.94

Codes

Color #373F45 in popluar color models

373F45
RGB556369
HSL206°11.29%24.31%
HSB/HSV206°20.29%27.06%
CMYK20.29%8.70%0.00%
72.94%

Color #373F45 in popluar number systems.

HEX373F45
Decimal556369
Binary1101111111111000101
Octal6777105

Shades and tints

Shades of #373F45

#373F45
(55,63,69)
#323A3F
(50,58,63)
#2D3539
(45,53,57)
#283033
(40,48,51)
#232B2D
(35,43,45)
#1E2627
(30,38,39)
#192121
(25,33,33)
#141C1B
(20,28,27)
#0F1715
(15,23,21)
#0A120F
(10,18,15)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #373F45

#373F45
(55,63,69)
#495055
(73,80,85)
#5B6165
(91,97,101)
#6D7275
(109,114,117)
#7F8385
(127,131,133)
#919495
(145,148,149)
#A3A5A5
(163,165,165)
#B5B6B5
(181,182,181)
#C7C7C5
(199,199,197)
#D9D8D5
(217,216,213)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373F45; }

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

This text font color is #373F45.


Background Color

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

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

This div background color is #373F45.


Border color

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

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

This div border color is #373F45.


Opacity

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

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

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

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

This text has shadow with #373F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373F45 on black background.


Color preview on white background

This text has color #373F45 on white background.



Black color preview on #373F45 background

This text has black color on #373F45 background.


White color preview on #373F45 background

This text has white color on #373F45 background.