COLOR #373C4B

HEX: #373C4B
RGB: (55,60,75)

Color info

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

RGB color model

#373C4B color RGB value is (55,60,75).

  • red value is 55;
  • green value is 60;
  • blue value is 75.
RGB:
(55,60,75)
(22%,24%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 60 of 255 = 24%
B 75 of 255 = 29%

55
60
75

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

Portions of RGB colors in percentages

R + G + B =
55 + 60 + 75 = 190 (100%)
R 55 of 190 ~ 28.95%
G 60 of 190 ~ 31.58%
B 75 of 190 ~ 39.47%

%28.95
%31.58
%39.47

CMYK color model

#373C4B color CMYK value is (27,20,0,71).

  • cyan value is 26.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(27,20,0,71)
C27M20Y0K71 
(27%,20%,0%,71%)
(0.27/0.20/0.00/0.71)	

CMYK percentages

%26.67
%20
%0
%70.59

Codes

Color #373C4B in popluar color models

373C4B
RGB556075
HSL225°15.38%25.49%
HSB/HSV225°26.67%29.41%
CMYK26.67%20.00%0.00%
70.59%

Color #373C4B in popluar number systems.

HEX373C4B
Decimal556075
Binary1101111111001001011
Octal6774113

Shades and tints

Shades of #373C4B

#373C4B
(55,60,75)
#323745
(50,55,69)
#2D323F
(45,50,63)
#282D39
(40,45,57)
#232833
(35,40,51)
#1E232D
(30,35,45)
#191E27
(25,30,39)
#141921
(20,25,33)
#0F141B
(15,20,27)
#0A0F15
(10,15,21)
#050A0F
(5,10,15)
#000000
(0,0,0)

Tints of #373C4B

#373C4B
(55,60,75)
#494D5B
(73,77,91)
#5B5E6B
(91,94,107)
#6D6F7B
(109,111,123)
#7F808B
(127,128,139)
#91919B
(145,145,155)
#A3A2AB
(163,162,171)
#B5B3BB
(181,179,187)
#C7C4CB
(199,196,203)
#D9D5DB
(217,213,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373C4B color. Also use rgb(55,60,75) instead hex code.

Text Font Color

.myTextColor { color: #373C4B; }

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

This text font color is #373C4B.


Background Color

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

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

This div background color is #373C4B.


Border color

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

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

This div border color is #373C4B.


Opacity

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

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

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

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

This text has shadow with #373C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373C4B on black background.


Color preview on white background

This text has color #373C4B on white background.



Black color preview on #373C4B background

This text has black color on #373C4B background.


White color preview on #373C4B background

This text has white color on #373C4B background.