COLOR #374354

HEX: #374354
RGB: (55,67,84)

Color info

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

RGB color model

#374354 color RGB value is (55,67,84).

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

RGB channels and saturation

R 55 of 255 = 22%
G 67 of 255 = 26%
B 84 of 255 = 33%

55
67
84

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

Portions of RGB colors in percentages

R + G + B =
55 + 67 + 84 = 206 (100%)
R 55 of 206 ~ 26.7%
G 67 of 206 ~ 32.52%
B 84 of 206 ~ 40.78%

%26.7
%32.52
%40.78

CMYK color model

#374354 color CMYK value is (35,20,0,67).

  • cyan value is 34.52%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(35,20,0,67)
C35M20Y0K67 
(35%,20%,0%,67%)
(0.35/0.20/0.00/0.67)	

CMYK percentages

%34.52
%20.24
%0
%67.06

Codes

Color #374354 in popluar color models

374354
RGB556784
HSL215°20.86%27.25%
HSB/HSV215°34.52%32.94%
CMYK34.52%20.24%0.00%
67.06%

Color #374354 in popluar number systems.

HEX374354
Decimal556784
Binary11011110000111010100
Octal67103124

Shades and tints

Shades of #374354

#374354
(55,67,84)
#323D4D
(50,61,77)
#2D3746
(45,55,70)
#28313F
(40,49,63)
#232B38
(35,43,56)
#1E2531
(30,37,49)
#191F2A
(25,31,42)
#141923
(20,25,35)
#0F131C
(15,19,28)
#0A0D15
(10,13,21)
#05070E
(5,7,14)
#000000
(0,0,0)

Tints of #374354

#374354
(55,67,84)
#495463
(73,84,99)
#5B6572
(91,101,114)
#6D7681
(109,118,129)
#7F8790
(127,135,144)
#91989F
(145,152,159)
#A3A9AE
(163,169,174)
#B5BABD
(181,186,189)
#C7CBCC
(199,203,204)
#D9DCDB
(217,220,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374354; }

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

This text font color is #374354.


Background Color

.myBgColor { background-color: #374354; }

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

This div background color is #374354.


Border color

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

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

This div border color is #374354.


Opacity

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

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

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

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

This text has shadow with #374354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374354 on black background.


Color preview on white background

This text has color #374354 on white background.



Black color preview on #374354 background

This text has black color on #374354 background.


White color preview on #374354 background

This text has white color on #374354 background.