COLOR #374B4E

HEX: #374B4E RGB: (55,75,78)

Color info

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

RGB color model

#374B4E color RGB value is (55,75,78).

RGB: (55,75,78) (22%, 29%, 31%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 78 of 255 = 31%

55
75
78

R + G + B ~ 27%. #374B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 75 + 78 = 208 (100%)
R 55 of 208 ~ 26.44%
G 75 of 208 ~ 36.06%
B 78 of 208 ~ 37.5'%

%26.44
%36.06
%37.5

CMYK color model

#374B4E color CMYK value is (29,4,0,69).

  • cyan value is 29.49%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (29,4,0,69)
C29M4Y0K69 (29%, 4%, 0%, 69%)
(0.29 / 0.04 / 0.00 / 0.69)

CMYK percentages

%29.49
%3.85
%0
%69.41

Codes

Color #374B4E in popluar color models

37 4B 4E
RGB 55 75 78
HSL 188° 17.29% 26.08%
HSB/HSV 188° 29.49% 30.59%
CMYK 29.49% 3.85% 0.00%
69.41%

Color #374B4E in popluar number systems.

HEX 37 4B 4E
Decimal 55 75 78
Binary 110111 1001011 1001110
Octal 67 113 116

Shades and tints

Shades of #374B4E

#374B4E
(55,75,78)
#324547
(50,69,71)
#2D3F40
(45,63,64)
#283939
(40,57,57)
#233332
(35,51,50)
#1E2D2B
(30,45,43)
#192724
(25,39,36)
#14211D
(20,33,29)
#0F1B16
(15,27,22)
#0A150F
(10,21,15)
#050F08
(5,15,8)
#000000
(0,0,0)

Tints of #374B4E

#374B4E
(55,75,78)
#495B5E
(73,91,94)
#5B6B6E
(91,107,110)
#6D7B7E
(109,123,126)
#7F8B8E
(127,139,142)
#919B9E
(145,155,158)
#A3ABAE
(163,171,174)
#B5BBBE
(181,187,190)
#C7CBCE
(199,203,206)
#D9DBDE
(217,219,222)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374B4E color. Also use rgb(55,75,78) instead hex code.

Text Font Color

.myTextColor { color: #374B4E; }

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

This text font color is #374B4E.

Background Color

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

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

This div background color is #374B4E.

Border color

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

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

This div border color is #374B4E.

Opacity

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

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

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

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

This text has shadow with #374B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374B4E.

Preview

Color preview on black background

This text has color #374B4E on black background.


Color preview on white background

This text has color #374B4E on white background.


Black color preview on #374B4E background

This text has black color on #374B4E background.


White color preview on #374B4E background

This text has white color on #374B4E background.


Related colors

Complementary color

Complementary color for #hex is #C8B4B1.


I love getcolorcode.com

Triadic colors

1 #4E374B and #4B4E37 with #374B4E are triadic colors.

2 #4E4B37 and #4B374E with #374B4E are triadic colors.