COLOR #37374F

HEX: #37374F
RGB: (55,55,79)

Color info

#37374F contains red, green and blue colors in about the same proportion. Web safe color of #37374F is #333366 (or #336).

RGB color model

#37374F color RGB value is (55,55,79).

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

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 79 of 255 = 31%

55
55
79

R + G + B ~ 25%. #37374F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 55 + 79 = 189 (100%)
R 55 of 189 ~ 29.1%
G 55 of 189 ~ 29.1%
B 79 of 189 ~ 41.8%

%29.1
%29.1
%41.8

CMYK color model

#37374F color CMYK value is (30,30,0,69).

  • cyan value is 30.38%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(30,30,0,69)
C30M30Y0K69 
(30%,30%,0%,69%)
(0.30/0.30/0.00/0.69)	

CMYK percentages

%30.38
%30.38
%0
%69.02

Codes

Color #37374F in popluar color models

37374F
RGB555579
HSL240°17.91%26.27%
HSB/HSV240°30.38%30.98%
CMYK30.38%30.38%0.00%
69.02%

Color #37374F in popluar number systems.

HEX37374F
Decimal555579
Binary1101111101111001111
Octal6767117

Shades and tints

Shades of #37374F

#37374F
(55,55,79)
#323248
(50,50,72)
#2D2D41
(45,45,65)
#28283A
(40,40,58)
#232333
(35,35,51)
#1E1E2C
(30,30,44)
#191925
(25,25,37)
#14141E
(20,20,30)
#0F0F17
(15,15,23)
#0A0A10
(10,10,16)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #37374F

#37374F
(55,55,79)
#49495F
(73,73,95)
#5B5B6F
(91,91,111)
#6D6D7F
(109,109,127)
#7F7F8F
(127,127,143)
#91919F
(145,145,159)
#A3A3AF
(163,163,175)
#B5B5BF
(181,181,191)
#C7C7CF
(199,199,207)
#D9D9DF
(217,217,223)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37374F; }

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

This text font color is #37374F.


Background Color

.myBgColor { background-color: #37374F; }

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

This div background color is #37374F.


Border color

.myBorderColor { border: 1px solid #37374F; }

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

This div border color is #37374F.


Opacity

.myOpacity80 { color: #37374F; opacity: 0.8; }

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

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

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

This text has shadow with #37374F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37374F on black background.


Color preview on white background

This text has color #37374F on white background.



Black color preview on #37374F background

This text has black color on #37374F background.


White color preview on #37374F background

This text has white color on #37374F background.