COLOR #374C61

HEX: #374C61 RGB: (55,76,97)

Color info

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

RGB color model

#374C61 color RGB value is (55,76,97).

RGB: (55,76,97) (22%, 30%, 38%)

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 97 of 255 = 38%

55
76
97

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

Portions of RGB colors in percentages

R + G + B = 55 + 76 + 97 = 228 (100%)
R 55 of 228 ~ 24.12%
G 76 of 228 ~ 33.33%
B 97 of 228 ~ 42.54'%

%24.12
%33.33
%42.54

CMYK color model

#374C61 color CMYK value is (43,22,0,62).

  • cyan value is 43.30%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (43,22,0,62)
C43M22Y0K62 (43%, 22%, 0%, 62%)
(0.43 / 0.22 / 0.00 / 0.62)

CMYK percentages

%43.3
%21.65
%0
%61.96

Codes

Color #374C61 in popluar color models

37 4C 61
RGB 55 76 97
HSL 210° 27.63% 29.80%
HSB/HSV 210° 43.30% 38.04%
CMYK 43.30% 21.65% 0.00%
61.96%

Color #374C61 in popluar number systems.

HEX 37 4C 61
Decimal 55 76 97
Binary 110111 1001100 1100001
Octal 67 114 141

Shades and tints

Shades of #374C61

#374C61
(55,76,97)
#324659
(50,70,89)
#2D4051
(45,64,81)
#283A49
(40,58,73)
#233441
(35,52,65)
#1E2E39
(30,46,57)
#192831
(25,40,49)
#142229
(20,34,41)
#0F1C21
(15,28,33)
#0A1619
(10,22,25)
#051011
(5,16,17)
#000000
(0,0,0)

Tints of #374C61

#374C61
(55,76,97)
#495C6F
(73,92,111)
#5B6C7D
(91,108,125)
#6D7C8B
(109,124,139)
#7F8C99
(127,140,153)
#919CA7
(145,156,167)
#A3ACB5
(163,172,181)
#B5BCC3
(181,188,195)
#C7CCD1
(199,204,209)
#D9DCDF
(217,220,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C61; }

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

This text font color is #374C61.

Background Color

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

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

This div background color is #374C61.

Border color

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

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

This div border color is #374C61.

Opacity

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

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

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

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

This text has shadow with #374C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374C61.

Preview

Color preview on black background

This text has color #374C61 on black background.


Color preview on white background

This text has color #374C61 on white background.


Black color preview on #374C61 background

This text has black color on #374C61 background.


White color preview on #374C61 background

This text has white color on #374C61 background.


Related colors

Complementary color

Complementary color for #hex is #C8B39E.


I love getcolorcode.com

Triadic colors

1 #61374C and #4C6137 with #374C61 are triadic colors.

2 #614C37 and #4C3761 with #374C61 are triadic colors.