COLOR #374861

HEX: #374861
RGB: (55,72,97)

Color info

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

RGB color model

#374861 color RGB value is (55,72,97).

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

RGB channels and saturation

R 55 of 255 = 22%
G 72 of 255 = 28%
B 97 of 255 = 38%

55
72
97

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

Portions of RGB colors in percentages

R + G + B =
55 + 72 + 97 = 224 (100%)
R 55 of 224 ~ 24.55%
G 72 of 224 ~ 32.14%
B 97 of 224 ~ 43.3%

%24.55
%32.14
%43.3

CMYK color model

#374861 color CMYK value is (43,26,0,62).

  • cyan value is 43.30%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(43,26,0,62)
C43M26Y0K62 
(43%,26%,0%,62%)
(0.43/0.26/0.00/0.62)	

CMYK percentages

%43.3
%25.77
%0
%61.96

Codes

Color #374861 in popluar color models

374861
RGB557297
HSL216°27.63%29.80%
HSB/HSV216°43.30%38.04%
CMYK43.30%25.77%0.00%
61.96%

Color #374861 in popluar number systems.

HEX374861
Decimal557297
Binary11011110010001100001
Octal67110141

Shades and tints

Shades of #374861

#374861
(55,72,97)
#324259
(50,66,89)
#2D3C51
(45,60,81)
#283649
(40,54,73)
#233041
(35,48,65)
#1E2A39
(30,42,57)
#192431
(25,36,49)
#141E29
(20,30,41)
#0F1821
(15,24,33)
#0A1219
(10,18,25)
#050C11
(5,12,17)
#000000
(0,0,0)

Tints of #374861

#374861
(55,72,97)
#49586F
(73,88,111)
#5B687D
(91,104,125)
#6D788B
(109,120,139)
#7F8899
(127,136,153)
#9198A7
(145,152,167)
#A3A8B5
(163,168,181)
#B5B8C3
(181,184,195)
#C7C8D1
(199,200,209)
#D9D8DF
(217,216,223)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374861; }

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

This text font color is #374861.


Background Color

.myBgColor { background-color: #374861; }

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

This div background color is #374861.


Border color

.myBorderColor { border: 1px solid #374861; }

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

This div border color is #374861.


Opacity

.myOpacity80 { color: #374861; opacity: 0.8; }

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

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

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

This text has shadow with #374861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374861 on black background.


Color preview on white background

This text has color #374861 on white background.



Black color preview on #374861 background

This text has black color on #374861 background.


White color preview on #374861 background

This text has white color on #374861 background.