COLOR #374C5C

HEX: #374C5C
RGB: (55,76,92)

Color info

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

RGB color model

#374C5C color RGB value is (55,76,92).

  • red value is 55;
  • green value is 76;
  • blue value is 92.
RGB:
(55,76,92)
(22%,30%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 92 of 255 = 36%

55
76
92

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

Portions of RGB colors in percentages

R + G + B =
55 + 76 + 92 = 223 (100%)
R 55 of 223 ~ 24.66%
G 76 of 223 ~ 34.08%
B 92 of 223 ~ 41.26%

%24.66
%34.08
%41.26

CMYK color model

#374C5C color CMYK value is (40,17,0,64).

  • cyan value is 40.22%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(40,17,0,64)
C40M17Y0K64 
(40%,17%,0%,64%)
(0.40/0.17/0.00/0.64)	

CMYK percentages

%40.22
%17.39
%0
%63.92

Codes

Color #374C5C in popluar color models

374C5C
RGB557692
HSL206°25.17%28.82%
HSB/HSV206°40.22%36.08%
CMYK40.22%17.39%0.00%
63.92%

Color #374C5C in popluar number systems.

HEX374C5C
Decimal557692
Binary11011110011001011100
Octal67114134

Shades and tints

Shades of #374C5C

#374C5C
(55,76,92)
#324654
(50,70,84)
#2D404C
(45,64,76)
#283A44
(40,58,68)
#23343C
(35,52,60)
#1E2E34
(30,46,52)
#19282C
(25,40,44)
#142224
(20,34,36)
#0F1C1C
(15,28,28)
#0A1614
(10,22,20)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #374C5C

#374C5C
(55,76,92)
#495C6A
(73,92,106)
#5B6C78
(91,108,120)
#6D7C86
(109,124,134)
#7F8C94
(127,140,148)
#919CA2
(145,156,162)
#A3ACB0
(163,172,176)
#B5BCBE
(181,188,190)
#C7CCCC
(199,204,204)
#D9DCDA
(217,220,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C5C; }

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

This text font color is #374C5C.


Background Color

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

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

This div background color is #374C5C.


Border color

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

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

This div border color is #374C5C.


Opacity

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

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

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

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

This text has shadow with #374C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C5C on black background.


Color preview on white background

This text has color #374C5C on white background.



Black color preview on #374C5C background

This text has black color on #374C5C background.


White color preview on #374C5C background

This text has white color on #374C5C background.