COLOR #374667

HEX: #374667
RGB: (55,70,103)

Color info

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

RGB color model

#374667 color RGB value is (55,70,103).

  • red value is 55;
  • green value is 70;
  • blue value is 103.
RGB:
(55,70,103)
(22%,27%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 103 of 255 = 40%

55
70
103

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

Portions of RGB colors in percentages

R + G + B =
55 + 70 + 103 = 228 (100%)
R 55 of 228 ~ 24.12%
G 70 of 228 ~ 30.7%
B 103 of 228 ~ 45.18%

%24.12
%30.7
%45.18

CMYK color model

#374667 color CMYK value is (47,32,0,60).

  • cyan value is 46.60%
  • magenta value is 32.04%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(47,32,0,60)
C47M32Y0K60 
(47%,32%,0%,60%)
(0.47/0.32/0.00/0.60)	

CMYK percentages

%46.6
%32.04
%0
%59.61

Codes

Color #374667 in popluar color models

374667
RGB5570103
HSL221°30.38%30.98%
HSB/HSV221°46.60%40.39%
CMYK46.60%32.04%0.00%
59.61%

Color #374667 in popluar number systems.

HEX374667
Decimal5570103
Binary11011110001101100111
Octal67106147

Shades and tints

Shades of #374667

#374667
(55,70,103)
#32405E
(50,64,94)
#2D3A55
(45,58,85)
#28344C
(40,52,76)
#232E43
(35,46,67)
#1E283A
(30,40,58)
#192231
(25,34,49)
#141C28
(20,28,40)
#0F161F
(15,22,31)
#0A1016
(10,16,22)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #374667

#374667
(55,70,103)
#495674
(73,86,116)
#5B6681
(91,102,129)
#6D768E
(109,118,142)
#7F869B
(127,134,155)
#9196A8
(145,150,168)
#A3A6B5
(163,166,181)
#B5B6C2
(181,182,194)
#C7C6CF
(199,198,207)
#D9D6DC
(217,214,220)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374667 color. Also use rgb(55,70,103) instead hex code.

Text Font Color

.myTextColor { color: #374667; }

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

This text font color is #374667.


Background Color

.myBgColor { background-color: #374667; }

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

This div background color is #374667.


Border color

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

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

This div border color is #374667.


Opacity

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

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

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

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

This text has shadow with #374667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374667 on black background.


Color preview on white background

This text has color #374667 on white background.



Black color preview on #374667 background

This text has black color on #374667 background.


White color preview on #374667 background

This text has white color on #374667 background.