COLOR #374D51

HEX: #374D51 RGB: (55,77,81)

Color info

#374D51 contains red, green and blue colors in about the same proportion. Web safe color of #374D51 is #333366 (or #336).

RGB color model

#374D51 color RGB value is (55,77,81).

RGB: (55,77,81) (22%, 30%, 32%)

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 81 of 255 = 32%

55
77
81

R + G + B ~ 28%. #374D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 77 + 81 = 213 (100%)
R 55 of 213 ~ 25.82%
G 77 of 213 ~ 36.15%
B 81 of 213 ~ 38.03'%

%25.82
%36.15
%38.03

CMYK color model

#374D51 color CMYK value is (32,5,0,68).

  • cyan value is 32.10%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (32,5,0,68)
C32M5Y0K68 (32%, 5%, 0%, 68%)
(0.32 / 0.05 / 0.00 / 0.68)

CMYK percentages

%32.1
%4.94
%0
%68.24

Codes

Color #374D51 in popluar color models

37 4D 51
RGB 55 77 81
HSL 189° 19.12% 26.67%
HSB/HSV 189° 32.10% 31.76%
CMYK 32.10% 4.94% 0.00%
68.24%

Color #374D51 in popluar number systems.

HEX 37 4D 51
Decimal 55 77 81
Binary 110111 1001101 1010001
Octal 67 115 121

Shades and tints

Shades of #374D51

#374D51
(55,77,81)
#32464A
(50,70,74)
#2D3F43
(45,63,67)
#28383C
(40,56,60)
#233135
(35,49,53)
#1E2A2E
(30,42,46)
#192327
(25,35,39)
#141C20
(20,28,32)
#0F1519
(15,21,25)
#0A0E12
(10,14,18)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #374D51

#374D51
(55,77,81)
#495D60
(73,93,96)
#5B6D6F
(91,109,111)
#6D7D7E
(109,125,126)
#7F8D8D
(127,141,141)
#919D9C
(145,157,156)
#A3ADAB
(163,173,171)
#B5BDBA
(181,189,186)
#C7CDC9
(199,205,201)
#D9DDD8
(217,221,216)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D51 color. Also use rgb(55,77,81) instead hex code.

Text Font Color

.myTextColor { color: #374D51; }

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

This text font color is #374D51.

Background Color

.myBgColor { background-color: #374D51; }

<div style="background-color:#374D51">Inner text</div>

This div background color is #374D51.

Border color

.myBorderColor { border: 1px solid #374D51; }

<div style="border:3px solid #374D51">Div</div>

This div border color is #374D51.

Opacity

.myOpacity80 { color: #374D51; opacity: 0.8; }

<p style="color:#374D51;opacity:0.8;">80%</p>

Text with #374D51 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 #374D51;}

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

This text has shadow with #374D51 color.


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

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

This text has shadow with #374D51 primary color and red secondary color.


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

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

This text has shadow with #374D51 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #374D51.

Preview

Color preview on black background

This text has color #374D51 on black background.


Color preview on white background

This text has color #374D51 on white background.


Black color preview on #374D51 background

This text has black color on #374D51 background.


White color preview on #374D51 background

This text has white color on #374D51 background.


Related colors

Complementary color

Complementary color for #hex is #C8B2AE.


I love getcolorcode.com

Triadic colors

1 #51374D and #4D5137 with #374D51 are triadic colors.

2 #514D37 and #4D3751 with #374D51 are triadic colors.