COLOR #374B61

HEX: #374B61
RGB: (55,75,97)

Color info

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

RGB color model

#374B61 color RGB value is (55,75,97).

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

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 97 of 255 = 38%

55
75
97

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

Portions of RGB colors in percentages

R + G + B =
55 + 75 + 97 = 227 (100%)
R 55 of 227 ~ 24.23%
G 75 of 227 ~ 33.04%
B 97 of 227 ~ 42.73%

%24.23
%33.04
%42.73

CMYK color model

#374B61 color CMYK value is (43,23,0,62).

  • cyan value is 43.30%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(43,23,0,62)
C43M23Y0K62 
(43%,23%,0%,62%)
(0.43/0.23/0.00/0.62)	

CMYK percentages

%43.3
%22.68
%0
%61.96

Codes

Color #374B61 in popluar color models

374B61
RGB557597
HSL211°27.63%29.80%
HSB/HSV211°43.30%38.04%
CMYK43.30%22.68%0.00%
61.96%

Color #374B61 in popluar number systems.

HEX374B61
Decimal557597
Binary11011110010111100001
Octal67113141

Shades and tints

Shades of #374B61

#374B61
(55,75,97)
#324559
(50,69,89)
#2D3F51
(45,63,81)
#283949
(40,57,73)
#233341
(35,51,65)
#1E2D39
(30,45,57)
#192731
(25,39,49)
#142129
(20,33,41)
#0F1B21
(15,27,33)
#0A1519
(10,21,25)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #374B61

#374B61
(55,75,97)
#495B6F
(73,91,111)
#5B6B7D
(91,107,125)
#6D7B8B
(109,123,139)
#7F8B99
(127,139,153)
#919BA7
(145,155,167)
#A3ABB5
(163,171,181)
#B5BBC3
(181,187,195)
#C7CBD1
(199,203,209)
#D9DBDF
(217,219,223)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B61; }

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

This text font color is #374B61.


Background Color

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

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

This div background color is #374B61.


Border color

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

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

This div border color is #374B61.


Opacity

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

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

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

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

This text has shadow with #374B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374B61 on black background.


Color preview on white background

This text has color #374B61 on white background.



Black color preview on #374B61 background

This text has black color on #374B61 background.


White color preview on #374B61 background

This text has white color on #374B61 background.