COLOR #374762

HEX: #374762
RGB: (55,71,98)

Color info

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

RGB color model

#374762 color RGB value is (55,71,98).

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

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 98 of 255 = 38%

55
71
98

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

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 98 = 224 (100%)
R 55 of 224 ~ 24.55%
G 71 of 224 ~ 31.7%
B 98 of 224 ~ 43.75%

%24.55
%31.7
%43.75

CMYK color model

#374762 color CMYK value is (44,28,0,62).

  • cyan value is 43.88%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(44,28,0,62)
C44M28Y0K62 
(44%,28%,0%,62%)
(0.44/0.28/0.00/0.62)	

CMYK percentages

%43.88
%27.55
%0
%61.57

Codes

Color #374762 in popluar color models

374762
RGB557198
HSL218°28.10%30.00%
HSB/HSV218°43.88%38.43%
CMYK43.88%27.55%0.00%
61.57%

Color #374762 in popluar number systems.

HEX374762
Decimal557198
Binary11011110001111100010
Octal67107142

Shades and tints

Shades of #374762

#374762
(55,71,98)
#32415A
(50,65,90)
#2D3B52
(45,59,82)
#28354A
(40,53,74)
#232F42
(35,47,66)
#1E293A
(30,41,58)
#192332
(25,35,50)
#141D2A
(20,29,42)
#0F1722
(15,23,34)
#0A111A
(10,17,26)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #374762

#374762
(55,71,98)
#495770
(73,87,112)
#5B677E
(91,103,126)
#6D778C
(109,119,140)
#7F879A
(127,135,154)
#9197A8
(145,151,168)
#A3A7B6
(163,167,182)
#B5B7C4
(181,183,196)
#C7C7D2
(199,199,210)
#D9D7E0
(217,215,224)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374762 color. Also use rgb(55,71,98) instead hex code.

Text Font Color

.myTextColor { color: #374762; }

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

This text font color is #374762.


Background Color

.myBgColor { background-color: #374762; }

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

This div background color is #374762.


Border color

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

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

This div border color is #374762.


Opacity

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

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

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

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

This text has shadow with #374762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374762 on black background.


Color preview on white background

This text has color #374762 on white background.



Black color preview on #374762 background

This text has black color on #374762 background.


White color preview on #374762 background

This text has white color on #374762 background.