COLOR #373A45

HEX: #373A45
RGB: (55,58,69)

Color info

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

RGB color model

#373A45 color RGB value is (55,58,69).

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

RGB channels and saturation

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

55
58
69

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

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 69 = 182 (100%)
R 55 of 182 ~ 30.22%
G 58 of 182 ~ 31.87%
B 69 of 182 ~ 37.91%

%30.22
%31.87
%37.91

CMYK color model

#373A45 color CMYK value is (20,16,0,73).

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

CMYK percentages

%20.29
%15.94
%0
%72.94

Codes

Color #373A45 in popluar color models

373A45
RGB555869
HSL227°11.29%24.31%
HSB/HSV227°20.29%27.06%
CMYK20.29%15.94%0.00%
72.94%

Color #373A45 in popluar number systems.

HEX373A45
Decimal555869
Binary1101111110101000101
Octal6772105

Shades and tints

Shades of #373A45

#373A45
(55,58,69)
#32353F
(50,53,63)
#2D3039
(45,48,57)
#282B33
(40,43,51)
#23262D
(35,38,45)
#1E2127
(30,33,39)
#191C21
(25,28,33)
#14171B
(20,23,27)
#0F1215
(15,18,21)
#0A0D0F
(10,13,15)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #373A45

#373A45
(55,58,69)
#494B55
(73,75,85)
#5B5C65
(91,92,101)
#6D6D75
(109,109,117)
#7F7E85
(127,126,133)
#918F95
(145,143,149)
#A3A0A5
(163,160,165)
#B5B1B5
(181,177,181)
#C7C2C5
(199,194,197)
#D9D3D5
(217,211,213)
#EBE4E5
(235,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373A45; }

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

This text font color is #373A45.


Background Color

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

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

This div background color is #373A45.


Border color

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

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

This div border color is #373A45.


Opacity

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

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

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

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

This text has shadow with #373A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373A45 on black background.


Color preview on white background

This text has color #373A45 on white background.



Black color preview on #373A45 background

This text has black color on #373A45 background.


White color preview on #373A45 background

This text has white color on #373A45 background.