COLOR #37323E

HEX: #37323E
RGB: (55,50,62)

Color info

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

RGB color model

#37323E color RGB value is (55,50,62).

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

RGB channels and saturation

R 55 of 255 = 22%
G 50 of 255 = 20%
B 62 of 255 = 24%

55
50
62

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

Portions of RGB colors in percentages

R + G + B =
55 + 50 + 62 = 167 (100%)
R 55 of 167 ~ 32.93%
G 50 of 167 ~ 29.94%
B 62 of 167 ~ 37.13%

%32.93
%29.94
%37.13

CMYK color model

#37323E color CMYK value is (11,19,0,76).

  • cyan value is 11.29%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(11,19,0,76)
C11M19Y0K76 
(11%,19%,0%,76%)
(0.11/0.19/0.00/0.76)	

CMYK percentages

%11.29
%19.35
%0
%75.69

Codes

Color #37323E in popluar color models

37323E
RGB555062
HSL265°10.71%21.96%
HSB/HSV265°19.35%24.31%
CMYK11.29%19.35%0.00%
75.69%

Color #37323E in popluar number systems.

HEX37323E
Decimal555062
Binary110111110010111110
Octal676276

Shades and tints

Shades of #37323E

#37323E
(55,50,62)
#322E39
(50,46,57)
#2D2A34
(45,42,52)
#28262F
(40,38,47)
#23222A
(35,34,42)
#1E1E25
(30,30,37)
#191A20
(25,26,32)
#14161B
(20,22,27)
#0F1216
(15,18,22)
#0A0E11
(10,14,17)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #37323E

#37323E
(55,50,62)
#49444F
(73,68,79)
#5B5660
(91,86,96)
#6D6871
(109,104,113)
#7F7A82
(127,122,130)
#918C93
(145,140,147)
#A39EA4
(163,158,164)
#B5B0B5
(181,176,181)
#C7C2C6
(199,194,198)
#D9D4D7
(217,212,215)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37323E; }

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

This text font color is #37323E.


Background Color

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

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

This div background color is #37323E.


Border color

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

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

This div border color is #37323E.


Opacity

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

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

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

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

This text has shadow with #37323E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37323E on black background.


Color preview on white background

This text has color #37323E on white background.



Black color preview on #37323E background

This text has black color on #37323E background.


White color preview on #37323E background

This text has white color on #37323E background.