COLOR #374656

HEX: #374656
RGB: (55,70,86)

Color info

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

RGB color model

#374656 color RGB value is (55,70,86).

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

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 86 of 255 = 34%

55
70
86

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

Portions of RGB colors in percentages

R + G + B =
55 + 70 + 86 = 211 (100%)
R 55 of 211 ~ 26.07%
G 70 of 211 ~ 33.18%
B 86 of 211 ~ 40.76%

%26.07
%33.18
%40.76

CMYK color model

#374656 color CMYK value is (36,19,0,66).

  • cyan value is 36.05%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(36,19,0,66)
C36M19Y0K66 
(36%,19%,0%,66%)
(0.36/0.19/0.00/0.66)	

CMYK percentages

%36.05
%18.6
%0
%66.27

Codes

Color #374656 in popluar color models

374656
RGB557086
HSL211°21.99%27.65%
HSB/HSV211°36.05%33.73%
CMYK36.05%18.60%0.00%
66.27%

Color #374656 in popluar number systems.

HEX374656
Decimal557086
Binary11011110001101010110
Octal67106126

Shades and tints

Shades of #374656

#374656
(55,70,86)
#32404F
(50,64,79)
#2D3A48
(45,58,72)
#283441
(40,52,65)
#232E3A
(35,46,58)
#1E2833
(30,40,51)
#19222C
(25,34,44)
#141C25
(20,28,37)
#0F161E
(15,22,30)
#0A1017
(10,16,23)
#050A10
(5,10,16)
#000000
(0,0,0)

Tints of #374656

#374656
(55,70,86)
#495665
(73,86,101)
#5B6674
(91,102,116)
#6D7683
(109,118,131)
#7F8692
(127,134,146)
#9196A1
(145,150,161)
#A3A6B0
(163,166,176)
#B5B6BF
(181,182,191)
#C7C6CE
(199,198,206)
#D9D6DD
(217,214,221)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374656; }

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

This text font color is #374656.


Background Color

.myBgColor { background-color: #374656; }

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

This div background color is #374656.


Border color

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

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

This div border color is #374656.


Opacity

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

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

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

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

This text has shadow with #374656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374656 on black background.


Color preview on white background

This text has color #374656 on white background.



Black color preview on #374656 background

This text has black color on #374656 background.


White color preview on #374656 background

This text has white color on #374656 background.