COLOR #374F57

HEX: #374F57
RGB: (55,79,87)

Color info

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

RGB color model

#374F57 color RGB value is (55,79,87).

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

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 87 of 255 = 34%

55
79
87

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

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 87 = 221 (100%)
R 55 of 221 ~ 24.89%
G 79 of 221 ~ 35.75%
B 87 of 221 ~ 39.37%

%24.89
%35.75
%39.37

CMYK color model

#374F57 color CMYK value is (37,9,0,66).

  • cyan value is 36.78%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(37,9,0,66)
C37M9Y0K66 
(37%,9%,0%,66%)
(0.37/0.09/0.00/0.66)	

CMYK percentages

%36.78
%9.2
%0
%65.88

Codes

Color #374F57 in popluar color models

374F57
RGB557987
HSL195°22.54%27.84%
HSB/HSV195°36.78%34.12%
CMYK36.78%9.20%0.00%
65.88%

Color #374F57 in popluar number systems.

HEX374F57
Decimal557987
Binary11011110011111010111
Octal67117127

Shades and tints

Shades of #374F57

#374F57
(55,79,87)
#324850
(50,72,80)
#2D4149
(45,65,73)
#283A42
(40,58,66)
#23333B
(35,51,59)
#1E2C34
(30,44,52)
#19252D
(25,37,45)
#141E26
(20,30,38)
#0F171F
(15,23,31)
#0A1018
(10,16,24)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #374F57

#374F57
(55,79,87)
#495F66
(73,95,102)
#5B6F75
(91,111,117)
#6D7F84
(109,127,132)
#7F8F93
(127,143,147)
#919FA2
(145,159,162)
#A3AFB1
(163,175,177)
#B5BFC0
(181,191,192)
#C7CFCF
(199,207,207)
#D9DFDE
(217,223,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F57; }

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

This text font color is #374F57.


Background Color

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

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

This div background color is #374F57.


Border color

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

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

This div border color is #374F57.


Opacity

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

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

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

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

This text has shadow with #374F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F57 on black background.


Color preview on white background

This text has color #374F57 on white background.



Black color preview on #374F57 background

This text has black color on #374F57 background.


White color preview on #374F57 background

This text has white color on #374F57 background.