COLOR #374E4E

HEX: #374E4E
RGB: (55,78,78)

Color info

#374E4E contains red, green and blue colors in about the same proportion. Web safe color of #374E4E is #336666 (or #366).

RGB color model

#374E4E color RGB value is (55,78,78).

  • red value is 55;
  • green value is 78;
  • blue value is 78.
RGB:
(55,78,78)
(22%,31%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 78 of 255 = 31%

55
78
78

R + G + B ~ 28%. #374E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 78 + 78 = 211 (100%)
R 55 of 211 ~ 26.07%
G 78 of 211 ~ 36.97%
B 78 of 211 ~ 36.97%

%26.07
%36.97
%36.97

CMYK color model

#374E4E color CMYK value is (29,0,0,69).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(29,0,0,69)
C29M0Y0K69 
(29%,0%,0%,69%)
(0.29/0.00/0.00/0.69)	

CMYK percentages

%29.49
%0
%0
%69.41

Codes

Color #374E4E in popluar color models

374E4E
RGB557878
HSL180°17.29%26.08%
HSB/HSV180°29.49%30.59%
CMYK29.49%0.00%0.00%
69.41%

Color #374E4E in popluar number systems.

HEX374E4E
Decimal557878
Binary11011110011101001110
Octal67116116

Shades and tints

Shades of #374E4E

#374E4E
(55,78,78)
#324747
(50,71,71)
#2D4040
(45,64,64)
#283939
(40,57,57)
#233232
(35,50,50)
#1E2B2B
(30,43,43)
#192424
(25,36,36)
#141D1D
(20,29,29)
#0F1616
(15,22,22)
#0A0F0F
(10,15,15)
#050808
(5,8,8)
#000000
(0,0,0)

Tints of #374E4E

#374E4E
(55,78,78)
#495E5E
(73,94,94)
#5B6E6E
(91,110,110)
#6D7E7E
(109,126,126)
#7F8E8E
(127,142,142)
#919E9E
(145,158,158)
#A3AEAE
(163,174,174)
#B5BEBE
(181,190,190)
#C7CECE
(199,206,206)
#D9DEDE
(217,222,222)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374E4E color. Also use rgb(55,78,78) instead hex code.

Text Font Color

.myTextColor { color: #374E4E; }

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

This text font color is #374E4E.


Background Color

.myBgColor { background-color: #374E4E; }

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

This div background color is #374E4E.


Border color

.myBorderColor { border: 1px solid #374E4E; }

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

This div border color is #374E4E.


Opacity

.myOpacity80 { color: #374E4E; opacity: 0.8; }

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

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

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

This text has shadow with #374E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374E4E on black background.


Color preview on white background

This text has color #374E4E on white background.



Black color preview on #374E4E background

This text has black color on #374E4E background.


White color preview on #374E4E background

This text has white color on #374E4E background.