COLOR #374E6F

HEX: #374E6F
RGB: (55,78,111)

Color info

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

RGB color model

#374E6F color RGB value is (55,78,111).

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

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 111 of 255 = 44%

55
78
111

R + G + B ~ 32%. #374E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 78 + 111 = 244 (100%)
R 55 of 244 ~ 22.54%
G 78 of 244 ~ 31.97%
B 111 of 244 ~ 45.49%

%22.54
%31.97
%45.49

CMYK color model

#374E6F color CMYK value is (50,30,0,56).

  • cyan value is 50.45%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(50,30,0,56)
C50M30Y0K56 
(50%,30%,0%,56%)
(0.50/0.30/0.00/0.56)	

CMYK percentages

%50.45
%29.73
%0
%56.47

Codes

Color #374E6F in popluar color models

374E6F
RGB5578111
HSL215°33.73%32.55%
HSB/HSV215°50.45%43.53%
CMYK50.45%29.73%0.00%
56.47%

Color #374E6F in popluar number systems.

HEX374E6F
Decimal5578111
Binary11011110011101101111
Octal67116157

Shades and tints

Shades of #374E6F

#374E6F
(55,78,111)
#324765
(50,71,101)
#2D405B
(45,64,91)
#283951
(40,57,81)
#233247
(35,50,71)
#1E2B3D
(30,43,61)
#192433
(25,36,51)
#141D29
(20,29,41)
#0F161F
(15,22,31)
#0A0F15
(10,15,21)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #374E6F

#374E6F
(55,78,111)
#495E7C
(73,94,124)
#5B6E89
(91,110,137)
#6D7E96
(109,126,150)
#7F8EA3
(127,142,163)
#919EB0
(145,158,176)
#A3AEBD
(163,174,189)
#B5BECA
(181,190,202)
#C7CED7
(199,206,215)
#D9DEE4
(217,222,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374E6F; }

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

This text font color is #374E6F.


Background Color

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

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

This div background color is #374E6F.


Border color

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

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

This div border color is #374E6F.


Opacity

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

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

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

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

This text has shadow with #374E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374E6F on black background.


Color preview on white background

This text has color #374E6F on white background.



Black color preview on #374E6F background

This text has black color on #374E6F background.


White color preview on #374E6F background

This text has white color on #374E6F background.