COLOR #374C51

HEX: #374C51
RGB: (55,76,81)

Color info

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

RGB color model

#374C51 color RGB value is (55,76,81).

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

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 81 of 255 = 32%

55
76
81

R + G + B ~ 28%. #374C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 76 + 81 = 212 (100%)
R 55 of 212 ~ 25.94%
G 76 of 212 ~ 35.85%
B 81 of 212 ~ 38.21%

%25.94
%35.85
%38.21

CMYK color model

#374C51 color CMYK value is (32,6,0,68).

  • cyan value is 32.10%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(32,6,0,68)
C32M6Y0K68 
(32%,6%,0%,68%)
(0.32/0.06/0.00/0.68)	

CMYK percentages

%32.1
%6.17
%0
%68.24

Codes

Color #374C51 in popluar color models

374C51
RGB557681
HSL192°19.12%26.67%
HSB/HSV192°32.10%31.76%
CMYK32.10%6.17%0.00%
68.24%

Color #374C51 in popluar number systems.

HEX374C51
Decimal557681
Binary11011110011001010001
Octal67114121

Shades and tints

Shades of #374C51

#374C51
(55,76,81)
#32464A
(50,70,74)
#2D4043
(45,64,67)
#283A3C
(40,58,60)
#233435
(35,52,53)
#1E2E2E
(30,46,46)
#192827
(25,40,39)
#142220
(20,34,32)
#0F1C19
(15,28,25)
#0A1612
(10,22,18)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #374C51

#374C51
(55,76,81)
#495C60
(73,92,96)
#5B6C6F
(91,108,111)
#6D7C7E
(109,124,126)
#7F8C8D
(127,140,141)
#919C9C
(145,156,156)
#A3ACAB
(163,172,171)
#B5BCBA
(181,188,186)
#C7CCC9
(199,204,201)
#D9DCD8
(217,220,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C51; }

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

This text font color is #374C51.


Background Color

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

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

This div background color is #374C51.


Border color

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

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

This div border color is #374C51.


Opacity

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

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

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

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

This text has shadow with #374C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C51 on black background.


Color preview on white background

This text has color #374C51 on white background.



Black color preview on #374C51 background

This text has black color on #374C51 background.


White color preview on #374C51 background

This text has white color on #374C51 background.