COLOR #374D59

HEX: #374D59
RGB: (55,77,89)

Color info

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

RGB color model

#374D59 color RGB value is (55,77,89).

  • red value is 55;
  • green value is 77;
  • blue value is 89.
RGB:
(55,77,89)
(22%,30%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 89 of 255 = 35%

55
77
89

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

Portions of RGB colors in percentages

R + G + B =
55 + 77 + 89 = 221 (100%)
R 55 of 221 ~ 24.89%
G 77 of 221 ~ 34.84%
B 89 of 221 ~ 40.27%

%24.89
%34.84
%40.27

CMYK color model

#374D59 color CMYK value is (38,13,0,65).

  • cyan value is 38.20%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(38,13,0,65)
C38M13Y0K65 
(38%,13%,0%,65%)
(0.38/0.13/0.00/0.65)	

CMYK percentages

%38.2
%13.48
%0
%65.1

Codes

Color #374D59 in popluar color models

374D59
RGB557789
HSL201°23.61%28.24%
HSB/HSV201°38.20%34.90%
CMYK38.20%13.48%0.00%
65.10%

Color #374D59 in popluar number systems.

HEX374D59
Decimal557789
Binary11011110011011011001
Octal67115131

Shades and tints

Shades of #374D59

#374D59
(55,77,89)
#324651
(50,70,81)
#2D3F49
(45,63,73)
#283841
(40,56,65)
#233139
(35,49,57)
#1E2A31
(30,42,49)
#192329
(25,35,41)
#141C21
(20,28,33)
#0F1519
(15,21,25)
#0A0E11
(10,14,17)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #374D59

#374D59
(55,77,89)
#495D68
(73,93,104)
#5B6D77
(91,109,119)
#6D7D86
(109,125,134)
#7F8D95
(127,141,149)
#919DA4
(145,157,164)
#A3ADB3
(163,173,179)
#B5BDC2
(181,189,194)
#C7CDD1
(199,205,209)
#D9DDE0
(217,221,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D59 color. Also use rgb(55,77,89) instead hex code.

Text Font Color

.myTextColor { color: #374D59; }

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

This text font color is #374D59.


Background Color

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

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

This div background color is #374D59.


Border color

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

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

This div border color is #374D59.


Opacity

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

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

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

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

This text has shadow with #374D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D59 on black background.


Color preview on white background

This text has color #374D59 on white background.



Black color preview on #374D59 background

This text has black color on #374D59 background.


White color preview on #374D59 background

This text has white color on #374D59 background.