COLOR #374666

HEX: #374666
RGB: (55,70,102)

Color info

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

RGB color model

#374666 color RGB value is (55,70,102).

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

RGB channels and saturation

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

55
70
102

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

Portions of RGB colors in percentages

R + G + B =
55 + 70 + 102 = 227 (100%)
R 55 of 227 ~ 24.23%
G 70 of 227 ~ 30.84%
B 102 of 227 ~ 44.93%

%24.23
%30.84
%44.93

CMYK color model

#374666 color CMYK value is (46,31,0,60).

  • cyan value is 46.08%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(46,31,0,60)
C46M31Y0K60 
(46%,31%,0%,60%)
(0.46/0.31/0.00/0.60)	

CMYK percentages

%46.08
%31.37
%0
%60

Codes

Color #374666 in popluar color models

374666
RGB5570102
HSL221°29.94%30.78%
HSB/HSV221°46.08%40.00%
CMYK46.08%31.37%0.00%
60.00%

Color #374666 in popluar number systems.

HEX374666
Decimal5570102
Binary11011110001101100110
Octal67106146

Shades and tints

Shades of #374666

#374666
(55,70,102)
#32405D
(50,64,93)
#2D3A54
(45,58,84)
#28344B
(40,52,75)
#232E42
(35,46,66)
#1E2839
(30,40,57)
#192230
(25,34,48)
#141C27
(20,28,39)
#0F161E
(15,22,30)
#0A1015
(10,16,21)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #374666

#374666
(55,70,102)
#495673
(73,86,115)
#5B6680
(91,102,128)
#6D768D
(109,118,141)
#7F869A
(127,134,154)
#9196A7
(145,150,167)
#A3A6B4
(163,166,180)
#B5B6C1
(181,182,193)
#C7C6CE
(199,198,206)
#D9D6DB
(217,214,219)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374666; }

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

This text font color is #374666.


Background Color

.myBgColor { background-color: #374666; }

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

This div background color is #374666.


Border color

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

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

This div border color is #374666.


Opacity

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

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

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

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

This text has shadow with #374666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374666 on black background.


Color preview on white background

This text has color #374666 on white background.



Black color preview on #374666 background

This text has black color on #374666 background.


White color preview on #374666 background

This text has white color on #374666 background.