COLOR #37444B

HEX: #37444B RGB: (55,68,75)

Color info

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

RGB color model

#37444B color RGB value is (55,68,75).

RGB: (55,68,75) (22%, 27%, 29%)

RGB channels and saturation

R 55 of 255 = 22%
G 68 of 255 = 27%
B 75 of 255 = 29%

55
68
75

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

Portions of RGB colors in percentages

R + G + B = 55 + 68 + 75 = 198 (100%)
R 55 of 198 ~ 27.78%
G 68 of 198 ~ 34.34%
B 75 of 198 ~ 37.88'%

%27.78
%34.34
%37.88

CMYK color model

#37444B color CMYK value is (27,9,0,71).

  • cyan value is 26.67%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (27,9,0,71)
C27M9Y0K71 (27%, 9%, 0%, 71%)
(0.27 / 0.09 / 0.00 / 0.71)

CMYK percentages

%26.67
%9.33
%0
%70.59

Codes

Color #37444B in popluar color models

37 44 4B
RGB 55 68 75
HSL 201° 15.38% 25.49%
HSB/HSV 201° 26.67% 29.41%
CMYK 26.67% 9.33% 0.00%
70.59%

Color #37444B in popluar number systems.

HEX 37 44 4B
Decimal 55 68 75
Binary 110111 1000100 1001011
Octal 67 104 113

Shades and tints

Shades of #37444B

#37444B
(55,68,75)
#323E45
(50,62,69)
#2D383F
(45,56,63)
#283239
(40,50,57)
#232C33
(35,44,51)
#1E262D
(30,38,45)
#192027
(25,32,39)
#141A21
(20,26,33)
#0F141B
(15,20,27)
#0A0E15
(10,14,21)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #37444B

#37444B
(55,68,75)
#49555B
(73,85,91)
#5B666B
(91,102,107)
#6D777B
(109,119,123)
#7F888B
(127,136,139)
#91999B
(145,153,155)
#A3AAAB
(163,170,171)
#B5BBBB
(181,187,187)
#C7CCCB
(199,204,203)
#D9DDDB
(217,221,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37444B; }

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

This text font color is #37444B.

Background Color

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

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

This div background color is #37444B.

Border color

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

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

This div border color is #37444B.

Opacity

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

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

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

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

This text has shadow with #37444B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37444B.

Preview

Color preview on black background

This text has color #37444B on black background.


Color preview on white background

This text has color #37444B on white background.


Black color preview on #37444B background

This text has black color on #37444B background.


White color preview on #37444B background

This text has white color on #37444B background.


Related colors

Complementary color

Complementary color for #hex is #C8BBB4.


I love getcolorcode.com

Triadic colors

1 #4B3744 and #444B37 with #37444B are triadic colors.

2 #4B4437 and #44374B with #37444B are triadic colors.