COLOR #374F61

HEX: #374F61
RGB: (55,79,97)

Color info

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

RGB color model

#374F61 color RGB value is (55,79,97).

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

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 97 of 255 = 38%

55
79
97

R + G + B ~ 30%. #374F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 97 = 231 (100%)
R 55 of 231 ~ 23.81%
G 79 of 231 ~ 34.2%
B 97 of 231 ~ 41.99%

%23.81
%34.2
%41.99

CMYK color model

#374F61 color CMYK value is (43,19,0,62).

  • cyan value is 43.30%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(43,19,0,62)
C43M19Y0K62 
(43%,19%,0%,62%)
(0.43/0.19/0.00/0.62)	

CMYK percentages

%43.3
%18.56
%0
%61.96

Codes

Color #374F61 in popluar color models

374F61
RGB557997
HSL206°27.63%29.80%
HSB/HSV206°43.30%38.04%
CMYK43.30%18.56%0.00%
61.96%

Color #374F61 in popluar number systems.

HEX374F61
Decimal557997
Binary11011110011111100001
Octal67117141

Shades and tints

Shades of #374F61

#374F61
(55,79,97)
#324859
(50,72,89)
#2D4151
(45,65,81)
#283A49
(40,58,73)
#233341
(35,51,65)
#1E2C39
(30,44,57)
#192531
(25,37,49)
#141E29
(20,30,41)
#0F1721
(15,23,33)
#0A1019
(10,16,25)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #374F61

#374F61
(55,79,97)
#495F6F
(73,95,111)
#5B6F7D
(91,111,125)
#6D7F8B
(109,127,139)
#7F8F99
(127,143,153)
#919FA7
(145,159,167)
#A3AFB5
(163,175,181)
#B5BFC3
(181,191,195)
#C7CFD1
(199,207,209)
#D9DFDF
(217,223,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F61; }

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

This text font color is #374F61.


Background Color

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

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

This div background color is #374F61.


Border color

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

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

This div border color is #374F61.


Opacity

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

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

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

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

This text has shadow with #374F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F61 on black background.


Color preview on white background

This text has color #374F61 on white background.



Black color preview on #374F61 background

This text has black color on #374F61 background.


White color preview on #374F61 background

This text has white color on #374F61 background.