COLOR #37303F

HEX: #37303F
RGB: (55,48,63)

Color info

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

RGB color model

#37303F color RGB value is (55,48,63).

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

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 63 of 255 = 25%

55
48
63

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

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 63 = 166 (100%)
R 55 of 166 ~ 33.13%
G 48 of 166 ~ 28.92%
B 63 of 166 ~ 37.95%

%33.13
%28.92
%37.95

CMYK color model

#37303F color CMYK value is (13,24,0,75).

  • cyan value is 12.70%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(13,24,0,75)
C13M24Y0K75 
(13%,24%,0%,75%)
(0.13/0.24/0.00/0.75)	

CMYK percentages

%12.7
%23.81
%0
%75.29

Codes

Color #37303F in popluar color models

37303F
RGB554863
HSL268°13.51%21.76%
HSB/HSV268°23.81%24.71%
CMYK12.70%23.81%0.00%
75.29%

Color #37303F in popluar number systems.

HEX37303F
Decimal554863
Binary110111110000111111
Octal676077

Shades and tints

Shades of #37303F

#37303F
(55,48,63)
#322C3A
(50,44,58)
#2D2835
(45,40,53)
#282430
(40,36,48)
#23202B
(35,32,43)
#1E1C26
(30,28,38)
#191821
(25,24,33)
#14141C
(20,20,28)
#0F1017
(15,16,23)
#0A0C12
(10,12,18)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #37303F

#37303F
(55,48,63)
#494250
(73,66,80)
#5B5461
(91,84,97)
#6D6672
(109,102,114)
#7F7883
(127,120,131)
#918A94
(145,138,148)
#A39CA5
(163,156,165)
#B5AEB6
(181,174,182)
#C7C0C7
(199,192,199)
#D9D2D8
(217,210,216)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37303F; }

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

This text font color is #37303F.


Background Color

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

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

This div background color is #37303F.


Border color

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

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

This div border color is #37303F.


Opacity

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

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

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

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

This text has shadow with #37303F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37303F on black background.


Color preview on white background

This text has color #37303F on white background.



Black color preview on #37303F background

This text has black color on #37303F background.


White color preview on #37303F background

This text has white color on #37303F background.