COLOR #374E41

HEX: #374E41 RGB: (55,78,65)

Color info

#374E41 contains red, green and blue colors in about the same proportion. Web safe color of #374E41 is #336633 (or #363).

RGB color model

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

RGB: (55,78,65) (22%, 31%, 25%)

RGB channels and saturation

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

55
78
65

R + G + B ~ 26%. #374E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 78 + 65 = 198 (100%)
R 55 of 198 ~ 27.78%
G 78 of 198 ~ 39.39%
B 65 of 198 ~ 32.83'%

%27.78
%39.39
%32.83

CMYK color model

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

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

CMYK percentages

%29.49
%0
%16.67
%69.41

Codes

Color #374E41 in popluar color models

37 4E 41
RGB 55 78 65
HSL 146° 17.29% 26.08%
HSB/HSV 146° 29.49% 30.59%
CMYK 29.49% 0.00% 16.67%
69.41%

Color #374E41 in popluar number systems.

HEX 37 4E 41
Decimal 55 78 65
Binary 110111 1001110 1000001
Octal 67 116 101

Shades and tints

Shades of #374E41

#374E41
(55,78,65)
#32473C
(50,71,60)
#2D4037
(45,64,55)
#283932
(40,57,50)
#23322D
(35,50,45)
#1E2B28
(30,43,40)
#192423
(25,36,35)
#141D1E
(20,29,30)
#0F1619
(15,22,25)
#0A0F14
(10,15,20)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #374E41

#374E41
(55,78,65)
#495E52
(73,94,82)
#5B6E63
(91,110,99)
#6D7E74
(109,126,116)
#7F8E85
(127,142,133)
#919E96
(145,158,150)
#A3AEA7
(163,174,167)
#B5BEB8
(181,190,184)
#C7CEC9
(199,206,201)
#D9DEDA
(217,222,218)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374E41; }

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

This text font color is #374E41.

Background Color

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

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

This div background color is #374E41.

Border color

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

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

This div border color is #374E41.

Opacity

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

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

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

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

This text has shadow with #374E41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374E41.

Preview

Color preview on black background

This text has color #374E41 on black background.


Color preview on white background

This text has color #374E41 on white background.


Black color preview on #374E41 background

This text has black color on #374E41 background.


White color preview on #374E41 background

This text has white color on #374E41 background.


Related colors

Complementary color

Complementary color for #hex is #C8B1BE.


I love getcolorcode.com

Triadic colors

1 #41374E and #4E4137 with #374E41 are triadic colors.

2 #414E37 and #4E3741 with #374E41 are triadic colors.