COLOR #374A5F

HEX: #374A5F
RGB: (55,74,95)

Color info

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

RGB color model

#374A5F color RGB value is (55,74,95).

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

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 95 of 255 = 37%

55
74
95

R + G + B ~ 29%. #374A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 74 + 95 = 224 (100%)
R 55 of 224 ~ 24.55%
G 74 of 224 ~ 33.04%
B 95 of 224 ~ 42.41%

%24.55
%33.04
%42.41

CMYK color model

#374A5F color CMYK value is (42,22,0,63).

  • cyan value is 42.11%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(42,22,0,63)
C42M22Y0K63 
(42%,22%,0%,63%)
(0.42/0.22/0.00/0.63)	

CMYK percentages

%42.11
%22.11
%0
%62.75

Codes

Color #374A5F in popluar color models

374A5F
RGB557495
HSL212°26.67%29.41%
HSB/HSV212°42.11%37.25%
CMYK42.11%22.11%0.00%
62.75%

Color #374A5F in popluar number systems.

HEX374A5F
Decimal557495
Binary11011110010101011111
Octal67112137

Shades and tints

Shades of #374A5F

#374A5F
(55,74,95)
#324457
(50,68,87)
#2D3E4F
(45,62,79)
#283847
(40,56,71)
#23323F
(35,50,63)
#1E2C37
(30,44,55)
#19262F
(25,38,47)
#142027
(20,32,39)
#0F1A1F
(15,26,31)
#0A1417
(10,20,23)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #374A5F

#374A5F
(55,74,95)
#495A6D
(73,90,109)
#5B6A7B
(91,106,123)
#6D7A89
(109,122,137)
#7F8A97
(127,138,151)
#919AA5
(145,154,165)
#A3AAB3
(163,170,179)
#B5BAC1
(181,186,193)
#C7CACF
(199,202,207)
#D9DADD
(217,218,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374A5F; }

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

This text font color is #374A5F.


Background Color

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

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

This div background color is #374A5F.


Border color

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

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

This div border color is #374A5F.


Opacity

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

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

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

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

This text has shadow with #374A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374A5F on black background.


Color preview on white background

This text has color #374A5F on white background.



Black color preview on #374A5F background

This text has black color on #374A5F background.


White color preview on #374A5F background

This text has white color on #374A5F background.