COLOR #374A6F

HEX: #374A6F
RGB: (55,74,111)

Color info

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

RGB color model

#374A6F color RGB value is (55,74,111).

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

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 111 of 255 = 44%

55
74
111

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

Portions of RGB colors in percentages

R + G + B =
55 + 74 + 111 = 240 (100%)
R 55 of 240 ~ 22.92%
G 74 of 240 ~ 30.83%
B 111 of 240 ~ 46.25%

%22.92
%30.83
%46.25

CMYK color model

#374A6F color CMYK value is (50,33,0,56).

  • cyan value is 50.45%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(50,33,0,56)
C50M33Y0K56 
(50%,33%,0%,56%)
(0.50/0.33/0.00/0.56)	

CMYK percentages

%50.45
%33.33
%0
%56.47

Codes

Color #374A6F in popluar color models

374A6F
RGB5574111
HSL220°33.73%32.55%
HSB/HSV220°50.45%43.53%
CMYK50.45%33.33%0.00%
56.47%

Color #374A6F in popluar number systems.

HEX374A6F
Decimal5574111
Binary11011110010101101111
Octal67112157

Shades and tints

Shades of #374A6F

#374A6F
(55,74,111)
#324465
(50,68,101)
#2D3E5B
(45,62,91)
#283851
(40,56,81)
#233247
(35,50,71)
#1E2C3D
(30,44,61)
#192633
(25,38,51)
#142029
(20,32,41)
#0F1A1F
(15,26,31)
#0A1415
(10,20,21)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #374A6F

#374A6F
(55,74,111)
#495A7C
(73,90,124)
#5B6A89
(91,106,137)
#6D7A96
(109,122,150)
#7F8AA3
(127,138,163)
#919AB0
(145,154,176)
#A3AABD
(163,170,189)
#B5BACA
(181,186,202)
#C7CAD7
(199,202,215)
#D9DAE4
(217,218,228)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374A6F; }

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

This text font color is #374A6F.


Background Color

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

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

This div background color is #374A6F.


Border color

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

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

This div border color is #374A6F.


Opacity

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

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

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

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

This text has shadow with #374A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374A6F on black background.


Color preview on white background

This text has color #374A6F on white background.



Black color preview on #374A6F background

This text has black color on #374A6F background.


White color preview on #374A6F background

This text has white color on #374A6F background.