COLOR #37323F

HEX: #37323F
RGB: (55,50,63)

Color info

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

RGB color model

#37323F color RGB value is (55,50,63).

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

RGB channels and saturation

R 55 of 255 = 22%
G 50 of 255 = 20%
B 63 of 255 = 25%

55
50
63

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

Portions of RGB colors in percentages

R + G + B =
55 + 50 + 63 = 168 (100%)
R 55 of 168 ~ 32.74%
G 50 of 168 ~ 29.76%
B 63 of 168 ~ 37.5%

%32.74
%29.76
%37.5

CMYK color model

#37323F color CMYK value is (13,21,0,75).

  • cyan value is 12.70%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(13,21,0,75)
C13M21Y0K75 
(13%,21%,0%,75%)
(0.13/0.21/0.00/0.75)	

CMYK percentages

%12.7
%20.63
%0
%75.29

Codes

Color #37323F in popluar color models

37323F
RGB555063
HSL263°11.50%22.16%
HSB/HSV263°20.63%24.71%
CMYK12.70%20.63%0.00%
75.29%

Color #37323F in popluar number systems.

HEX37323F
Decimal555063
Binary110111110010111111
Octal676277

Shades and tints

Shades of #37323F

#37323F
(55,50,63)
#322E3A
(50,46,58)
#2D2A35
(45,42,53)
#282630
(40,38,48)
#23222B
(35,34,43)
#1E1E26
(30,30,38)
#191A21
(25,26,33)
#14161C
(20,22,28)
#0F1217
(15,18,23)
#0A0E12
(10,14,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #37323F

#37323F
(55,50,63)
#494450
(73,68,80)
#5B5661
(91,86,97)
#6D6872
(109,104,114)
#7F7A83
(127,122,131)
#918C94
(145,140,148)
#A39EA5
(163,158,165)
#B5B0B6
(181,176,182)
#C7C2C7
(199,194,199)
#D9D4D8
(217,212,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37323F; }

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

This text font color is #37323F.


Background Color

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

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

This div background color is #37323F.


Border color

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

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

This div border color is #37323F.


Opacity

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

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

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

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

This text has shadow with #37323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37323F on black background.


Color preview on white background

This text has color #37323F on white background.



Black color preview on #37323F background

This text has black color on #37323F background.


White color preview on #37323F background

This text has white color on #37323F background.