COLOR #374E7A

HEX: #374E7A
RGB: (55,78,122)

Color info

#374E7A contains mainly green and blue colors. Web safe color of #374E7A is #336666 (or #366).

RGB color model

#374E7A color RGB value is (55,78,122).

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

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 122 of 255 = 48%

55
78
122

R + G + B ~ 34%. #374E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 78 + 122 = 255 (100%)
R 55 of 255 ~ 21.57%
G 78 of 255 ~ 30.59%
B 122 of 255 ~ 47.84%

%21.57
%30.59
%47.84

CMYK color model

#374E7A color CMYK value is (55,36,0,52).

  • cyan value is 54.92%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(55,36,0,52)
C55M36Y0K52 
(55%,36%,0%,52%)
(0.55/0.36/0.00/0.52)	

CMYK percentages

%54.92
%36.07
%0
%52.16

Codes

Color #374E7A in popluar color models

374E7A
RGB5578122
HSL219°37.85%34.71%
HSB/HSV219°54.92%47.84%
CMYK54.92%36.07%0.00%
52.16%

Color #374E7A in popluar number systems.

HEX374E7A
Decimal5578122
Binary11011110011101111010
Octal67116172

Shades and tints

Shades of #374E7A

#374E7A
(55,78,122)
#32476F
(50,71,111)
#2D4064
(45,64,100)
#283959
(40,57,89)
#23324E
(35,50,78)
#1E2B43
(30,43,67)
#192438
(25,36,56)
#141D2D
(20,29,45)
#0F1622
(15,22,34)
#0A0F17
(10,15,23)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #374E7A

#374E7A
(55,78,122)
#495E86
(73,94,134)
#5B6E92
(91,110,146)
#6D7E9E
(109,126,158)
#7F8EAA
(127,142,170)
#919EB6
(145,158,182)
#A3AEC2
(163,174,194)
#B5BECE
(181,190,206)
#C7CEDA
(199,206,218)
#D9DEE6
(217,222,230)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374E7A; }

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

This text font color is #374E7A.


Background Color

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

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

This div background color is #374E7A.


Border color

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

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

This div border color is #374E7A.


Opacity

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

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

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

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

This text has shadow with #374E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374E7A on black background.


Color preview on white background

This text has color #374E7A on white background.



Black color preview on #374E7A background

This text has black color on #374E7A background.


White color preview on #374E7A background

This text has white color on #374E7A background.