COLOR #374468

HEX: #374468
RGB: (55,68,104)

Color info

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

RGB color model

#374468 color RGB value is (55,68,104).

  • red value is 55;
  • green value is 68;
  • blue value is 104.
RGB:
(55,68,104)
(22%,27%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 68 of 255 = 27%
B 104 of 255 = 41%

55
68
104

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

Portions of RGB colors in percentages

R + G + B =
55 + 68 + 104 = 227 (100%)
R 55 of 227 ~ 24.23%
G 68 of 227 ~ 29.96%
B 104 of 227 ~ 45.81%

%24.23
%29.96
%45.81

CMYK color model

#374468 color CMYK value is (47,35,0,59).

  • cyan value is 47.12%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(47,35,0,59)
C47M35Y0K59 
(47%,35%,0%,59%)
(0.47/0.35/0.00/0.59)	

CMYK percentages

%47.12
%34.62
%0
%59.22

Codes

Color #374468 in popluar color models

374468
RGB5568104
HSL224°30.82%31.18%
HSB/HSV224°47.12%40.78%
CMYK47.12%34.62%0.00%
59.22%

Color #374468 in popluar number systems.

HEX374468
Decimal5568104
Binary11011110001001101000
Octal67104150

Shades and tints

Shades of #374468

#374468
(55,68,104)
#323E5F
(50,62,95)
#2D3856
(45,56,86)
#28324D
(40,50,77)
#232C44
(35,44,68)
#1E263B
(30,38,59)
#192032
(25,32,50)
#141A29
(20,26,41)
#0F1420
(15,20,32)
#0A0E17
(10,14,23)
#05080E
(5,8,14)
#000000
(0,0,0)

Tints of #374468

#374468
(55,68,104)
#495575
(73,85,117)
#5B6682
(91,102,130)
#6D778F
(109,119,143)
#7F889C
(127,136,156)
#9199A9
(145,153,169)
#A3AAB6
(163,170,182)
#B5BBC3
(181,187,195)
#C7CCD0
(199,204,208)
#D9DDDD
(217,221,221)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374468 color. Also use rgb(55,68,104) instead hex code.

Text Font Color

.myTextColor { color: #374468; }

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

This text font color is #374468.


Background Color

.myBgColor { background-color: #374468; }

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

This div background color is #374468.


Border color

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

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

This div border color is #374468.


Opacity

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

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

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

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

This text has shadow with #374468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374468 on black background.


Color preview on white background

This text has color #374468 on white background.



Black color preview on #374468 background

This text has black color on #374468 background.


White color preview on #374468 background

This text has white color on #374468 background.