COLOR #37313C

HEX: #37313C RGB: (55,49,60)

Color info

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

RGB color model

#37313C color RGB value is (55,49,60).

RGB: (55,49,60) (22%, 19%, 24%)

RGB channels and saturation

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

55
49
60

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

Portions of RGB colors in percentages

R + G + B = 55 + 49 + 60 = 164 (100%)
R 55 of 164 ~ 33.54%
G 49 of 164 ~ 29.88%
B 60 of 164 ~ 36.59'%

%33.54
%29.88
%36.59

CMYK color model

#37313C color CMYK value is (8,18,0,76).

  • cyan value is 8.33%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (8,18,0,76)
C8M18Y0K76 (8%, 18%, 0%, 76%)
(0.08 / 0.18 / 0.00 / 0.76)

CMYK percentages

%8.33
%18.33
%0
%76.47

Codes

Color #37313C in popluar color models

37 31 3C
RGB 55 49 60
HSL 273° 10.09% 21.37%
HSB/HSV 273° 18.33% 23.53%
CMYK 8.33% 18.33% 0.00%
76.47%

Color #37313C in popluar number systems.

HEX 37 31 3C
Decimal 55 49 60
Binary 110111 110001 111100
Octal 67 61 74

Shades and tints

Shades of #37313C

#37313C
(55,49,60)
#322D37
(50,45,55)
#2D2932
(45,41,50)
#28252D
(40,37,45)
#232128
(35,33,40)
#1E1D23
(30,29,35)
#19191E
(25,25,30)
#141519
(20,21,25)
#0F1114
(15,17,20)
#0A0D0F
(10,13,15)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #37313C

#37313C
(55,49,60)
#49434D
(73,67,77)
#5B555E
(91,85,94)
#6D676F
(109,103,111)
#7F7980
(127,121,128)
#918B91
(145,139,145)
#A39DA2
(163,157,162)
#B5AFB3
(181,175,179)
#C7C1C4
(199,193,196)
#D9D3D5
(217,211,213)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37313C; }

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

This text font color is #37313C.

Background Color

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

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

This div background color is #37313C.

Border color

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

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

This div border color is #37313C.

Opacity

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

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

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

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

This text has shadow with #37313C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37313C.

Preview

Color preview on black background

This text has color #37313C on black background.


Color preview on white background

This text has color #37313C on white background.


Black color preview on #37313C background

This text has black color on #37313C background.


White color preview on #37313C background

This text has white color on #37313C background.


Related colors

Complementary color

Complementary color for #hex is #C8CEC3.


I love getcolorcode.com

Triadic colors

1 #3C3731 and #313C37 with #37313C are triadic colors.

2 #3C3137 and #31373C with #37313C are triadic colors.