COLOR #37313E

HEX: #37313E
RGB: (55,49,62)

Color info

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

RGB color model

#37313E color RGB value is (55,49,62).

  • red value is 55;
  • green value is 49;
  • blue value is 62.
RGB:
(55,49,62)
(22%,19%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 62 of 255 = 24%

55
49
62

R + G + B ~ 22%. #37313E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 49 + 62 = 166 (100%)
R 55 of 166 ~ 33.13%
G 49 of 166 ~ 29.52%
B 62 of 166 ~ 37.35%

%33.13
%29.52
%37.35

CMYK color model

#37313E color CMYK value is (11,21,0,76).

  • cyan value is 11.29%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(11,21,0,76)
C11M21Y0K76 
(11%,21%,0%,76%)
(0.11/0.21/0.00/0.76)	

CMYK percentages

%11.29
%20.97
%0
%75.69

Codes

Color #37313E in popluar color models

37313E
RGB554962
HSL268°11.71%21.76%
HSB/HSV268°20.97%24.31%
CMYK11.29%20.97%0.00%
75.69%

Color #37313E in popluar number systems.

HEX37313E
Decimal554962
Binary110111110001111110
Octal676176

Shades and tints

Shades of #37313E

#37313E
(55,49,62)
#322D39
(50,45,57)
#2D2934
(45,41,52)
#28252F
(40,37,47)
#23212A
(35,33,42)
#1E1D25
(30,29,37)
#191920
(25,25,32)
#14151B
(20,21,27)
#0F1116
(15,17,22)
#0A0D11
(10,13,17)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #37313E

#37313E
(55,49,62)
#49434F
(73,67,79)
#5B5560
(91,85,96)
#6D6771
(109,103,113)
#7F7982
(127,121,130)
#918B93
(145,139,147)
#A39DA4
(163,157,164)
#B5AFB5
(181,175,181)
#C7C1C6
(199,193,198)
#D9D3D7
(217,211,215)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37313E color. Also use rgb(55,49,62) instead hex code.

Text Font Color

.myTextColor { color: #37313E; }

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

This text font color is #37313E.


Background Color

.myBgColor { background-color: #37313E; }

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

This div background color is #37313E.


Border color

.myBorderColor { border: 1px solid #37313E; }

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

This div border color is #37313E.


Opacity

.myOpacity80 { color: #37313E; opacity: 0.8; }

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

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

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

This text has shadow with #37313E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37313E on black background.


Color preview on white background

This text has color #37313E on white background.



Black color preview on #37313E background

This text has black color on #37313E background.


White color preview on #37313E background

This text has white color on #37313E background.