COLOR #37424B

HEX: #37424B
RGB: (55,66,75)

Color info

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

RGB color model

#37424B color RGB value is (55,66,75).

  • red value is 55;
  • green value is 66;
  • blue value is 75.
RGB: (55,66,75) (22%,26%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 75 of 255 = 29%

55
66
75

R + G + B ~ 26%. #37424B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 75 = 196 (100%)
R 55 of 196 ~ 28.06%
G 66 of 196 ~ 33.67%
B 75 of 196 ~ 38.27%

%28.06
%33.67
%38.27

CMYK color model

#37424B color CMYK value is (27,12,0,71).

  • cyan value is 26.67%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK: (27,12,0,71) C27M12Y0K71 (27%,12%,0%,71%) (0.27/0.12/0.00/0.71)

CMYK percentages

%26.67
%12
%0
%70.59

Codes

Color #37424B in popluar color models

37424B
RGB556675
HSL207°15.38%25.49%
HSB/HSV207°26.67%29.41%
CMYK26.67%12.00%0.00%
70.59%

Color #37424B in popluar number systems.

HEX37424B
Decimal556675
Binary11011110000101001011
Octal67102113

Shades and tints

Shades of #37424B

#37424B
(55,66,75)
#323C45
(50,60,69)
#2D363F
(45,54,63)
#283039
(40,48,57)
#232A33
(35,42,51)
#1E242D
(30,36,45)
#191E27
(25,30,39)
#141821
(20,24,33)
#0F121B
(15,18,27)
#0A0C15
(10,12,21)
#05060F
(5,6,15)
#000000
(0,0,0)

Tints of #37424B

#37424B
(55,66,75)
#49535B
(73,83,91)
#5B646B
(91,100,107)
#6D757B
(109,117,123)
#7F868B
(127,134,139)
#91979B
(145,151,155)
#A3A8AB
(163,168,171)
#B5B9BB
(181,185,187)
#C7CACB
(199,202,203)
#D9DBDB
(217,219,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37424B color. Also use rgb(55,66,75) instead hex code.

Text Font Color

.myTextColor { color: #37424B; }

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

This text font color is #37424B.


Background Color

.myBgColor { background-color: #37424B; }

<div style="background-color:#37424B">Inner text</div>

This div background color is #37424B.


Border color

.myBorderColor { border: 1px solid #37424B; }

<div style="border:3px solid #37424B">Div</div>

This div border color is #37424B.


Opacity

.myOpacity80 { color: #37424B; opacity: 0.8; }

<p style="color:#37424B;opacity:0.8;">80%</p>

Text with #37424B 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 #37424B;}

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

This text has shadow with #37424B color.

.textShadow {text-shadow: 3px 3px 1px #37424B, 3px 3px 1px red;}

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

This text has shadow with #37424B primary color and red secondary color.


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

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

This text has shadow with #37424B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #37424B; -webkit-box-shadow:	1px 1px 3px 2px #37424B; box-shadow:	1px 1px 3px 2px #37424B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #37424B; -webkit-box-shadow: 1px 1px 3px 2px #37424B; box-shadow:1px 1px 3px 2px #37424B;">
Div content here</div>
This div box has shadow with color #37424B.

Preview

Color preview on black background

This text has color #37424B on black background.


Color preview on white background

This text has color #37424B on white background.



Black color preview on #37424B background

This text has black color on #37424B background.


White color preview on #37424B background

This text has white color on #37424B background.