COLOR #374446

HEX: #374446
RGB: (55,68,70)

Color info

#374446 contains red, green and blue colors in about the same proportion. Web safe color of #374446 is #333333 (or #333).

RGB color model

#374446 color RGB value is (55,68,70).

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

RGB channels and saturation

R 55 of 255 = 22%
G 68 of 255 = 27%
B 70 of 255 = 27%

55
68
70

R + G + B ~ 25%. #374446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 68 + 70 = 193 (100%)
R 55 of 193 ~ 28.5%
G 68 of 193 ~ 35.23%
B 70 of 193 ~ 36.27%

%28.5
%35.23
%36.27

CMYK color model

#374446 color CMYK value is (21,3,0,73).

  • cyan value is 21.43%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(21,3,0,73)
C21M3Y0K73 
(21%,3%,0%,73%)
(0.21/0.03/0.00/0.73)	

CMYK percentages

%21.43
%2.86
%0
%72.55

Codes

Color #374446 in popluar color models

374446
RGB556870
HSL188°12.00%24.51%
HSB/HSV188°21.43%27.45%
CMYK21.43%2.86%0.00%
72.55%

Color #374446 in popluar number systems.

HEX374446
Decimal556870
Binary11011110001001000110
Octal67104106

Shades and tints

Shades of #374446

#374446
(55,68,70)
#323E40
(50,62,64)
#2D383A
(45,56,58)
#283234
(40,50,52)
#232C2E
(35,44,46)
#1E2628
(30,38,40)
#192022
(25,32,34)
#141A1C
(20,26,28)
#0F1416
(15,20,22)
#0A0E10
(10,14,16)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #374446

#374446
(55,68,70)
#495556
(73,85,86)
#5B6666
(91,102,102)
#6D7776
(109,119,118)
#7F8886
(127,136,134)
#919996
(145,153,150)
#A3AAA6
(163,170,166)
#B5BBB6
(181,187,182)
#C7CCC6
(199,204,198)
#D9DDD6
(217,221,214)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374446; }

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

This text font color is #374446.


Background Color

.myBgColor { background-color: #374446; }

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

This div background color is #374446.


Border color

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

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

This div border color is #374446.


Opacity

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

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

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

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

This text has shadow with #374446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374446 on black background.


Color preview on white background

This text has color #374446 on white background.



Black color preview on #374446 background

This text has black color on #374446 background.


White color preview on #374446 background

This text has white color on #374446 background.