COLOR #374C4A

HEX: #374C4A
RGB: (55,76,74)

Color info

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

RGB color model

#374C4A color RGB value is (55,76,74).

  • red value is 55;
  • green value is 76;
  • blue value is 74.
RGB:
(55,76,74)
(22%,30%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 74 of 255 = 29%

55
76
74

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

Portions of RGB colors in percentages

R + G + B =
55 + 76 + 74 = 205 (100%)
R 55 of 205 ~ 26.83%
G 76 of 205 ~ 37.07%
B 74 of 205 ~ 36.1%

%26.83
%37.07
%36.1

CMYK color model

#374C4A color CMYK value is (28,0,3,70).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(28,0,3,70)
C28M0Y3K70 
(28%,0%,3%,70%)
(0.28/0.00/0.03/0.70)	

CMYK percentages

%27.63
%0
%2.63
%70.2

Codes

Color #374C4A in popluar color models

374C4A
RGB557674
HSL174°16.03%25.69%
HSB/HSV174°27.63%29.80%
CMYK27.63%0.00%2.63%
70.20%

Color #374C4A in popluar number systems.

HEX374C4A
Decimal557674
Binary11011110011001001010
Octal67114112

Shades and tints

Shades of #374C4A

#374C4A
(55,76,74)
#324644
(50,70,68)
#2D403E
(45,64,62)
#283A38
(40,58,56)
#233432
(35,52,50)
#1E2E2C
(30,46,44)
#192826
(25,40,38)
#142220
(20,34,32)
#0F1C1A
(15,28,26)
#0A1614
(10,22,20)
#05100E
(5,16,14)
#000000
(0,0,0)

Tints of #374C4A

#374C4A
(55,76,74)
#495C5A
(73,92,90)
#5B6C6A
(91,108,106)
#6D7C7A
(109,124,122)
#7F8C8A
(127,140,138)
#919C9A
(145,156,154)
#A3ACAA
(163,172,170)
#B5BCBA
(181,188,186)
#C7CCCA
(199,204,202)
#D9DCDA
(217,220,218)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C4A; }

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

This text font color is #374C4A.


Background Color

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

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

This div background color is #374C4A.


Border color

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

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

This div border color is #374C4A.


Opacity

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

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

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

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

This text has shadow with #374C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C4A on black background.


Color preview on white background

This text has color #374C4A on white background.



Black color preview on #374C4A background

This text has black color on #374C4A background.


White color preview on #374C4A background

This text has white color on #374C4A background.