COLOR #374C5E

HEX: #374C5E
RGB: (55,76,94)

Color info

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

RGB color model

#374C5E color RGB value is (55,76,94).

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

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 94 of 255 = 37%

55
76
94

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

Portions of RGB colors in percentages

R + G + B =
55 + 76 + 94 = 225 (100%)
R 55 of 225 ~ 24.44%
G 76 of 225 ~ 33.78%
B 94 of 225 ~ 41.78%

%24.44
%33.78
%41.78

CMYK color model

#374C5E color CMYK value is (41,19,0,63).

  • cyan value is 41.49%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (41,19,0,63) C41M19Y0K63 (41%,19%,0%,63%) (0.41/0.19/0.00/0.63)

CMYK percentages

%41.49
%19.15
%0
%63.14

Codes

Color #374C5E in popluar color models

374C5E
RGB557694
HSL208°26.17%29.22%
HSB/HSV208°41.49%36.86%
CMYK41.49%19.15%0.00%
63.14%

Color #374C5E in popluar number systems.

HEX374C5E
Decimal557694
Binary11011110011001011110
Octal67114136

Shades and tints

Shades of #374C5E

#374C5E
(55,76,94)
#324656
(50,70,86)
#2D404E
(45,64,78)
#283A46
(40,58,70)
#23343E
(35,52,62)
#1E2E36
(30,46,54)
#19282E
(25,40,46)
#142226
(20,34,38)
#0F1C1E
(15,28,30)
#0A1616
(10,22,22)
#05100E
(5,16,14)
#000000
(0,0,0)

Tints of #374C5E

#374C5E
(55,76,94)
#495C6C
(73,92,108)
#5B6C7A
(91,108,122)
#6D7C88
(109,124,136)
#7F8C96
(127,140,150)
#919CA4
(145,156,164)
#A3ACB2
(163,172,178)
#B5BCC0
(181,188,192)
#C7CCCE
(199,204,206)
#D9DCDC
(217,220,220)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C5E; }

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

This text font color is #374C5E.


Background Color

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

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

This div background color is #374C5E.


Border color

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

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

This div border color is #374C5E.


Opacity

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

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

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

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

This text has shadow with #374C5E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #374C5E on black background.


Color preview on white background

This text has color #374C5E on white background.



Black color preview on #374C5E background

This text has black color on #374C5E background.


White color preview on #374C5E background

This text has white color on #374C5E background.