COLOR #374555

HEX: #374555
RGB: (55,69,85)

Color info

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

RGB color model

#374555 color RGB value is (55,69,85).

  • red value is 55;
  • green value is 69;
  • blue value is 85.
RGB:
(55,69,85)
(22%,27%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 69 of 255 = 27%
B 85 of 255 = 33%

55
69
85

R + G + B ~ 27%. #374555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 69 + 85 = 209 (100%)
R 55 of 209 ~ 26.32%
G 69 of 209 ~ 33.01%
B 85 of 209 ~ 40.67%

%26.32
%33.01
%40.67

CMYK color model

#374555 color CMYK value is (35,19,0,67).

  • cyan value is 35.29%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(35,19,0,67)
C35M19Y0K67 
(35%,19%,0%,67%)
(0.35/0.19/0.00/0.67)	

CMYK percentages

%35.29
%18.82
%0
%66.67

Codes

Color #374555 in popluar color models

374555
RGB556985
HSL212°21.43%27.45%
HSB/HSV212°35.29%33.33%
CMYK35.29%18.82%0.00%
66.67%

Color #374555 in popluar number systems.

HEX374555
Decimal556985
Binary11011110001011010101
Octal67105125

Shades and tints

Shades of #374555

#374555
(55,69,85)
#323F4E
(50,63,78)
#2D3947
(45,57,71)
#283340
(40,51,64)
#232D39
(35,45,57)
#1E2732
(30,39,50)
#19212B
(25,33,43)
#141B24
(20,27,36)
#0F151D
(15,21,29)
#0A0F16
(10,15,22)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #374555

#374555
(55,69,85)
#495564
(73,85,100)
#5B6573
(91,101,115)
#6D7582
(109,117,130)
#7F8591
(127,133,145)
#9195A0
(145,149,160)
#A3A5AF
(163,165,175)
#B5B5BE
(181,181,190)
#C7C5CD
(199,197,205)
#D9D5DC
(217,213,220)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374555 color. Also use rgb(55,69,85) instead hex code.

Text Font Color

.myTextColor { color: #374555; }

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

This text font color is #374555.


Background Color

.myBgColor { background-color: #374555; }

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

This div background color is #374555.


Border color

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

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

This div border color is #374555.


Opacity

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

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

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

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

This text has shadow with #374555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374555 on black background.


Color preview on white background

This text has color #374555 on white background.



Black color preview on #374555 background

This text has black color on #374555 background.


White color preview on #374555 background

This text has white color on #374555 background.