COLOR #37303D

HEX: #37303D
RGB: (55,48,61)

Color info

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

RGB color model

#37303D color RGB value is (55,48,61).

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

RGB channels and saturation

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

55
48
61

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

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 61 = 164 (100%)
R 55 of 164 ~ 33.54%
G 48 of 164 ~ 29.27%
B 61 of 164 ~ 37.2%

%33.54
%29.27
%37.2

CMYK color model

#37303D color CMYK value is (10,21,0,76).

  • cyan value is 9.84%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(10,21,0,76)
C10M21Y0K76 
(10%,21%,0%,76%)
(0.10/0.21/0.00/0.76)	

CMYK percentages

%9.84
%21.31
%0
%76.08

Codes

Color #37303D in popluar color models

37303D
RGB554861
HSL272°11.93%21.37%
HSB/HSV272°21.31%23.92%
CMYK9.84%21.31%0.00%
76.08%

Color #37303D in popluar number systems.

HEX37303D
Decimal554861
Binary110111110000111101
Octal676075

Shades and tints

Shades of #37303D

#37303D
(55,48,61)
#322C38
(50,44,56)
#2D2833
(45,40,51)
#28242E
(40,36,46)
#232029
(35,32,41)
#1E1C24
(30,28,36)
#19181F
(25,24,31)
#14141A
(20,20,26)
#0F1015
(15,16,21)
#0A0C10
(10,12,16)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #37303D

#37303D
(55,48,61)
#49424E
(73,66,78)
#5B545F
(91,84,95)
#6D6670
(109,102,112)
#7F7881
(127,120,129)
#918A92
(145,138,146)
#A39CA3
(163,156,163)
#B5AEB4
(181,174,180)
#C7C0C5
(199,192,197)
#D9D2D6
(217,210,214)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37303D; }

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

This text font color is #37303D.


Background Color

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

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

This div background color is #37303D.


Border color

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

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

This div border color is #37303D.


Opacity

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

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

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

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

This text has shadow with #37303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37303D on black background.


Color preview on white background

This text has color #37303D on white background.



Black color preview on #37303D background

This text has black color on #37303D background.


White color preview on #37303D background

This text has white color on #37303D background.