COLOR #374C3B

HEX: #374C3B
RGB: (55,76,59)

Color info

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

RGB color model

#374C3B color RGB value is (55,76,59).

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

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 59 of 255 = 23%

55
76
59

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

Portions of RGB colors in percentages

R + G + B =
55 + 76 + 59 = 190 (100%)
R 55 of 190 ~ 28.95%
G 76 of 190 ~ 40%
B 59 of 190 ~ 31.05%

%28.95
%40
%31.05

CMYK color model

#374C3B color CMYK value is (28,0,22,70).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(28,0,22,70)
C28M0Y22K70 
(28%,0%,22%,70%)
(0.28/0.00/0.22/0.70)	

CMYK percentages

%27.63
%0
%22.37
%70.2

Codes

Color #374C3B in popluar color models

374C3B
RGB557659
HSL131°16.03%25.69%
HSB/HSV131°27.63%29.80%
CMYK27.63%0.00%22.37%
70.20%

Color #374C3B in popluar number systems.

HEX374C3B
Decimal557659
Binary1101111001100111011
Octal6711473

Shades and tints

Shades of #374C3B

#374C3B
(55,76,59)
#324636
(50,70,54)
#2D4031
(45,64,49)
#283A2C
(40,58,44)
#233427
(35,52,39)
#1E2E22
(30,46,34)
#19281D
(25,40,29)
#142218
(20,34,24)
#0F1C13
(15,28,19)
#0A160E
(10,22,14)
#051009
(5,16,9)
#000000
(0,0,0)

Tints of #374C3B

#374C3B
(55,76,59)
#495C4C
(73,92,76)
#5B6C5D
(91,108,93)
#6D7C6E
(109,124,110)
#7F8C7F
(127,140,127)
#919C90
(145,156,144)
#A3ACA1
(163,172,161)
#B5BCB2
(181,188,178)
#C7CCC3
(199,204,195)
#D9DCD4
(217,220,212)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C3B; }

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

This text font color is #374C3B.


Background Color

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

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

This div background color is #374C3B.


Border color

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

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

This div border color is #374C3B.


Opacity

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

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

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

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

This text has shadow with #374C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C3B on black background.


Color preview on white background

This text has color #374C3B on white background.



Black color preview on #374C3B background

This text has black color on #374C3B background.


White color preview on #374C3B background

This text has white color on #374C3B background.