COLOR #374F62

HEX: #374F62
RGB: (55,79,98)

Color info

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

RGB color model

#374F62 color RGB value is (55,79,98).

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

RGB channels and saturation

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

55
79
98

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

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 98 = 232 (100%)
R 55 of 232 ~ 23.71%
G 79 of 232 ~ 34.05%
B 98 of 232 ~ 42.24%

%23.71
%34.05
%42.24

CMYK color model

#374F62 color CMYK value is (44,19,0,62).

  • cyan value is 43.88%
  • magenta value is 19.39%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(44,19,0,62)
C44M19Y0K62 
(44%,19%,0%,62%)
(0.44/0.19/0.00/0.62)	

CMYK percentages

%43.88
%19.39
%0
%61.57

Codes

Color #374F62 in popluar color models

374F62
RGB557998
HSL207°28.10%30.00%
HSB/HSV207°43.88%38.43%
CMYK43.88%19.39%0.00%
61.57%

Color #374F62 in popluar number systems.

HEX374F62
Decimal557998
Binary11011110011111100010
Octal67117142

Shades and tints

Shades of #374F62

#374F62
(55,79,98)
#32485A
(50,72,90)
#2D4152
(45,65,82)
#283A4A
(40,58,74)
#233342
(35,51,66)
#1E2C3A
(30,44,58)
#192532
(25,37,50)
#141E2A
(20,30,42)
#0F1722
(15,23,34)
#0A101A
(10,16,26)
#050912
(5,9,18)
#000000
(0,0,0)

Tints of #374F62

#374F62
(55,79,98)
#495F70
(73,95,112)
#5B6F7E
(91,111,126)
#6D7F8C
(109,127,140)
#7F8F9A
(127,143,154)
#919FA8
(145,159,168)
#A3AFB6
(163,175,182)
#B5BFC4
(181,191,196)
#C7CFD2
(199,207,210)
#D9DFE0
(217,223,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F62; }

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

This text font color is #374F62.


Background Color

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

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

This div background color is #374F62.


Border color

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

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

This div border color is #374F62.


Opacity

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

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

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

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

This text has shadow with #374F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F62 on black background.


Color preview on white background

This text has color #374F62 on white background.



Black color preview on #374F62 background

This text has black color on #374F62 background.


White color preview on #374F62 background

This text has white color on #374F62 background.