COLOR #374262

HEX: #374262
RGB: (55,66,98)

Color info

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

RGB color model

#374262 color RGB value is (55,66,98).

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

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 98 of 255 = 38%

55
66
98

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

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 98 = 219 (100%)
R 55 of 219 ~ 25.11%
G 66 of 219 ~ 30.14%
B 98 of 219 ~ 44.75%

%25.11
%30.14
%44.75

CMYK color model

#374262 color CMYK value is (44,33,0,62).

  • cyan value is 43.88%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(44,33,0,62)
C44M33Y0K62 
(44%,33%,0%,62%)
(0.44/0.33/0.00/0.62)	

CMYK percentages

%43.88
%32.65
%0
%61.57

Codes

Color #374262 in popluar color models

374262
RGB556698
HSL225°28.10%30.00%
HSB/HSV225°43.88%38.43%
CMYK43.88%32.65%0.00%
61.57%

Color #374262 in popluar number systems.

HEX374262
Decimal556698
Binary11011110000101100010
Octal67102142

Shades and tints

Shades of #374262

#374262
(55,66,98)
#323C5A
(50,60,90)
#2D3652
(45,54,82)
#28304A
(40,48,74)
#232A42
(35,42,66)
#1E243A
(30,36,58)
#191E32
(25,30,50)
#14182A
(20,24,42)
#0F1222
(15,18,34)
#0A0C1A
(10,12,26)
#050612
(5,6,18)
#000000
(0,0,0)

Tints of #374262

#374262
(55,66,98)
#495370
(73,83,112)
#5B647E
(91,100,126)
#6D758C
(109,117,140)
#7F869A
(127,134,154)
#9197A8
(145,151,168)
#A3A8B6
(163,168,182)
#B5B9C4
(181,185,196)
#C7CAD2
(199,202,210)
#D9DBE0
(217,219,224)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374262; }

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

This text font color is #374262.


Background Color

.myBgColor { background-color: #374262; }

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

This div background color is #374262.


Border color

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

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

This div border color is #374262.


Opacity

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

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

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

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

This text has shadow with #374262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374262 on black background.


Color preview on white background

This text has color #374262 on white background.



Black color preview on #374262 background

This text has black color on #374262 background.


White color preview on #374262 background

This text has white color on #374262 background.