COLOR #374557

HEX: #374557
RGB: (55,69,87)

Color info

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

RGB color model

#374557 color RGB value is (55,69,87).

  • red value is 55;
  • green value is 69;
  • blue value is 87.
RGB:
(55,69,87)
(22%,27%,34%)

RGB channels and saturation

R 55 of 255 = 22%
G 69 of 255 = 27%
B 87 of 255 = 34%

55
69
87

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

Portions of RGB colors in percentages

R + G + B =
55 + 69 + 87 = 211 (100%)
R 55 of 211 ~ 26.07%
G 69 of 211 ~ 32.7%
B 87 of 211 ~ 41.23%

%26.07
%32.7
%41.23

CMYK color model

#374557 color CMYK value is (37,21,0,66).

  • cyan value is 36.78%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(37,21,0,66)
C37M21Y0K66 
(37%,21%,0%,66%)
(0.37/0.21/0.00/0.66)	

CMYK percentages

%36.78
%20.69
%0
%65.88

Codes

Color #374557 in popluar color models

374557
RGB556987
HSL214°22.54%27.84%
HSB/HSV214°36.78%34.12%
CMYK36.78%20.69%0.00%
65.88%

Color #374557 in popluar number systems.

HEX374557
Decimal556987
Binary11011110001011010111
Octal67105127

Shades and tints

Shades of #374557

#374557
(55,69,87)
#323F50
(50,63,80)
#2D3949
(45,57,73)
#283342
(40,51,66)
#232D3B
(35,45,59)
#1E2734
(30,39,52)
#19212D
(25,33,45)
#141B26
(20,27,38)
#0F151F
(15,21,31)
#0A0F18
(10,15,24)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #374557

#374557
(55,69,87)
#495566
(73,85,102)
#5B6575
(91,101,117)
#6D7584
(109,117,132)
#7F8593
(127,133,147)
#9195A2
(145,149,162)
#A3A5B1
(163,165,177)
#B5B5C0
(181,181,192)
#C7C5CF
(199,197,207)
#D9D5DE
(217,213,222)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374557 color. Also use rgb(55,69,87) instead hex code.

Text Font Color

.myTextColor { color: #374557; }

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

This text font color is #374557.


Background Color

.myBgColor { background-color: #374557; }

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

This div background color is #374557.


Border color

.myBorderColor { border: 1px solid #374557; }

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

This div border color is #374557.


Opacity

.myOpacity80 { color: #374557; opacity: 0.8; }

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

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

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

This text has shadow with #374557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374557 on black background.


Color preview on white background

This text has color #374557 on white background.



Black color preview on #374557 background

This text has black color on #374557 background.


White color preview on #374557 background

This text has white color on #374557 background.