COLOR #374154

HEX: #374154
RGB: (55,65,84)

Color info

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

RGB color model

#374154 color RGB value is (55,65,84).

  • red value is 55;
  • green value is 65;
  • blue value is 84.
RGB:
(55,65,84)
(22%,25%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 84 of 255 = 33%

55
65
84

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

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 84 = 204 (100%)
R 55 of 204 ~ 26.96%
G 65 of 204 ~ 31.86%
B 84 of 204 ~ 41.18%

%26.96
%31.86
%41.18

CMYK color model

#374154 color CMYK value is (35,23,0,67).

  • cyan value is 34.52%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(35,23,0,67)
C35M23Y0K67 
(35%,23%,0%,67%)
(0.35/0.23/0.00/0.67)	

CMYK percentages

%34.52
%22.62
%0
%67.06

Codes

Color #374154 in popluar color models

374154
RGB556584
HSL219°20.86%27.25%
HSB/HSV219°34.52%32.94%
CMYK34.52%22.62%0.00%
67.06%

Color #374154 in popluar number systems.

HEX374154
Decimal556584
Binary11011110000011010100
Octal67101124

Shades and tints

Shades of #374154

#374154
(55,65,84)
#323C4D
(50,60,77)
#2D3746
(45,55,70)
#28323F
(40,50,63)
#232D38
(35,45,56)
#1E2831
(30,40,49)
#19232A
(25,35,42)
#141E23
(20,30,35)
#0F191C
(15,25,28)
#0A1415
(10,20,21)
#050F0E
(5,15,14)
#000000
(0,0,0)

Tints of #374154

#374154
(55,65,84)
#495263
(73,82,99)
#5B6372
(91,99,114)
#6D7481
(109,116,129)
#7F8590
(127,133,144)
#91969F
(145,150,159)
#A3A7AE
(163,167,174)
#B5B8BD
(181,184,189)
#C7C9CC
(199,201,204)
#D9DADB
(217,218,219)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374154 color. Also use rgb(55,65,84) instead hex code.

Text Font Color

.myTextColor { color: #374154; }

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

This text font color is #374154.


Background Color

.myBgColor { background-color: #374154; }

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

This div background color is #374154.


Border color

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

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

This div border color is #374154.


Opacity

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

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

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

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

This text has shadow with #374154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374154 on black background.


Color preview on white background

This text has color #374154 on white background.



Black color preview on #374154 background

This text has black color on #374154 background.


White color preview on #374154 background

This text has white color on #374154 background.