COLOR #374E50

HEX: #374E50
RGB: (55,78,80)

Color info

#374E50 contains red, green and blue colors in about the same proportion. Web safe color of #374E50 is #336666 (or #366).

RGB color model

#374E50 color RGB value is (55,78,80).

  • red value is 55;
  • green value is 78;
  • blue value is 80.
RGB:
(55,78,80)
(22%,31%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 80 of 255 = 31%

55
78
80

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

Portions of RGB colors in percentages

R + G + B =
55 + 78 + 80 = 213 (100%)
R 55 of 213 ~ 25.82%
G 78 of 213 ~ 36.62%
B 80 of 213 ~ 37.56%

%25.82
%36.62
%37.56

CMYK color model

#374E50 color CMYK value is (31,2,0,69).

  • cyan value is 31.25%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(31,2,0,69)
C31M2Y0K69 
(31%,2%,0%,69%)
(0.31/0.02/0.00/0.69)	

CMYK percentages

%31.25
%2.5
%0
%68.63

Codes

Color #374E50 in popluar color models

374E50
RGB557880
HSL185°18.52%26.47%
HSB/HSV185°31.25%31.37%
CMYK31.25%2.50%0.00%
68.63%

Color #374E50 in popluar number systems.

HEX374E50
Decimal557880
Binary11011110011101010000
Octal67116120

Shades and tints

Shades of #374E50

#374E50
(55,78,80)
#324749
(50,71,73)
#2D4042
(45,64,66)
#28393B
(40,57,59)
#233234
(35,50,52)
#1E2B2D
(30,43,45)
#192426
(25,36,38)
#141D1F
(20,29,31)
#0F1618
(15,22,24)
#0A0F11
(10,15,17)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #374E50

#374E50
(55,78,80)
#495E5F
(73,94,95)
#5B6E6E
(91,110,110)
#6D7E7D
(109,126,125)
#7F8E8C
(127,142,140)
#919E9B
(145,158,155)
#A3AEAA
(163,174,170)
#B5BEB9
(181,190,185)
#C7CEC8
(199,206,200)
#D9DED7
(217,222,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374E50; }

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

This text font color is #374E50.


Background Color

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

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

This div background color is #374E50.


Border color

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

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

This div border color is #374E50.


Opacity

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

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

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

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

This text has shadow with #374E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374E50 on black background.


Color preview on white background

This text has color #374E50 on white background.



Black color preview on #374E50 background

This text has black color on #374E50 background.


White color preview on #374E50 background

This text has white color on #374E50 background.