COLOR #37313D

HEX: #37313D
RGB: (55,49,61)

Color info

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

RGB color model

#37313D color RGB value is (55,49,61).

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

RGB channels and saturation

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

55
49
61

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

Portions of RGB colors in percentages

R + G + B =
55 + 49 + 61 = 165 (100%)
R 55 of 165 ~ 33.33%
G 49 of 165 ~ 29.7%
B 61 of 165 ~ 36.97%

%33.33
%29.7
%36.97

CMYK color model

#37313D color CMYK value is (10,20,0,76).

  • cyan value is 9.84%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(10,20,0,76)
C10M20Y0K76 
(10%,20%,0%,76%)
(0.10/0.20/0.00/0.76)	

CMYK percentages

%9.84
%19.67
%0
%76.08

Codes

Color #37313D in popluar color models

37313D
RGB554961
HSL270°10.91%21.57%
HSB/HSV270°19.67%23.92%
CMYK9.84%19.67%0.00%
76.08%

Color #37313D in popluar number systems.

HEX37313D
Decimal554961
Binary110111110001111101
Octal676175

Shades and tints

Shades of #37313D

#37313D
(55,49,61)
#322D38
(50,45,56)
#2D2933
(45,41,51)
#28252E
(40,37,46)
#232129
(35,33,41)
#1E1D24
(30,29,36)
#19191F
(25,25,31)
#14151A
(20,21,26)
#0F1115
(15,17,21)
#0A0D10
(10,13,16)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #37313D

#37313D
(55,49,61)
#49434E
(73,67,78)
#5B555F
(91,85,95)
#6D6770
(109,103,112)
#7F7981
(127,121,129)
#918B92
(145,139,146)
#A39DA3
(163,157,163)
#B5AFB4
(181,175,180)
#C7C1C5
(199,193,197)
#D9D3D6
(217,211,214)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37313D; }

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

This text font color is #37313D.


Background Color

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

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

This div background color is #37313D.


Border color

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

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

This div border color is #37313D.


Opacity

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

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

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

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

This text has shadow with #37313D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37313D on black background.


Color preview on white background

This text has color #37313D on white background.



Black color preview on #37313D background

This text has black color on #37313D background.


White color preview on #37313D background

This text has white color on #37313D background.